Commit 7feaefe63a74cdc907e0745f5050ea3fe02561cc

Authored by tmcdeveloper
1 parent 8d9feb929b
Exists in master

bump dependencies

- Update NPM packages to latest versions.
- Update Atmosphere packages to latest versions.
... ... @@ -31,4 +31,4 @@ xolvio:cleaner
31 31 practicalmeteor:mocha
32 32 xolvio:backdoor
33 33 mdg:validated-method
34   -dburles:factory
  34 +dburles:factory@1.0.0
... ...
... ... @@ -25,7 +25,7 @@ caching-html-compiler@1.0.6
25 25 callback-hook@1.0.8
26 26 check@1.2.1
27 27 coffeescript@1.0.17
28   -dburles:factory@0.4.2
  28 +dburles:factory@1.0.0
29 29 ddp@1.2.5
30 30 ddp-client@1.2.7
31 31 ddp-common@1.2.5
... ...
... ... @@ -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 }
... ...