Skip to content

Commit

Permalink
chore(deps): update dependency @types/express to v5 (#821)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 249788d commit 9d6842f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/angular-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular-devkit/build-angular": "^18.0.0",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@types/express": "^4.17.17",
"@types/express": "^5.0.0",
"@types/jasmine": "~5.1.0",
"@types/node": "^20.11.19",
"jasmine-core": "~5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/express-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@silverhand/eslint-config": "^6.0.1",
"@silverhand/ts-config": "^6.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/express": "^5.0.0",
"@types/express-session": "^1.17.5",
"@types/node": "^20.11.19",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@silverhand/ts-config-react": "^6.0.0",
"@swc/core": "^1.6.5",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/express": "^5.0.0",
"@types/express-session": "^1.17.5",
"@types/supertest": "^6.0.0",
"@vitest/coverage-v8": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/passportjs-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@silverhand/eslint-config": "^6.0.1",
"@silverhand/ts-config": "^6.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/express": "^5.0.0",
"@types/express-session": "^1.17.5",
"@types/node": "^20.11.19",
"@types/passport": "^1.0.16",
Expand Down
53 changes: 31 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 9d6842f

Please sign in to comment.