Skip to content

Commit

Permalink
[Misc] Update dependency @types/node to v22.13.9 (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 4, 2025
1 parent 06393ae commit d789497
Show file tree
Hide file tree
Showing 6 changed files with 220 additions and 220 deletions.
2 changes: 1 addition & 1 deletion electron/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"electron": "34.3.0"
},
"devDependencies": {
"@types/node": "22.13.8",
"@types/node": "22.13.9",
"typescript": "5.7.3",
"vite": "6.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion electron/preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@xwiki/cristal-electron-authentication-xwiki-preload": "workspace:*"
},
"devDependencies": {
"@types/node": "22.13.8",
"@types/node": "22.13.9",
"@xwiki/cristal-browser-electron": "workspace:*",
"@xwiki/cristal-electron-storage": "workspace:*",
"typescript": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion electron/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"vue": "3.5.13"
},
"devDependencies": {
"@types/node": "22.13.8",
"@types/node": "22.13.9",
"typescript": "5.7.3",
"vite": "6.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion electron/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@types/node": "22.13.8",
"@types/node": "22.13.9",
"@xwiki/cristal-dev-config": "workspace:*",
"reflect-metadata": "0.2.2",
"typescript": "5.7.3",
Expand Down
Loading

0 comments on commit d789497

Please sign in to comment.