Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 17, 2022
1 parent 0199b98 commit cb42f26
Show file tree
Hide file tree
Showing 6 changed files with 505 additions and 485 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.18.2",
"@iconify/json": "^2.1.119",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@iconify/json": "^2.1.122",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@type-challenges/utils": "^0.1.1",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/md5": "^2.3.2",
"@types/node": "^18.8.3",
"@types/node": "^18.11.0",
"@types/prettier": "^2.7.1",
"@types/semver": "^7.3.12",
"@types/sharp": "^0.31.0",
"@vitest/coverage-c8": "^0.24.0",
"@vitest/ui": "^0.24.0",
"@vue/compiler-sfc": "^3.2.40",
"@vitest/coverage-c8": "^0.24.3",
"@vitest/ui": "^0.24.3",
"@vue/compiler-sfc": "^3.2.41",
"@vue/test-utils": "^2.1.0",
"@vueuse/core": "workspace:*",
"@vueuse/integrations": "workspace:*",
"@vueuse/math": "workspace:*",
"@vueuse/rxjs": "workspace:*",
"@vueuse/shared": "workspace:*",
"axios": "^1.1.2",
"axios": "^1.1.3",
"bumpp": "^8.2.1",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
Expand All @@ -66,7 +66,7 @@
"esno": "^0.16.3",
"export-size": "^0.5.2",
"fast-glob": "^3.2.12",
"firebase": "^9.11.0",
"firebase": "^9.12.1",
"fs-extra": "^10.1.0",
"fuse.js": "^6.6.2",
"google-font-installer": "^1.2.0",
Expand All @@ -79,29 +79,29 @@
"msw": "^0.47.4",
"node-fetch": "^3.2.10",
"ohmyfetch": "^0.4.19",
"pnpm": "^7.13.2",
"postcss": "^8.4.17",
"pnpm": "^7.13.5",
"postcss": "^8.4.18",
"postcss-nested": "^6.0.0",
"prettier": "^2.7.1",
"prism-theme-vars": "^0.2.4",
"remove-markdown": "^0.5.0",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.2",
"rollup": "^3.2.2",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-esbuild": "^4.10.1",
"sharp": "^0.31.1",
"simple-git": "^3.14.1",
"simple-git-hooks": "^2.8.0",
"typescript": "4.8.4",
"unocss": "^0.45.26",
"unplugin-icons": "^0.14.11",
"unocss": "^0.45.29",
"unplugin-icons": "^0.14.12",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.6",
"vite": "^3.1.8",
"vite-plugin-inspect": "^0.7.5",
"vite-plugin-pwa": "^0.13.1",
"vitepress": "^1.0.0-alpha.19",
"vitest": "^0.24.0",
"vue": "^3.2.40",
"vitepress": "^1.0.0-alpha.21",
"vitest": "^0.24.3",
"vue": "^3.2.41",
"vue2": "npm:vue@^2.7.10"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"jsdelivr": "./index.iife.min.js",
"types": "./index.d.ts",
"dependencies": {
"@types/web-bluetooth": "^0.0.15",
"@types/web-bluetooth": "^0.0.16",
"@vueuse/metadata": "workspace:*",
"@vueuse/shared": "workspace:*",
"vue-demi": "*"
Expand Down
1 change: 0 additions & 1 deletion packages/core/useTitle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ const title = useTitle('New Title', { titleTemplate: '%s | My Awesome Website' }
::: warning
`observe` is incompatible with `titleTemplate`.
:::

2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.5.0",
"async-validator": "^4.2.5",
"axios": "^1.1.2",
"axios": "^1.1.3",
"change-case": "^4.1.2",
"drauu": "^0.3.2",
"focus-trap": "^7.0.0",
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.2.40"
"vue": "^3.2.41"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}

0 comments on commit cb42f26

Please sign in to comment.