Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 20, 2024
1 parent 9943a7a commit 798077d
Show file tree
Hide file tree
Showing 6 changed files with 1,053 additions and 584 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "11.1.0",
"private": true,
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"description": "Collection of essential Vue Composition Utilities",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vite-vue2.7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@vueuse/core": "file:../../packages/core/dist",
"@vueuse/metadata": "file:../../packages/metadata/dist",
"@vueuse/shared": "file:../../packages/shared/dist",
"vite": "^5.4.5",
"vite": "^5.4.6",
"vue": "^2.7.16"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"vue": "^3.5.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vueuse/core": "file:../../packages/core/dist",
"@vueuse/metadata": "file:../../packages/metadata/dist",
"@vueuse/shared": "file:../../packages/shared/dist",
"vite": "^5.4.5"
"vite": "^5.4.6"
},
"resolutions": {
"@vueuse/core": "file:../../packages/core/dist",
Expand Down
Loading

0 comments on commit 798077d

Please sign in to comment.