Skip to content

Commit

Permalink
chore: bump vue to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 30, 2023
1 parent 05cb6ad commit 97002e1
Show file tree
Hide file tree
Showing 12 changed files with 101 additions and 111 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"unbuild": "2.0.0",
"vite": "^5.0.6",
"vitest": "^1.0.1",
"vue": "^3.3.10"
"vue": "^3.4.2"
},
"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 @@ -45,6 +45,6 @@
"slash": "^5.1.0",
"source-map-js": "^1.0.2",
"vite": "^5.0.6",
"vue": "^3.3.10"
"vue": "^3.4.1"
}
}
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.1.7",
"vue": "^3.3.10",
"vue": "^3.4.2",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"autoprefixer": "^10.4.16",
"tailwindcss": "^3.3.6",
"vue": "^3.3.10",
"vue": "^3.4.2",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-asset-base/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.10"
"vue": "^3.4.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
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.10"
"vue": "^3.4.2"
},
"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.10"
"vue": "^3.4.2"
},
"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.10"
"vue": "^3.4.2"
},
"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.10"
"vue": "^3.4.2"
},
"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.69.5"
},
"dependencies": {
"vue": "^3.3.10"
"vue": "^3.4.2"
}
}
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.10"
"vue": "^3.4.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down

0 comments on commit 97002e1

Please sign in to comment.