Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yooouuri committed Dec 12, 2024
1 parent 78615f2 commit 9372561
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 200 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-vue-ssr",
"version": "0.12.1",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.15.0",
"type": "module",
"license": "MIT",
"description": "Vite plugin to develop Vue SSR apps",
Expand Down Expand Up @@ -40,28 +40,28 @@
"@babel/parser": "^7.25.0",
"@babel/traverse": "^7.25.1",
"@babel/types": "^7.25.0",
"@unhead/ssr": "^1.9.16",
"@unhead/ssr": "^1.11.14",
"node-html-parser": "^6.1.13"
},
"devDependencies": {
"@types/node": "^20.14.13",
"@unhead/vue": "^1.9.16",
"@unhead/vue": "^1.11.14",
"devalue": "^5.0.0",
"h3": "^1.12.0",
"h3": "^1.13.0",
"typescript": "^5.5.0",
"unbuild": "^2.0.0",
"vite": "^5.3.5",
"vitest": "^1.6.0",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"peerDependencies": {
"@unhead/vue": "^1.9.16",
"@unhead/vue": "^1.11.14",
"devalue": "^5.0.0",
"h3": "^1.12.0",
"h3": "^1.13.0",
"vite": "^5.3.5",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"peerDependenciesMeta": {
"devalue": {
Expand Down
10 changes: 5 additions & 5 deletions playground/h3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h3-example",
"private": true,
"name": "h3",
"version": "0.0.0",
"type": "module",
"scripts": {
Expand All @@ -10,11 +10,11 @@
"build:server": "vite build --ssr src/main.ts --outDir dist/server"
},
"dependencies": {
"@unhead/vue": "^1.9.16",
"h3": "^1.12.0",
"@unhead/vue": "^1.11.14",
"h3": "^1.13.0",
"serve-static": "^1.15.0",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.0",
Expand Down
12 changes: 6 additions & 6 deletions playground/pinia-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "pinia-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
Expand All @@ -10,13 +10,13 @@
"build:server": "vite build --ssr src/main.ts --outDir dist/server"
},
"dependencies": {
"@unhead/vue": "^1.9.16",
"@unhead/vue": "^1.11.14",
"devalue": "^5.0.0",
"h3": "^1.12.0",
"pinia": "^2.2.0",
"h3": "^1.13.0",
"pinia": "^2.3.0",
"serve-static": "^1.15.0",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.0",
Expand Down
10 changes: 5 additions & 5 deletions playground/vue-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-router-example",
"private": true,
"name": "vue-router",
"version": "0.0.0",
"type": "module",
"scripts": {
Expand All @@ -10,11 +10,11 @@
"build:server": "vite build --ssr src/main.ts --outDir dist/server"
},
"dependencies": {
"@unhead/vue": "^1.9.16",
"h3": "^1.12.0",
"@unhead/vue": "^1.11.14",
"h3": "^1.13.0",
"serve-static": "^1.15.0",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.0",
Expand Down
Loading

0 comments on commit 9372561

Please sign in to comment.