Skip to content

Commit

Permalink
chore(deps): update dependency @types/express to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent c1d710f commit acab818
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 30 deletions.
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dist"
],
"devDependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^18.19.50",
"typescript": "^5.6.2",
"vavite": "5.0.0",
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 @@ -12,7 +12,7 @@
],
"devDependencies": {
"@swc/core": "^1.7.26",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^18.19.50",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"devDependencies": {
"@swc/core": "^1.7.26",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^18.19.50",
"rollup-plugin-swc3": "^0.11.2",
"typescript": "^5.6.2",
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 @@ -11,7 +11,7 @@
"dist"
],
"devDependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^18.19.50",
"typescript": "^5.6.2",
"vavite": "5.0.0",
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 @@ -8,7 +8,7 @@
"start": "node dist/server"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^18.19.50",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
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 @@ -8,7 +8,7 @@
"start": "node dist/server"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^18.19.50",
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "^5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "cross-env NODE_ENV=production node dist/server/index.mjs"
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/node": "^18.19.50",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dist"
],
"devDependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/express-ws": "^3.0.5",
"@types/node": "^18.19.50",
"@types/ws": "^8.5.12",
Expand Down
55 changes: 33 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit acab818

Please sign in to comment.