|
31 | 31 | "LICENSE" |
32 | 32 | ], |
33 | 33 | "devDependencies": { |
34 | | - "babel-eslint": "^10.0.1", |
35 | | - "eslint": "^5.0.1", |
36 | | - "eslint-loader": "^2.0.0", |
37 | | - "eslint-plugin-react": "^7.10.0", |
| 34 | + "@babel/plugin-proposal-class-properties": "^7.7.0", |
| 35 | + "@babel/plugin-proposal-do-expressions": "^7.6.0", |
| 36 | + "@babel/plugin-proposal-export-default-from": "^7.5.2", |
| 37 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0", |
| 38 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", |
| 39 | + "@babel/plugin-proposal-optional-chaining": "^7.6.0", |
| 40 | + "@babel/plugin-proposal-pipeline-operator": "^7.5.0", |
| 41 | + "babel-eslint": "^10.0.3", |
| 42 | + "eslint": "^6.4.0", |
| 43 | + "eslint-loader": "^3.0.0", |
| 44 | + "eslint-plugin-react": "^7.14.3", |
38 | 45 | "jsinspect": "^0.12.7", |
39 | | - "less": "^3.8.1", |
40 | | - "webpack-dev-server": "^3.1.5" |
| 46 | + "less": "^3.10.3", |
| 47 | + "webpack-dev-server": "^3.8.1" |
41 | 48 | }, |
42 | 49 | "dependencies": { |
43 | | - "babel-core": "^6.26.3", |
44 | | - "babel-loader": "^7.1.2", |
45 | | - "babel-plugin-transform-runtime": "^6.23.0", |
46 | | - "babel-preset-env": "^1.6.0", |
47 | | - "babel-preset-es2015": "^6.24.1", |
48 | | - "babel-preset-react": "^6.24.1", |
49 | | - "babel-preset-stage-3": "^6.24.1", |
50 | | - "cross-env": "^5.1.1", |
51 | | - "css-loader": "^0.28.7", |
52 | | - "less-loader": "^4.0.5", |
| 50 | + "@babel/core": "^7.6.0", |
| 51 | + "@babel/plugin-transform-runtime": "^7.6.0", |
| 52 | + "@babel/polyfill": "^7.6.0", |
| 53 | + "@babel/preset-env": "^7.6.0", |
| 54 | + "@babel/preset-react": "^7.0.0", |
| 55 | + "@babel/runtime": "^7.6.0", |
| 56 | + "babel-loader": "^8.0.6", |
| 57 | + "cross-env": "^6.0.0", |
| 58 | + "css-loader": "^3.2.0", |
| 59 | + "less-loader": "^5.0.0", |
| 60 | + "style-loader": "^1.0.0", |
| 61 | + "url-loader": "^2.1.0", |
| 62 | + "webpack": "^4.40.2", |
| 63 | + "webpack-cli": "^3.3.9", |
53 | 64 | "lodash": "^4.17.11", |
54 | 65 | "react": "^16.8.4", |
55 | 66 | "react-dom": "^16.8.4", |
56 | | - "sortablejs": "^1.7.0", |
57 | | - "style-loader": "^0.19.0", |
58 | | - "url-loader": "^0.6.2", |
59 | | - "webpack": "^4.16.5", |
60 | | - "webpack-cli": "^3.1.0" |
| 67 | + "sortablejs": "^1.7.0" |
61 | 68 | } |
62 | 69 | } |
0 commit comments