Skip to content

Commit

Permalink
chore: bump vue version
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 11, 2023
1 parent 808677b commit 799d875
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 122 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -70,7 +70,7 @@
"unbuild": "^1.1.2",
"vite": "^4.2.1",
"vitest": "^0.29.8",
"vue": "^3.3.0-alpha.11"
"vue": "^3.3.0-beta.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -46,6 +46,6 @@
"slash": "^5.0.0",
"source-map": "^0.6.1",
"vite": "^4.2.1",
"vue": "^3.3.0-alpha.11"
"vue": "^3.3.0-beta.5"
}
}
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.0.33",
"vue": "^3.3.0-alpha.11",
"vue": "^3.3.0-beta.5",
"vue-router": "^4.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-jsx/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.0-alpha.11"
"vue": "^3.3.0-beta.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-legacy/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.0-alpha.11"
"vue": "^3.3.0-beta.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-lib/package.json
Expand Up @@ -9,7 +9,7 @@
"build-consumer": "vite build --config ./vite.config.consumer.ts"
},
"dependencies": {
"vue": "^3.3.0-alpha.11"
"vue": "^3.3.0-beta.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-server-origin/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.0-alpha.11"
"vue": "^3.3.0-beta.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Expand Up @@ -15,6 +15,6 @@
"sass": "^1.60.0"
},
"dependencies": {
"vue": "^3.3.0-alpha.11"
"vue": "^3.3.0-beta.5"
}
}
2 changes: 1 addition & 1 deletion playground/vue/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.3.0-alpha.11"
"vue": "^3.3.0-beta.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down

0 comments on commit 799d875

Please sign in to comment.