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 Nov 25, 2024
1 parent 67e7d41 commit 7d59bca
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 344 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/lucide": "^1.2.15",
"@iconify-json/lucide": "^1.2.16",
"@iconify-json/noto": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.12",
"@iconify-json/simple-icons": "^1.2.13",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.1",
"@nuxt/fonts": "0.10.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-ssr-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0"
"react-router-dom": "^7.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "latest",
Expand Down
8 changes: 4 additions & 4 deletions examples/vite-ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@unhead/schema-org": "workspace:*",
"@unhead/shared": "workspace:*",
"@unhead/vue": "workspace:*",
"pinia": "^2.2.5",
"pinia": "^2.2.6",
"unhead": "workspace:*",
"unplugin-auto-import": "^0.18.3",
"vite": "^5.4.10",
"unplugin-auto-import": "^0.18.5",
"vite": "^5.4.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand All @@ -31,6 +31,6 @@
"compression": "^1.7.5",
"express": "^4.21.1",
"serve-static": "^1.16.2",
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
10 changes: 5 additions & 5 deletions examples/vue-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.8.6",
"@types/node": "^22.9.3",
"@unhead/vue": "link:../../packages/vue",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.6.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.6.3",
"vite": "^5.4.10",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "^9.15.0",
"fs-extra": "^11.2.0",
"jsdom": "^25.0.1",
"typescript": "^5.7.2",
"typescript": "5.6.3",
"unbuild": "^2.0.0",
"utility-types": "^3.11.0",
"vitest": "^2.1.5",
Expand All @@ -40,6 +40,7 @@
"resolutions": {
"@nuxt/vite-builder": "3.14.1592",
"@nuxtjs/mdc": "0.9.5",
"typescript": "5.6.3",
"@unhead/addons": "workspace:*",
"@unhead/dom": "workspace:*",
"@unhead/schema": "workspace:*",
Expand Down
Loading

0 comments on commit 7d59bca

Please sign in to comment.