Skip to content

Commit

Permalink
[Misc] Update dependency @types/node to v22.10.2 (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 13, 2024
1 parent 28e5582 commit 6a68888
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 193 deletions.
2 changes: 1 addition & 1 deletion electron/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"electron": "33.2.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"cross-env": "7.0.3",
"typescript": "5.6.3",
"vite": "6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion electron/preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@xwiki/cristal-electron-authentication-xwiki-preload": "workspace:*"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@xwiki/cristal-browser-electron": "workspace:*",
"@xwiki/cristal-electron-storage": "workspace:*",
"typescript": "5.6.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 @@ -32,7 +32,7 @@
"vue": "3.5.13"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"typescript": "5.6.3",
"vite": "6.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion electron/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"reflect-metadata": "0.2.2",
"typescript": "5.6.3",
"vite": "6.0.3",
Expand Down
Loading

0 comments on commit 6a68888

Please sign in to comment.