Skip to content

Commit 9127848

Browse files
bump(deps): @babel/*, @vue/babel-plugin-jsx, core-js
1 parent d77496a commit 9127848

File tree

2 files changed

+258
-187
lines changed

2 files changed

+258
-187
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@
4141
},
4242
"devDependencies": {
4343
"@babel/code-frame": "^7.12.13",
44-
"@babel/core": "^7.13.16",
45-
"@babel/generator": "^7.13.16",
46-
"@babel/parser": "^7.13.16",
47-
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
48-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
49-
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
44+
"@babel/core": "^7.14.2",
45+
"@babel/generator": "^7.14.2",
46+
"@babel/parser": "^7.14.2",
47+
"@babel/plugin-proposal-dynamic-import": "^7.14.2",
48+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
49+
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
5050
"@babel/plugin-transform-arrow-functions": "^7.13.0",
51-
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
52-
"@babel/plugin-transform-runtime": "^7.13.15",
53-
"@babel/preset-env": "^7.13.15",
51+
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
52+
"@babel/plugin-transform-runtime": "^7.14.2",
53+
"@babel/preset-env": "^7.14.2",
5454
"@types/babel__code-frame": "^7.0.2",
5555
"@types/babel__core": "^7.1.13",
5656
"@types/babel__traverse": "^7.11.1",
5757
"@types/spark-md5": "^3.0.2",
5858
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
59-
"@vue/babel-plugin-jsx": "^1.0.5",
59+
"@vue/babel-plugin-jsx": "^1.0.6",
6060
"@vue/babel-preset-jsx": "^1.2.4",
6161
"@vue/compiler-dom": "^3.0.11",
6262
"@vue/compiler-sfc": "^3.0.11",
@@ -68,7 +68,7 @@
6868
"buffer": "^6.0.3",
6969
"caniuse-api": "^3.0.0",
7070
"compression-webpack-plugin": "^7.1.2",
71-
"core-js": "^3.11.0",
71+
"core-js": "^3.12.1",
7272
"cross-env": "^7.0.3",
7373
"dts-bundle": "^0.7.3",
7474
"duplicate-package-checker-webpack-plugin": "^3.0.0",

0 commit comments

Comments
 (0)