Skip to content

Commit 65af6e4

Browse files
devDeps: @types/express (#1761)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ryan Ling <[email protected]>
1 parent d0443bd commit 65af6e4

File tree

5 files changed

+184
-89
lines changed

5 files changed

+184
-89
lines changed

.changeset/calm-jokes-smell.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'skuba': patch
3+
---
4+
5+
template/express-rest-api: express 5

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@jest/reporters": "29.7.0",
127127
"@jest/test-result": "29.7.0",
128128
"@types/ejs": "3.1.5",
129-
"@types/express": "4.17.21",
129+
"@types/express": "5.0.0",
130130
"@types/fs-extra": "11.0.4",
131131
"@types/koa": "2.15.0",
132132
"@types/libnpmsearch": "2.0.7",
@@ -139,7 +139,7 @@
139139
"@types/supertest": "6.0.2",
140140
"@types/validate-npm-package-name": "4.0.2",
141141
"enhanced-resolve": "5.18.0",
142-
"express": "4.21.2",
142+
"express": "5.0.1",
143143
"fastify": "5.2.0",
144144
"jest-diff": "29.7.0",
145145
"jsonfile": "6.1.0",

0 commit comments

Comments
 (0)