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 Nov 8, 2024
1 parent 9600d9e commit 5ec83c4
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 51 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@previewjs/plugin-vue2": "workspace:*",
"@previewjs/plugin-vue3": "workspace:*",
"@previewjs/properties": "workspace:*",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.17.6",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"rimraf": "^5.0.10",
"unbuild": "^2.0.0",
"vite": "^5.3.1"
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/html-escaper": "^3.0.2",
"shx": "^0.3.4",
Expand Down
Loading

0 comments on commit 5ec83c4

Please sign in to comment.