|
1 | 1 | {
|
2 | 2 | "dependencies": {
|
| 3 | + "@babel/core": "^7.1.6", |
| 4 | + "@babel/plugin-proposal-class-properties": "^7.1.0", |
| 5 | + "@babel/plugin-transform-flow-strip-types": "^7.1.6", |
| 6 | + "@babel/preset-env": "^7.1.6", |
| 7 | + "@babel/preset-flow": "^7.0.0", |
| 8 | + "@babel/preset-react": "^7.0.0", |
3 | 9 | "adm-zip": "^0.4.7",
|
4 |
| - "babel-core": "6.3.21", |
5 |
| - "babel-eslint": "6.0.4", |
6 |
| - "babel-jest": "22.1.0", |
7 |
| - "babel-loader": "6.2.0", |
8 |
| - "babel-preset-es2015": "6.3.13", |
9 |
| - "babel-preset-react": "6.3.13", |
10 |
| - "babel-preset-stage-0": "6.3.13", |
| 10 | + "babel-core": "^7.0.0-bridge", |
| 11 | + "babel-eslint": "6", |
| 12 | + "babel-jest": "^23.6.0", |
| 13 | + "babel-loader": "^8.0.4", |
11 | 14 | "child-process-promise": "^2.2.1",
|
12 | 15 | "classnames": "2.2.1",
|
13 | 16 | "cli-spinners": "^1.0.0",
|
|
22 | 25 | "gh-pages": "^1.0.0",
|
23 | 26 | "immutable": "3.7.6",
|
24 | 27 | "jest": "22.1.4",
|
25 |
| - "json-loader": "0.5.4", |
26 | 28 | "log-update": "^2.0.0",
|
27 | 29 | "lru-cache": "^4.1.3",
|
28 | 30 | "memoize-one": "^3.1.1",
|
29 | 31 | "node-libs-browser": "0.5.3",
|
30 | 32 | "nullthrows": "^1.0.0",
|
31 | 33 | "object-assign": "4.0.1",
|
32 | 34 | "prop-types": "^15.6.1",
|
33 |
| - "raw-loader": "^0.5.1", |
34 | 35 | "react": "^16.5.2",
|
35 | 36 | "react-color": "^2.11.7",
|
36 | 37 | "react-dom": "^16.5.2",
|
37 | 38 | "react-portal": "^3.1.0",
|
38 | 39 | "react-virtualized-auto-sizer": "^1.0.2",
|
39 | 40 | "react-window": "^1.1.1",
|
40 | 41 | "semver": "^5.5.1",
|
41 |
| - "webpack": "1.12.9" |
| 42 | + "webpack": "^4.26.0", |
| 43 | + "webpack-cli": "^3.1.2" |
42 | 44 | },
|
43 | 45 | "license": "BSD-3-Clause",
|
44 | 46 | "repository": "facebook/react-devtools",
|
|
0 commit comments