⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-01-29 13:25:13 +00:00
committed by Anthony LC
parent 5c5763a0ef
commit addc6a331f
6 changed files with 1891 additions and 825 deletions

View File

@@ -28,13 +28,13 @@
"server:test": "yarn COLLABORATION_SERVER run test"
},
"resolutions": {
"@types/node": "22.10.3",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@types/node": "22.12.0",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"eslint": "8.57.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.7.2"
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.7.3"
}
}