|
1 | 1 | { |
2 | 2 | "name": "@firstlookmedia/react-scripts", |
3 | | - "version": "2.0.0-rc23", |
| 3 | + "version": "2.0.0-rc24", |
4 | 4 | "description": "shared react site configs", |
5 | 5 | "author": "First Look Media", |
6 | 6 | "license": "MIT", |
|
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | 15 | "@babel/cli": "^7.0.0", |
16 | | - "@babel/core": "^7.0.0", |
| 16 | + "@babel/core": "^7.5.0", |
17 | 17 | "@babel/plugin-proposal-class-properties": "^7.0.0", |
18 | 18 | "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
19 | 19 | "@babel/plugin-proposal-function-sent": "^7.0.0", |
20 | 20 | "@babel/plugin-proposal-json-strings": "^7.0.0", |
21 | 21 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", |
22 | 22 | "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
| 23 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
23 | 24 | "@babel/plugin-proposal-optional-chaining": "^7.2.0", |
24 | 25 | "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
25 | 26 | "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
26 | 27 | "@babel/plugin-syntax-import-meta": "^7.0.0", |
| 28 | + "@babel/plugin-transform-arrow-functions": "^7.2.0", |
27 | 29 | "@babel/plugin-transform-runtime": "^7.0.0", |
28 | | - "@babel/preset-env": "^7.0.0", |
| 30 | + "@babel/preset-env": "^7.5.5", |
29 | 31 | "@babel/preset-react": "^7.0.0", |
30 | 32 | "@babel/preset-typescript": "^7.3.3", |
31 | | - "@babel/runtime-corejs2": "^7.0.0", |
| 33 | + "@babel/runtime-corejs3": "^7.5.5", |
32 | 34 | "@loadable/babel-plugin": "^5.8.0", |
33 | 35 | "@loadable/webpack-plugin": "^5.7.1", |
34 | 36 | "autoprefixer": "^8", |
|
92 | 94 | }, |
93 | 95 | "devDependencies": { |
94 | 96 | "babel-plugin-macros": "^2.6.1", |
95 | | - "core-js": "^2.4.1", |
96 | 97 | "eslint": "^4", |
97 | 98 | "eslint-config-airbnb-base": "^12", |
98 | 99 | "eslint-plugin-import": "^2", |
|
0 commit comments