Skip to content

Commit

Permalink
chore: bump vue dev dep (trying windows fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 17, 2023
1 parent c891652 commit 6513ecf
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 84 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.10"
"vue": "^3.3.0-alpha.11"
},
"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.10"
"vue": "^3.3.0-alpha.11"
}
}
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.10",
"vue": "^3.3.0-alpha.11",
"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.10"
"vue": "^3.3.0-alpha.11"
},
"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.10"
"vue": "^3.3.0-alpha.11"
},
"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.10"
"vue": "^3.3.0-alpha.11"
},
"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.10"
"vue": "^3.3.0-alpha.11"
},
"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.10"
"vue": "^3.3.0-alpha.11"
}
}
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.10"
"vue": "^3.3.0-alpha.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
150 changes: 75 additions & 75 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6513ecf

Please sign in to comment.