Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6fceea5

Browse files
authoredMar 21, 2025··
chore(deps): update dependency @types/express to v5
1 parent 4f75936 commit 6fceea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎apps/cra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/plugin-syntax-flow": "~7.26.0",
1616
"@babel/plugin-transform-react-jsx": "~7.25.0",
1717
"@craco/craco": "~7.1.0",
18-
"@types/express": "~4.17.13",
18+
"@types/express": "~5.0.0",
1919
"@types/jest": "~29.5.0",
2020
"@types/react": "~18.3.0",
2121
"@types/react-dom": "~18.3.0",

‎apps/nestjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@nestjs/cli": "~11.0.0",
23-
"@types/express": "~4.17.11",
23+
"@types/express": "~5.0.0",
2424
"@types/node": "~22.13.0",
2525
"ts-node": "~10.9.0",
2626
"tsconfig-paths": "~4.2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.