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 Feb 13, 2025
1 parent 94e9ff1 commit 44ba7fd
Show file tree
Hide file tree
Showing 10 changed files with 186 additions and 42 deletions.
46 changes: 37 additions & 9 deletions demo/package-lock.json

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

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular-devkit/build-angular": "^19.1.6",
"@angular/cli": "^19.1.6",
"@angular/compiler-cli": "^19.1.5",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.19.13",
"jasmine-core": "~5.4.0",
Expand Down
46 changes: 37 additions & 9 deletions tests/fixtures/angular-17/package-lock.json

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

2 changes: 1 addition & 1 deletion tests/fixtures/angular-17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@angular-devkit/build-angular": "17.3.8",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.10",
"@types/express": "^4.17.17",
"@types/express": "^5.0.0",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"@netlify/angular-runtime": "file:../../..",
Expand Down
40 changes: 35 additions & 5 deletions tests/fixtures/angular-19-app-engine/package-lock.json

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

2 changes: 1 addition & 1 deletion tests/fixtures/angular-19-app-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@angular-devkit/build-angular": "^19.1.6",
"@angular/cli": "^19.1.6",
"@angular/compiler-cli": "^19.1.5",
"@types/express": "^4.17.17",
"@types/express": "^5.0.0",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"jasmine-core": "~5.4.0",
Expand Down
40 changes: 35 additions & 5 deletions tests/fixtures/angular-19-common-engine/package-lock.json

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

2 changes: 1 addition & 1 deletion tests/fixtures/angular-19-common-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@angular-devkit/build-angular": "^19.1.6",
"@angular/cli": "^19.1.6",
"@angular/compiler-cli": "^19.1.5",
"@types/express": "^4.17.17",
"@types/express": "^5.0.0",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"jasmine-core": "~5.4.0",
Expand Down
Loading

0 comments on commit 44ba7fd

Please sign in to comment.