⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-09-01 09:57:03 +00:00
committed by Anthony LC
parent 75f2e547e0
commit 09eddfc339
7 changed files with 2053 additions and 682 deletions

View File

@@ -28,14 +28,14 @@
"server:test": "yarn COLLABORATION_SERVER run test"
},
"resolutions": {
"@types/node": "22.17.0",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0",
"@types/node": "22.18.0",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"@typescript-eslint/eslint-plugin": "8.41.0",
"@typescript-eslint/parser": "8.41.0",
"eslint": "8.57.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"typescript": "5.9.2",
"yjs": "13.6.27"
}