|
22 | 22 | },
|
23 | 23 | "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/babel-preset-app#readme",
|
24 | 24 | "dependencies": {
|
25 |
| - "@babel/core": "^7.6.4", |
26 |
| - "@babel/helper-module-imports": "^7.0.0", |
27 |
| - "@babel/plugin-proposal-class-properties": "^7.4.4", |
28 |
| - "@babel/plugin-proposal-decorators": "^7.6.0", |
29 |
| - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
30 |
| - "@babel/plugin-syntax-jsx": "^7.0.0", |
31 |
| - "@babel/plugin-transform-runtime": "^7.6.2", |
32 |
| - "@babel/preset-env": "^7.6.3", |
33 |
| - "@babel/runtime": "^7.6.3", |
34 |
| - "@vue/babel-preset-jsx": "^1.1.1", |
| 25 | + "@babel/core": "^7.7.4", |
| 26 | + "@babel/helper-module-imports": "^7.7.4", |
| 27 | + "@babel/plugin-proposal-class-properties": "^7.7.4", |
| 28 | + "@babel/plugin-proposal-decorators": "^7.7.4", |
| 29 | + "@babel/plugin-syntax-dynamic-import": "^7.7.4", |
| 30 | + "@babel/plugin-syntax-jsx": "^7.7.4", |
| 31 | + "@babel/plugin-transform-runtime": "^7.7.4", |
| 32 | + "@babel/preset-env": "^7.7.4", |
| 33 | + "@babel/runtime": "^7.7.4", |
| 34 | + "@vue/babel-preset-jsx": "^1.1.2", |
35 | 35 | "babel-plugin-dynamic-import-node": "^2.2.0",
|
36 |
| - "core-js": "^3.3.2", |
37 |
| - "core-js-compat": "^3.3.2" |
| 36 | + "core-js": "^3.4.3", |
| 37 | + "core-js-compat": "^3.4.3" |
38 | 38 | },
|
39 | 39 | "peerDependencies": {
|
40 | 40 | "@babel/core": "*"
|
|
0 commit comments