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 Nov 26, 2021
1 parent 494e358 commit ecafa80
Show file tree
Hide file tree
Showing 14 changed files with 116 additions and 94 deletions.
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.20"
"vue": "^3.2.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.20"
"vue": "^3.2.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/alias/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"aliased-module": "file:./dir/module",
"vue": "^3.2.21"
"vue": "^3.2.23"
},
"devDependencies": {
"resolve-linked": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/extensions/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.21"
"vue": "^3.2.23"
}
}
2 changes: 1 addition & 1 deletion packages/playground/json/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vue": "^3.2.21"
"vue": "^3.2.23"
}
}
2 changes: 1 addition & 1 deletion packages/playground/optimize-deps/package.json
Expand Up @@ -23,7 +23,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"resolve-linked": "workspace:0.0.0",
"vue": "^3.2.21",
"vue": "^3.2.23",
"vuex": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/preload/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.21",
"vue": "^3.2.23",
"vue-router": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/ssr-vue/package.json
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"bcrypt": "^5.0.1",
"example-external-component": "file:example-external-component",
"vue": "^3.2.21",
"vue": "^3.2.23",
"vue-router": "^4.0.0",
"vuex": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/tailwind/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19",
"vue": "^3.2.21",
"vue": "^3.2.23",
"vue-router": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/vue-jsx/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.21"
"vue": "^3.2.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
3 changes: 3 additions & 0 deletions packages/playground/vue/Node.vue
@@ -0,0 +1,3 @@
<template>
<div class="node">this is node</div>
</template>
2 changes: 1 addition & 1 deletion packages/playground/vue/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.2.21"
"vue": "^3.2.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Expand Up @@ -36,12 +36,12 @@
"devDependencies": {
"@rollup/pluginutils": "^4.1.1",
"@types/hash-sum": "^1.0.0",
"@vue/compiler-sfc": "^3.2.22",
"@vue/compiler-sfc": "^3.2.23",
"debug": "^4.3.2",
"hash-sum": "^2.0.0",
"rollup": "^2.59.0",
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vue": "^3.2.22"
"vue": "^3.2.23"
}
}

0 comments on commit ecafa80

Please sign in to comment.