Skip to content

Commit

Permalink
[Misc] Update Node.js to v22.13.1 (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 29, 2025
1 parent cfb5600 commit 85b002d
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 211 deletions.
2 changes: 1 addition & 1 deletion electron/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"electron": "34.0.0"
},
"devDependencies": {
"@types/node": "22.10.7",
"@types/node": "22.10.10",
"typescript": "5.7.3",
"vite": "6.0.11"
}
Expand Down
2 changes: 1 addition & 1 deletion electron/preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@xwiki/cristal-electron-authentication-xwiki-preload": "workspace:*"
},
"devDependencies": {
"@types/node": "22.10.7",
"@types/node": "22.10.10",
"@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 @@ -35,7 +35,7 @@
"vue": "3.5.13"
},
"devDependencies": {
"@types/node": "22.10.7",
"@types/node": "22.10.10",
"typescript": "5.7.3",
"vite": "6.0.11"
}
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.10.7",
"@types/node": "22.10.10",
"@xwiki/cristal-dev-config": "workspace:*",
"reflect-metadata": "0.2.2",
"typescript": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"vue-eslint-parser": "9.4.3"
},
"engines": {
"node": "22.13.0"
"node": "22.13.1"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 85b002d

Please sign in to comment.