Skip to content

Commit 8611c1c

Browse files
committed
fix($test-utils): test failed due to wrong babel version
1 parent c15bdfc commit 8611c1c

File tree

2 files changed

+3
-508
lines changed

2 files changed

+3
-508
lines changed

packages/@vuepress/test-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"generator"
1717
],
1818
"dependencies": {
19-
"@babel/core": "^7.0.0-beta.47",
20-
"@babel/preset-env": "^7.0.0-beta.47",
19+
"@babel/core": "^7.0.0",
20+
"@babel/preset-env": "^7.0.0",
2121
"@vue/test-utils": "^1.0.0-beta.16",
2222
"@vuepress/core": "^1.0.0-alpha.23",
2323
"@vuepress/shared-utils": "^1.0.0-alpha.23",

0 commit comments

Comments
 (0)