Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^18.19.64
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 7d8c85c commit b5aa941
Show file tree
Hide file tree
Showing 22 changed files with 135 additions and 135 deletions.
2 changes: 1 addition & 1 deletion ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ci": "vitest run --reporter=verbose"
},
"dependencies": {
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"kill-port": "^2.0.1",
"ps-tree": "^1.2.0",
"puppeteer": "^23.6.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"typescript": "^5.6.3",
"vavite": "5.0.1",
"vite": "^5.4.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@fastify/static": "^8.0.2",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dist"
],
"devDependencies": {
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"typescript": "^5.6.3",
"vavite": "5.0.1",
"vite": "^5.4.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dist"
],
"devDependencies": {
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"typescript": "^5.6.3",
"vavite": "5.0.1",
"vite": "^5.4.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@types/koa": "^2.15.0",
"@types/koa__router": "^12.0.4",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"typescript": "^5.6.3",
"vavite": "5.0.1",
"vite": "^5.4.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/nestjs-vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@swc/core": "^1.7.42",
"@types/express": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@swc/core": "^1.7.42",
"@types/express": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"rollup-plugin-swc3": "^0.12.1",
"typescript": "^5.6.3",
"vavite": "5.0.1",
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 @@ -8,7 +8,7 @@
"build": "vite build --ssr --mode=production"
},
"devDependencies": {
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"typescript": "^5.6.3",
"vavite": "5.0.1",
"vite": "^5.4.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/socket-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"typescript": "^5.6.3",
"vavite": "5.0.1",
"vite": "^5.4.10"
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 @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
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 @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"vavite": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@types/express": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@types/express": "^5.0.0",
"@types/express-ws": "^3.0.5",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"@types/ws": "^8.5.13",
"typescript": "^5.6.3",
"vavite": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"vite": "^5.4.10"
},
"dependencies": {
"@types/node": "^18.19.63"
"@types/node": "^18.19.64"
}
}
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 @@ -39,7 +39,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"eslint": "^9.14.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
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 @@ -34,7 +34,7 @@
"vite": "^5.4.10"
},
"dependencies": {
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"@vavite/multibuild": "workspace:*",
"cac": "^6.7.14",
"picocolors": "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/multibuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"vite": "^5.4.10"
},
"dependencies": {
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"cac": "^6.7.14",
"picocolors": "^1.1.1"
}
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 @@ -41,7 +41,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"eslint": "^9.14.0",
"sirv": "^3.0.0",
"tsup": "^8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/reloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"eslint": "^9.14.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vavite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@cyco130/eslint-config": "^5.0.0",
"@types/node": "^18.19.63",
"@types/node": "^18.19.64",
"eslint": "^9.14.0",
"sirv": "^3.0.0",
"tsup": "^8.3.5",
Expand Down
Loading

0 comments on commit b5aa941

Please sign in to comment.