Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 3, 2024
1 parent 866a1d8 commit 306c825
Show file tree
Hide file tree
Showing 7 changed files with 541 additions and 550 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "10.7.1",
"private": true,
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.14.0",
"description": "Collection of essential Vue Composition Utilities",
"author": "Anthony Fu<https://github.com/antfu>",
"license": "MIT",
Expand Down Expand Up @@ -38,19 +38,19 @@
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@antfu/ni": "^0.21.12",
"@iconify/json": "^2.2.162",
"@iconify/json": "^2.2.164",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-replace": "^5.0.5",
"@type-challenges/utils": "^0.1.1",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/md5": "^2.3.5",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@types/remove-markdown": "^0.3.4",
"@types/semver": "^7.5.6",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "^1.1.0",
"@vue/compiler-sfc": "^3.3.13",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/ui": "^1.1.1",
"@vue/compiler-sfc": "^3.4.3",
"@vue/test-utils": "^2.4.3",
"@vueuse/core": "workspace:*",
"@vueuse/integrations": "workspace:*",
Expand All @@ -65,7 +65,7 @@
"eslint-plugin-format": "^0.1.0",
"esno": "^4.0.0",
"export-size": "^0.7.0",
"fake-indexeddb": "^5.0.1",
"fake-indexeddb": "^5.0.2",
"fast-glob": "^3.3.2",
"firebase": "^10.7.1",
"fs-extra": "^11.2.0",
Expand All @@ -81,31 +81,31 @@
"node-fetch": "^3.3.2",
"node-fetch-native": "^1.6.1",
"ofetch": "^1.3.3",
"pnpm": "^8.13.1",
"pnpm": "^8.14.0",
"postcss": "^8.4.32",
"postcss-nested": "^6.0.1",
"prettier": "^3.1.1",
"prism-theme-vars": "^0.2.4",
"remove-markdown": "^0.5.0",
"rimraf": "^5.0.5",
"rollup": "^4.9.1",
"rollup": "^4.9.2",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-pure": "^0.2.1",
"sharp": "0.32.6",
"simple-git": "^3.21.0",
"simple-git": "^3.22.0",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.1",
"typescript": "^5.3.3",
"unocss": "^0.58.1",
"unocss": "^0.58.3",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pwa": "^0.17.4",
"vitepress": "^1.0.0-rc.31",
"vitest": "^1.1.0",
"vue": "^3.3.8",
"vitest": "^1.1.1",
"vue": "^3.4.3",
"vue2": "npm:vue@^2.7.14"
},
"pnpm": {
Expand All @@ -114,7 +114,7 @@
],
"overrides": {
"magic-string": "^0.30.5",
"rollup": "^4.9.1",
"rollup": "^4.9.2",
"vite": "^5.0.10",
"vue-demi": "^0.14.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@
"nprogress": "^0.2.0",
"qrcode": "^1.5.3",
"sortablejs": "^1.15.1",
"universal-cookie": "^6.1.1"
"universal-cookie": "^6.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"devDependencies": {
"@nuxt/schema": "^3.9.0",
"nuxt": "^3.9.0",
"unimport": "^3.7.0"
"unimport": "^3.7.1"
}
}
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@8.13.1",
"packageManager": "pnpm@8.14.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 @@ -13,7 +13,7 @@
"@vueuse/shared": "file:../../packages/shared/dist",
"eslint": "^8.56.0",
"vite": "^5.0.10",
"vue": "^2.7.15"
"vue": "^2.7.16"
},
"resolutions": {
"@vueuse/core": "file:../../packages/core/dist",
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.3.8"
"vue": "^3.4.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vueuse/core": "file:../../packages/core/dist",
"@vueuse/metadata": "file:../../packages/metadata/dist",
"@vueuse/shared": "file:../../packages/shared/dist",
Expand Down

0 comments on commit 306c825

Please sign in to comment.