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 Apr 19, 2024
1 parent fce16f3 commit 747d54b
Show file tree
Hide file tree
Showing 8 changed files with 10,073 additions and 8,342 deletions.
6 changes: 3 additions & 3 deletions examples/vite-ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"pinia": "^2.1.7",
"unhead": "workspace:*",
"unplugin-auto-import": "^0.17.5",
"vite": "^5.2.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vite": "^5.2.9",
"vue": "^3.4.23",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "vue-cli-service build"
},
"dependencies": {
"core-js": "^3.36.1",
"core-js": "^3.37.0",
"vue": "2.7"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/vue-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand All @@ -20,7 +20,7 @@
"@vue/tsconfig": "^0.5.1",
"npm-run-all": "^4.1.5",
"typescript": "~5.4.5",
"vite": "^5.2.8",
"vue-tsc": "^2.0.12"
"vite": "^5.2.9",
"vue-tsc": "^2.0.13"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.9.5",
"private": "true",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.0.4",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"repository": {
Expand All @@ -21,10 +21,10 @@
"lint": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.3",
"@antfu/eslint-config": "^2.15.0",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.6",
"@vue/server-renderer": "^3.4.21",
"@vue/server-renderer": "^3.4.23",
"acorn-loose": "^8.4.0",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
Expand All @@ -34,9 +34,9 @@
"unbuild": "^2.0.0",
"utility-types": "^3.11.0",
"vitest": "^1.5.0",
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"resolutions": {
"vue": "^3.4.21"
"vue": "^3.4.23"
}
}
2 changes: 1 addition & 1 deletion packages/addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@rollup/pluginutils": "^5.1.0",
"@unhead/schema": "workspace:*",
"@unhead/shared": "workspace:*",
"magic-string": "^0.30.9",
"magic-string": "^0.30.10",
"mlly": "^1.6.1",
"ufo": "^1.5.3",
"unplugin": "^1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"@unhead/vue": "workspace:*",
"unhead": "workspace:*",
"unplugin-vue-components": "^0.26.0",
"vue": "^3.4.21"
"vue": "^3.4.23"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"unhead": "workspace:*"
},
"devDependencies": {
"vue": "^3.4.21"
"vue": "^3.4.23"
}
}

0 comments on commit 747d54b

Please sign in to comment.