Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2023
1 parent 3cf52a5 commit bbd083f
Show file tree
Hide file tree
Showing 16 changed files with 263 additions and 264 deletions.
6 changes: 3 additions & 3 deletions examples/fastify-vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"dependencies": {
"@fastify/static": "^6.10.2",
"@types/node": "^20.4.5",
"@types/react": "^18.2.16",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react": "^4.0.4",
"cross-env": "^7.0.3",
"fastify": "^4.20.0",
"fastify": "^4.21.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"vite": "^4.4.7"
},
"dependencies": {
"fastify": "^4.20.0"
"fastify": "^4.21.0"
}
}
2 changes: 1 addition & 1 deletion examples/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dist"
],
"devDependencies": {
"@types/koa": "^2.13.7",
"@types/koa": "^2.13.8",
"@types/koa__router": "^12.0.0",
"@types/node": "^20.4.5",
"typescript": "^5.1.6",
Expand Down
12 changes: 6 additions & 6 deletions examples/nestjs-vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dist"
],
"devDependencies": {
"@swc/core": "^1.3.71",
"@swc/core": "^1.3.73",
"@types/express": "^4.17.17",
"@types/node": "^20.4.5",
"@types/react": "^18.2.16",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react": "^4.0.4",
"cross-env": "^7.0.3",
"rollup-plugin-swc3": "^0.9.1",
"typescript": "^5.1.6",
Expand All @@ -25,9 +25,9 @@
"vite-tsconfig-paths": "^4.2.0"
},
"dependencies": {
"@nestjs/common": "^10.1.2",
"@nestjs/core": "^10.1.2",
"@nestjs/platform-express": "^10.1.2",
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.3",
"@nestjs/platform-express": "^10.1.3",
"@nestjs/serve-static": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dist"
],
"devDependencies": {
"@swc/core": "^1.3.71",
"@swc/core": "^1.3.73",
"@types/express": "^4.17.17",
"@types/node": "^20.4.5",
"rollup-plugin-swc3": "^0.9.1",
Expand All @@ -20,9 +20,9 @@
"vite": "^4.4.7"
},
"dependencies": {
"@nestjs/common": "^10.1.2",
"@nestjs/core": "^10.1.2",
"@nestjs/platform-express": "^10.1.2",
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.3",
"@nestjs/platform-express": "^10.1.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/ssr-react-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.4.5",
"@types/react": "^18.2.16",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.1.6",
"vavite": "2.0.1",
"vite": "^4.4.7"
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"dependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.4.5",
"@types/react": "^18.2.16",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react": "^4.0.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"publint": "^0.1.16",
"publint": "^0.2.0",
"typescript": "^5.1.6"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"sirv": "^2.0.3",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
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 @@ -41,7 +41,7 @@
"devDependencies": {
"@cyco130/eslint-config": "^3.3.1",
"@types/node": "^20.4.5",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.7"
Expand Down
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 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/multibuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^3.3.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.7"
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 @@ -43,7 +43,7 @@
"devDependencies": {
"@cyco130/eslint-config": "^3.3.1",
"@types/node": "^20.4.5",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"sirv": "^2.0.3",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/reloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@cyco130/eslint-config": "^3.3.1",
"@types/node": "^20.4.5",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/vavite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@cyco130/eslint-config": "^3.3.1",
"@types/node": "^20.4.5",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"sirv": "^2.0.3",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
Expand Down
Loading

0 comments on commit bbd083f

Please sign in to comment.