Commit 7feaefe63a74cdc907e0745f5050ea3fe02561cc
1 parent
8d9feb929b
Exists in
master
bump dependencies
- Update NPM packages to latest versions. - Update Atmosphere packages to latest versions.
Showing
3 changed files
with
14 additions
and
13 deletions
Show diff stats
.meteor/packages
.meteor/versions
package.json
... | ... | @@ -11,11 +11,12 @@ |
11 | 11 | "production": "meteor deploy production.meteor.com --settings settings-production.json" |
12 | 12 | }, |
13 | 13 | "devDependencies": { |
14 | - "chimp": "^0.33.1", | |
15 | - "eslint": "^2.8.0", | |
16 | - "eslint-config-airbnb": "^7.0.0", | |
14 | + "chimp": "^0.34.1", | |
15 | + "eslint": "^2.10.2", | |
16 | + "eslint-config-airbnb": "^9.0.1", | |
17 | + "eslint-plugin-jsx-a11y": "^1.2.0", | |
17 | 18 | "eslint-plugin-meteor": "^3.5.2", |
18 | - "eslint-plugin-react": "^4.3.0", | |
19 | + "eslint-plugin-react": "^5.1.1", | |
19 | 20 | "faker": "^3.1.0" |
20 | 21 | }, |
21 | 22 | "eslintConfig": { |
... | ... | @@ -58,12 +59,12 @@ |
58 | 59 | "bootstrap": "^3.3.6", |
59 | 60 | "jquery": "^2.2.3", |
60 | 61 | "jquery-validation": "^1.15.0", |
61 | - "react": "^15.0.1", | |
62 | - "react-addons-pure-render-mixin": "^15.0.1", | |
63 | - "react-bootstrap": "^0.29.3", | |
64 | - "react-dom": "^15.0.1", | |
65 | - "react-komposer": "^1.7.1", | |
66 | - "react-router": "^2.0.1", | |
67 | - "react-router-bootstrap": "^0.20.1" | |
62 | + "react": "^15.0.2", | |
63 | + "react-addons-pure-render-mixin": "^15.0.2", | |
64 | + "react-bootstrap": "^0.29.4", | |
65 | + "react-dom": "^15.0.2", | |
66 | + "react-komposer": "^1.8.0", | |
67 | + "react-router": "^2.4.0", | |
68 | + "react-router-bootstrap": "^0.23.0" | |
68 | 69 | } |
69 | 70 | } | ... | ... |