Skip to content

Commit 65f51a1

Browse files
committed
dep: bump versions
1 parent a81c432 commit 65f51a1

File tree

3 files changed

+218
-54
lines changed

3 files changed

+218
-54
lines changed

Diff for: example/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import App from './App.vue'
22
import { createApp } from 'vue'
33

4-
createApp().mount(App, '#app')
4+
createApp(App).mount('#app')

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/hash-sum": "^1.0.0",
4444
"@types/loader-utils": "^1.1.3",
4545
"@types/webpack": "^4.41.0",
46-
"@vue/compiler-sfc": "^3.0.0-alpha.1",
46+
"@vue/compiler-sfc": "^3.0.0-beta.9",
4747
"babel-loader": "^8.0.6",
4848
"cache-loader": "^4.1.0",
4949
"css-loader": "^3.3.2",
@@ -59,7 +59,7 @@
5959
"ts-jest": "^24.2.0",
6060
"typescript": "^3.7.3",
6161
"url-loader": "^3.0.0",
62-
"vue": "^3.0.0-alpha.1",
62+
"vue": "^3.0.0-beta.9",
6363
"webpack": "^4.41.2",
6464
"webpack-cli": "^3.3.10",
6565
"webpack-dev-server": "^3.9.0",

0 commit comments

Comments
 (0)