|
33 | 33 | }, |
34 | 34 | "homepage": "https://github.com/STRML/react-resizable", |
35 | 35 | "devDependencies": { |
36 | | - "babel-cli": "^6.26.0", |
37 | | - "babel-core": "^6.26.0", |
38 | | - "babel-eslint": "^10.0.1", |
| 36 | + "@babel/cli": "^7.0.0", |
| 37 | + "@babel/core": "^7.0.0", |
| 38 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 39 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 40 | + "@babel/preset-env": "^7.0.0", |
| 41 | + "@babel/preset-react": "^7.0.0", |
| 42 | + "babel-eslint": "^10.0.3", |
39 | 43 | "babel-loader": "^8.0.6", |
40 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
41 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
42 | | - "babel-preset-es2015": "^6.24.1", |
43 | | - "babel-preset-react": "^6.24.1", |
44 | | - "cross-env": "^5.0.5", |
45 | | - "css-loader": "^2.1.1", |
46 | | - "eslint": "^5.16.0", |
47 | | - "eslint-plugin-react": "^7.4.0", |
48 | | - "flow-bin": "^0.98.1", |
49 | | - "lodash": "^4.3.0", |
| 44 | + "cross-env": "^6.0.3", |
| 45 | + "css-loader": "^3.2.0", |
| 46 | + "eslint": "^6.5.1", |
| 47 | + "eslint-plugin-react": "^7.16.0", |
| 48 | + "flow-bin": "^0.110.0", |
| 49 | + "lodash": "^4.17.15", |
50 | 50 | "pre-commit": "^1.1.2", |
51 | | - "react": "^16.0.0", |
52 | | - "react-dom": "^16.0.0", |
53 | | - "style-loader": "^0.23.1", |
54 | | - "webpack": "^4.31.0", |
55 | | - "webpack-dev-server": "^3.3.1" |
| 51 | + "react": "^16.10.2", |
| 52 | + "react-dom": "^16.10.2", |
| 53 | + "style-loader": "^1.0.0", |
| 54 | + "webpack": "^4.41.2", |
| 55 | + "webpack-cli": "^3.3.9", |
| 56 | + "webpack-dev-server": "^3.8.2", |
| 57 | + "@babel/preset-flow": "^7.0.0" |
56 | 58 | }, |
57 | 59 | "dependencies": { |
58 | 60 | "prop-types": "15.x", |
59 | | - "react-draggable": "^3.0.3" |
| 61 | + "react-draggable": "^4.0.3" |
60 | 62 | }, |
61 | 63 | "peerDependencies": { |
62 | 64 | "react": "0.14.x || 15.x || 16.x", |
|
0 commit comments