Skip to content

Commit 38f8794

Browse files
chore(deps): update dependency @types/express to v5
1 parent 73db9aa commit 38f8794

File tree

4 files changed

+92
-59
lines changed

4 files changed

+92
-59
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@previewjs/plugin-vue2": "workspace:*",
3535
"@previewjs/plugin-vue3": "workspace:*",
3636
"@previewjs/properties": "workspace:*",
37-
"@types/express": "^4.17.21",
37+
"@types/express": "^5.0.1",
3838
"@types/fs-extra": "^11.0.4",
3939
"@types/node": "^20.17.10",
4040
"cross-env": "^7.0.3",

chromeless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typescript": "^5.7.2"
3333
},
3434
"devDependencies": {
35-
"@types/express": "^4.17.21",
35+
"@types/express": "^5.0.1",
3636
"rimraf": "^6.0.1",
3737
"unbuild": "^2.0.0",
3838
"vite": "^6.0.5"

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@rollup/plugin-alias": "^5.1.1",
52-
"@types/express": "^4.17.21",
52+
"@types/express": "^5.0.1",
5353
"@types/fs-extra": "^11.0.4",
5454
"@types/html-escaper": "^3.0.2",
5555
"shx": "^0.3.4",

0 commit comments

Comments
 (0)