|
1 | 1 | {
|
2 | 2 | "devDependencies": {
|
3 |
| - "@babel/cli": "^7.7.7", |
4 |
| - "@babel/core": "^7.7.7", |
5 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", |
6 |
| - "@babel/plugin-proposal-optional-catch-binding": "^7.7.4", |
7 |
| - "@babel/plugin-proposal-optional-chaining": "^7.7.5", |
8 |
| - "@babel/plugin-transform-arrow-functions": "^7.7.4", |
9 |
| - "@babel/plugin-transform-block-scoped-functions": "^7.7.4", |
10 |
| - "@babel/plugin-transform-block-scoping": "^7.7.4", |
11 |
| - "@babel/plugin-transform-classes": "^7.7.4", |
12 |
| - "@babel/plugin-transform-computed-properties": "^7.7.4", |
13 |
| - "@babel/plugin-transform-destructuring": "^7.7.4", |
14 |
| - "@babel/plugin-transform-exponentiation-operator": "^7.7.4", |
15 |
| - "@babel/plugin-transform-literals": "^7.7.4", |
16 |
| - "@babel/plugin-transform-member-expression-literals": "^7.7.4", |
17 |
| - "@babel/plugin-transform-parameters": "^7.7.7", |
18 |
| - "@babel/plugin-transform-property-literals": "^7.7.4", |
19 |
| - "@babel/plugin-transform-shorthand-properties": "^7.7.4", |
20 |
| - "@babel/plugin-transform-spread": "^7.7.4", |
21 |
| - "@babel/plugin-transform-template-literals": "^7.7.4", |
| 3 | + "@babel/cli": "^7.8.0", |
| 4 | + "@babel/core": "^7.8.0", |
| 5 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.0", |
| 6 | + "@babel/plugin-proposal-optional-catch-binding": "^7.8.0", |
| 7 | + "@babel/plugin-proposal-optional-chaining": "^7.8.0", |
| 8 | + "@babel/plugin-transform-arrow-functions": "^7.8.0", |
| 9 | + "@babel/plugin-transform-block-scoped-functions": "^7.8.0", |
| 10 | + "@babel/plugin-transform-block-scoping": "^7.8.0", |
| 11 | + "@babel/plugin-transform-classes": "^7.8.0", |
| 12 | + "@babel/plugin-transform-computed-properties": "^7.8.0", |
| 13 | + "@babel/plugin-transform-destructuring": "^7.8.0", |
| 14 | + "@babel/plugin-transform-exponentiation-operator": "^7.8.0", |
| 15 | + "@babel/plugin-transform-literals": "^7.8.0", |
| 16 | + "@babel/plugin-transform-member-expression-literals": "^7.8.0", |
| 17 | + "@babel/plugin-transform-parameters": "^7.8.0", |
| 18 | + "@babel/plugin-transform-property-literals": "^7.8.0", |
| 19 | + "@babel/plugin-transform-shorthand-properties": "^7.8.0", |
| 20 | + "@babel/plugin-transform-spread": "^7.8.0", |
| 21 | + "@babel/plugin-transform-template-literals": "^7.8.0", |
22 | 22 | "babel-loader": "^8.0.6",
|
23 | 23 | "babel-plugin-transform-es2015-modules-simple-commonjs": "~0.3.0",
|
24 | 24 | "babel-plugin-transform-for-of-as-array": "^1.1.1",
|
|
0 commit comments