Skip to content

Commit 0ae73cb

Browse files
authored
build($core): bump babel and core-js version (close #2046) (#2165)
1 parent ffd45c2 commit 0ae73cb

File tree

2 files changed

+719
-609
lines changed

2 files changed

+719
-609
lines changed

packages/@vuepress/core/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
">1%"
2424
],
2525
"dependencies": {
26-
"@babel/core": "^7.0.0",
27-
"@vue/babel-preset-app": "^3.1.1",
26+
"@babel/core": "^7.8.4",
27+
"@vue/babel-preset-app": "^4.1.2",
2828
"@vuepress/markdown": "^1.3.0",
2929
"@vuepress/markdown-loader": "^1.3.0",
3030
"@vuepress/plugin-last-updated": "^1.3.0",
@@ -36,6 +36,7 @@
3636
"chokidar": "^2.0.3",
3737
"connect-history-api-fallback": "^1.5.0",
3838
"copy-webpack-plugin": "^5.0.2",
39+
"core-js": "^3.6.4",
3940
"cross-spawn": "^6.0.5",
4041
"css-loader": "^2.1.1",
4142
"file-loader": "^3.0.1",

0 commit comments

Comments
 (0)