Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 13, 2023
1 parent fa46648 commit 805ea6d
Show file tree
Hide file tree
Showing 2 changed files with 2,267 additions and 3,176 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vueuse/head",
"version": "1.3.1",
"packageManager": "pnpm@7.25.0",
"packageManager": "pnpm@8.7.5",
"description": "Document head manager for Vue 3. SSR ready.",
"author": {
"name": "EGOIST",
Expand Down Expand Up @@ -49,35 +49,35 @@
"vue": ">=2.7 || >=3"
},
"dependencies": {
"@unhead/dom": "^1.3.1",
"@unhead/schema": "^1.3.1",
"@unhead/ssr": "^1.3.1",
"@unhead/vue": "^1.3.1"
"@unhead/dom": "^1.7.0",
"@unhead/schema": "^1.7.0",
"@unhead/ssr": "^1.7.0",
"@unhead/vue": "^1.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@nuxt/kit": "3.2.3",
"@nuxt/test-utils": "3.2.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"@antfu/eslint-config": "^0.41.3",
"@nuxt/kit": "3.7.2",
"@nuxt/test-utils": "3.7.2",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/compiler-sfc": "^3.3.4",
"@vue/server-renderer": "^3.3.4",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.36.0",
"execa": "^7.1.0",
"get-port-please": "^3.0.1",
"jsdom": "^21.1.1",
"eslint": "^8.49.0",
"execa": "^8.0.1",
"get-port-please": "^3.1.1",
"jsdom": "^22.1.0",
"kanpai": "^0.11.0",
"mlly": "^1.2.0",
"nuxt": "^3.2.3",
"pathe": "^1.1.0",
"playwright": "^1.31.2",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
"mlly": "^1.4.2",
"nuxt": "^3.7.2",
"pathe": "^1.1.1",
"playwright": "^1.37.1",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.9",
"vitest": "^0.34.4",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"resolutions": {
"@vueuse/head": "link:."
Expand Down
Loading

0 comments on commit 805ea6d

Please sign in to comment.