Skip to content

Commit

Permalink
fix: update @babel/preset-env to 2.13.x (#8887)
Browse files Browse the repository at this point in the history
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
  • Loading branch information
pi0 and clarkdo committed Feb 24, 2021
1 parent 756b16a commit 931d1cf
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 163 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.0",
"@babel/preset-env": "^7.13.5",
"@ls-lint/ls-lint": "^1.9.2",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset-app/package.json
Expand Up @@ -10,17 +10,17 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.13.0",
"@babel/compat-data": "^7.13.6",
"@babel/core": "^7.13.1",
"@babel/helper-compilation-targets": "^7.13.0",
"@babel/helper-module-imports": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.2",
"@babel/preset-env": "~7.12.17",
"@babel/runtime": "^7.13.2",
"@babel/plugin-transform-runtime": "^7.13.7",
"@babel/preset-env": "^7.13.5",
"@babel/runtime": "^7.13.7",
"@vue/babel-preset-jsx": "^1.2.4",
"core-js": "^2.6.5",
"core-js-compat": "^3.9.0",
Expand Down

0 comments on commit 931d1cf

Please sign in to comment.