|
12 | 12 | "css", |
13 | 13 | "modules" |
14 | 14 | ], |
15 | | - "version": "4.0.0", |
| 15 | + "version": "4.0.1", |
16 | 16 | "author": { |
17 | 17 | "name": "Gajus Kuizinas", |
18 | 18 | "email": "gajus@gajus.com", |
19 | 19 | "url": "http://gajus.com" |
20 | 20 | }, |
21 | 21 | "license": "BSD-3-Clause", |
22 | 22 | "dependencies": { |
23 | | - "hoist-non-react-statics": "^1.0.5", |
24 | | - "lodash": "^4.6.1", |
25 | | - "object-unfreeze": "^1.0.2" |
| 23 | + "hoist-non-react-statics": "^1.2.0", |
| 24 | + "lodash": "^4.16.6", |
| 25 | + "object-unfreeze": "^1.1.0" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "babel-cli": "^6.10.1", |
| 28 | + "babel-cli": "^6.18.0", |
29 | 29 | "babel-plugin-add-module-exports": "^0.2.1", |
30 | | - "babel-plugin-lodash": "^3.2.5", |
| 30 | + "babel-plugin-lodash": "^3.2.9", |
31 | 31 | "babel-plugin-transform-proto-to-assign": "^6.9.0", |
32 | | - "babel-preset-es2015": "^6.9.0", |
33 | | - "babel-preset-react": "^6.11.1", |
34 | | - "babel-preset-stage-0": "^6.5.0", |
35 | | - "babel-register": "^6.9.0", |
36 | | - "chai": "^3.5.0", |
37 | | - "eslint": "^3.0.0", |
38 | | - "eslint-config-canonical": "^1.7.12", |
39 | | - "husky": "^0.11.7", |
40 | | - "jsdom": "^9.5.0", |
41 | | - "mocha": "^3.0.2", |
42 | | - "react": "^15.0.0-rc.1", |
43 | | - "react-addons-shallow-compare": "^15.0.0-rc.1", |
44 | | - "react-addons-test-utils": "^15.0.0-rc.1", |
45 | | - "react-dom": "^15.0.0-rc.1" |
| 32 | + "babel-preset-es2015": "^6.18.0", |
| 33 | + "babel-preset-react": "^6.16.0", |
| 34 | + "babel-preset-stage-0": "^6.16.0", |
| 35 | + "babel-register": "^6.18.0", |
| 36 | + "chai": "^4.0.0-canary.1", |
| 37 | + "eslint": "^3.10.0", |
| 38 | + "eslint-config-canonical": "^5.5.0", |
| 39 | + "husky": "^0.11.9", |
| 40 | + "jsdom": "^9.8.3", |
| 41 | + "mocha": "^3.1.2", |
| 42 | + "react": "^15.4.0-rc.4", |
| 43 | + "react-addons-shallow-compare": "^15.4.0-rc.4", |
| 44 | + "react-addons-test-utils": "^15.4.0-rc.4", |
| 45 | + "react-dom": "^15.4.0-rc.4" |
46 | 46 | }, |
47 | 47 | "scripts": { |
48 | 48 | "lint": "eslint ./src ./tests", |
|
0 commit comments