Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 17d05d2 commit 9e7abdd
Show file tree
Hide file tree
Showing 20 changed files with 439 additions and 81 deletions.
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "^20.6.5",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"express": "^4.18.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9",
"vite": "^5.0.9",
"vite-plugin-ssr": "^0.4.142"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^20.6.5",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"fastify": "^4.23.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^20.6.5",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"@hapi/hapi": "^21.3.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "^20.6.5",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"@koa/router": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nestjs-vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"rollup-plugin-swc3": "^0.10.1",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9",
"vite": "^5.0.9",
"vite-tsconfig-paths": "^4.2.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rollup-plugin-swc3": "^0.10.1",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"@nestjs/common": "^10.2.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@types/node": "^20.6.5",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9"
"vite": "^5.0.9"
}
}
2 changes: 1 addition & 1 deletion examples/socket-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "^20.6.5",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-react-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vitejs/plugin-react": "^4.1.0",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-vue-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vavite": "3.0.0",
"vite": "^4.4.9",
"vite": "^5.0.9",
"vite-plugin-ssr": "^0.4.142"
}
}
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"sirv": "^2.0.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"@types/node": "^20.6.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/expose-vite-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"eslint": "^8.50.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^5.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/multibuild-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint": "^8.50.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"@types/node": "^20.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/multibuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint": "^8.50.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"@types/node": "^20.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"sirv": "^2.0.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^5.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/reloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"eslint": "^8.50.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^5.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/vavite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"sirv": "^2.0.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^5.0.9"
},
"dependencies": {
"@vavite/connect": "workspace:*",
Expand Down
Loading

0 comments on commit 9e7abdd

Please sign in to comment.