chore: upgrade to vue@3.0.0-beta.15

This commit is contained in:
Amour1688
2020-06-14 14:01:07 +08:00
parent 4dda1411b9
commit b8aa96eb20
3 changed files with 52 additions and 27 deletions

View File

@ -5,7 +5,7 @@
"author": "Amour1688 <lcz_1996@foxmail.com>",
"homepage": "https://github.com/vueComponent/jsx/tree/master/packages/babel-plugin-jsx#readme",
"license": "MIT",
"main": "src/index.js",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vueComponent/jsx.git"
@ -39,7 +39,7 @@
"jest": "^26.0.1",
"regenerator-runtime": "^0.13.5",
"rollup": "^2.13.1",
"vue": "^3.0.0-beta.14",
"vue": "3.0.0-beta.15",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"

View File

@ -17,6 +17,7 @@
"monaco-editor-webpack-plugin": "^1.9.0",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"vue": "3.0.0-beta.15",
"webpack": "^4.43.0",
"webpack-dev-server": "^3.11.0",
"worker-plugin": "^4.0.3"