⬆️(dependencies) update js dependencies (#591)
* ⬆️(dependencies) update js dependencies * ⬆️(dependencies) fixes for React 19 * ⬆️(dependencies) unit test fixes for React 19 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Laurent Bossavit <laurent@MacBook-Pro-de-Laurent.local>
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
"i18n:test": "yarn I18N run test"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/node": "22.10.1",
|
||||
"@types/react-dom": "18.3.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"typescript": "5.7.2"
|
||||
"@types/node": "22.10.5",
|
||||
"@types/react-dom": "19.0.2",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"typescript": "5.7.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user