|
35 | 35 | "devDependencies": { |
36 | 36 | "babel-cli": "^6.26.0", |
37 | 37 | "babel-core": "^6.26.0", |
38 | | - "babel-eslint": "^7.2.3", |
| 38 | + "babel-eslint": "^8.0.1", |
39 | 39 | "babel-loader": "^7.1.2", |
40 | 40 | "babel-plugin-transform-class-properties": "^6.24.1", |
41 | 41 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
42 | 42 | "babel-preset-es2015": "^6.24.1", |
43 | 43 | "babel-preset-react": "^6.24.1", |
44 | 44 | "cross-env": "^5.0.5", |
45 | 45 | "css-loader": "^0.28.7", |
46 | | - "eslint": "^4.6.1", |
47 | | - "eslint-plugin-react": "^7.3.0", |
48 | | - "flow-bin": "^0.54.0", |
| 46 | + "eslint": "^4.7.2", |
| 47 | + "eslint-plugin-react": "^7.4.0", |
| 48 | + "flow-bin": "^0.55.0", |
49 | 49 | "lodash": "^4.3.0", |
50 | 50 | "pre-commit": "^1.1.2", |
51 | | - "react": "^15.6.1", |
52 | | - "react-dom": "^15.6.1", |
| 51 | + "react": "^16.0.0", |
| 52 | + "react-dom": "^16.0.0", |
53 | 53 | "style-loader": "^0.18.2", |
54 | | - "webpack": "^3.5.5", |
55 | | - "webpack-dev-server": "^2.7.1" |
| 54 | + "webpack": "^3.6.0", |
| 55 | + "webpack-dev-server": "^2.8.2" |
56 | 56 | }, |
57 | 57 | "dependencies": { |
58 | | - "prop-types": "^15.5.8", |
| 58 | + "prop-types": "15.x", |
59 | 59 | "react-draggable": "^2.2.6 || ^3.0.3" |
60 | 60 | }, |
61 | 61 | "peerDependencies": { |
62 | | - "react": "^0.14.0 || ^15.0.0", |
63 | | - "react-dom": "^0.14.0 || ^15.0.0" |
| 62 | + "react": "0.14.x || 15.x || 16.x", |
| 63 | + "react-dom": "0.14.x || 15.x || 16.x" |
64 | 64 | }, |
65 | 65 | "publishConfig": { |
66 | 66 | "registry": "https://registry.npmjs.org" |
|
0 commit comments