|
18 | 18 | "prepare": "yarn build" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "prop-types": "^15.5.0" |
| 21 | + "prop-types": "^15.6.2" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "babel-cli": "^6.24.1", |
25 | | - "babel-loader": "^7.1.2", |
26 | | - "babel-plugin-dynamic-import-node": "^1.1.0", |
27 | | - "babel-plugin-module-resolver": "^2.7.1", |
28 | | - "babel-plugin-transform-async-to-generator": "^6.24.1", |
29 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
30 | | - "babel-plugin-transform-object-assign": "^6.22.0", |
31 | | - "babel-preset-es2015": "^6.24.1", |
32 | | - "babel-preset-react": "^6.24.1", |
33 | | - "express": "^4.16.1", |
34 | | - "flow-bin": "^0.41.0", |
35 | | - "jest": "^21.2.1", |
36 | | - "react": "^16.0.0", |
37 | | - "react-dom": "^16.0.0", |
38 | | - "react-test-renderer": "^16.0.0", |
39 | | - "webpack": "^3.6.0" |
| 24 | + "@babel/cli": "^7.1.2", |
| 25 | + "@babel/core": "^7.1.2", |
| 26 | + "@babel/node": "^7.0.0", |
| 27 | + "@babel/plugin-proposal-class-properties": "^7.1.0", |
| 28 | + "@babel/plugin-transform-async-to-generator": "^7.1.0", |
| 29 | + "@babel/plugin-transform-object-assign": "^7.0.0", |
| 30 | + "@babel/preset-env": "^7.1.0", |
| 31 | + "@babel/preset-react": "^7.0.0", |
| 32 | + "babel-core": "^7.0.0-bridge.0", |
| 33 | + "babel-jest": "^23.6.0", |
| 34 | + "babel-loader": "^8.0.4", |
| 35 | + "babel-plugin-dynamic-import-node": "^2.2.0", |
| 36 | + "babel-plugin-module-resolver": "^3.1.1", |
| 37 | + "express": "^4.16.4", |
| 38 | + "flow-bin": "^0.83.0", |
| 39 | + "jest": "^23.6.0", |
| 40 | + "react": "^16.5.2", |
| 41 | + "react-dom": "^16.5.2", |
| 42 | + "react-test-renderer": "^16.5.2", |
| 43 | + "webpack": "^4.20.2" |
40 | 44 | }, |
41 | 45 | "peerDependencies": { |
42 | 46 | "react": "*" |
|
0 commit comments