|
4 | 4 | "packages/*"
|
5 | 5 | ],
|
6 | 6 | "devDependencies": {
|
| 7 | + "@babel/cli": "^7.0.0", |
| 8 | + "@babel/code-frame": "^7.0.0", |
| 9 | + "@babel/core": "^7.0.0", |
| 10 | + "@babel/helper-module-imports": "^7.0.0", |
| 11 | + "@babel/plugin-external-helpers": "^7.0.0", |
| 12 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 13 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 14 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 15 | + "@babel/plugin-transform-arrow-functions": "^7.0.0", |
| 16 | + "@babel/plugin-transform-async-to-generator": "^7.0.0", |
| 17 | + "@babel/plugin-transform-block-scoped-functions": "^7.0.0", |
| 18 | + "@babel/plugin-transform-block-scoping": "^7.0.0", |
| 19 | + "@babel/plugin-transform-classes": "^7.0.0", |
| 20 | + "@babel/plugin-transform-computed-properties": "^7.0.0", |
| 21 | + "@babel/plugin-transform-destructuring": "^7.0.0", |
| 22 | + "@babel/plugin-transform-for-of": "^7.0.0", |
| 23 | + "@babel/plugin-transform-literals": "^7.0.0", |
| 24 | + "@babel/plugin-transform-modules-commonjs": "^7.0.0", |
| 25 | + "@babel/plugin-transform-object-super": "^7.0.0", |
| 26 | + "@babel/plugin-transform-parameters": "^7.0.0", |
| 27 | + "@babel/plugin-transform-react-jsx-source": "^7.0.0", |
| 28 | + "@babel/plugin-transform-shorthand-properties": "^7.0.0", |
| 29 | + "@babel/plugin-transform-spread": "^7.0.0", |
| 30 | + "@babel/plugin-transform-template-literals": "^7.0.0", |
| 31 | + "@babel/preset-flow": "^7.0.0", |
| 32 | + "@babel/preset-react": "^7.0.0", |
| 33 | + "@babel/traverse": "^7.0.0", |
7 | 34 | "@mattiasbuelens/web-streams-polyfill": "0.1.0",
|
8 | 35 | "art": "^0.10.1",
|
9 |
| - "babel-cli": "^6.6.5", |
10 |
| - "babel-code-frame": "^6.26.0", |
11 |
| - "babel-core": "^6.0.0", |
12 | 36 | "babel-eslint": "^10.0.0",
|
13 |
| - "babel-jest": "^23.0.1", |
14 |
| - "babel-plugin-check-es2015-constants": "^6.5.0", |
15 |
| - "babel-plugin-external-helpers": "^6.22.0", |
16 |
| - "babel-plugin-syntax-dynamic-import": "^6.18.0", |
17 | 37 | "babel-plugin-syntax-trailing-function-commas": "^6.5.0",
|
18 |
| - "babel-plugin-transform-async-to-generator": "^6.22.0", |
19 |
| - "babel-plugin-transform-class-properties": "^6.11.5", |
20 |
| - "babel-plugin-transform-es2015-arrow-functions": "^6.5.2", |
21 |
| - "babel-plugin-transform-es2015-block-scoped-functions": "^6.5.0", |
22 |
| - "babel-plugin-transform-es2015-block-scoping": "^6.23.0", |
23 |
| - "babel-plugin-transform-es2015-classes": "^6.5.2", |
24 |
| - "babel-plugin-transform-es2015-computed-properties": "^6.5.2", |
25 |
| - "babel-plugin-transform-es2015-destructuring": "^6.5.0", |
26 |
| - "babel-plugin-transform-es2015-for-of": "^6.5.2", |
27 |
| - "babel-plugin-transform-es2015-literals": "^6.5.0", |
28 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.5.2", |
29 |
| - "babel-plugin-transform-es2015-object-super": "^6.5.0", |
30 |
| - "babel-plugin-transform-es2015-parameters": "^6.5.0", |
31 |
| - "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0", |
32 |
| - "babel-plugin-transform-es2015-spread": "^6.5.2", |
33 |
| - "babel-plugin-transform-es2015-template-literals": "^6.5.2", |
34 |
| - "babel-plugin-transform-object-rest-spread": "^6.6.5", |
35 |
| - "babel-plugin-transform-react-jsx-source": "^6.8.0", |
36 |
| - "babel-plugin-transform-regenerator": "^6.26.0", |
37 |
| - "babel-preset-react": "^6.5.0", |
38 |
| - "babel-traverse": "^6.9.0", |
39 | 38 | "babylon": "6.18.0",
|
40 | 39 | "chalk": "^1.1.3",
|
41 | 40 | "cli-table": "^0.3.1",
|
|
53 | 52 | "eslint-plugin-jest": "^21.6.1",
|
54 | 53 | "eslint-plugin-no-for-of-loops": "^1.0.0",
|
55 | 54 | "eslint-plugin-react": "^6.7.1",
|
56 |
| - "eslint-plugin-react-internal": "link:./scripts/eslint-rules/", |
| 55 | + "eslint-plugin-react-internal": "link:./scripts/eslint-rules", |
57 | 56 | "fbjs-scripts": "^0.8.3",
|
58 | 57 | "filesize": "^3.5.6",
|
59 | 58 | "flow-bin": "^0.72.0",
|
|
76 | 75 | "react-lifecycles-compat": "^3.0.2",
|
77 | 76 | "rimraf": "^2.6.1",
|
78 | 77 | "rollup": "^0.52.1",
|
79 |
| - "rollup-plugin-babel": "^3.0.1", |
| 78 | + "rollup-plugin-babel": "^4.0.1", |
80 | 79 | "rollup-plugin-commonjs": "^8.2.6",
|
81 | 80 | "rollup-plugin-node-resolve": "^2.1.1",
|
82 | 81 | "rollup-plugin-prettier": "^0.3.0",
|
|
0 commit comments