⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-10-06 10:17:21 +00:00
committed by Anthony LC
parent 2b5a9e1af8
commit 35e771a1ce
9 changed files with 2836 additions and 2434 deletions

View File

@@ -31,15 +31,15 @@
"server:test": "yarn COLLABORATION_SERVER run test"
},
"resolutions": {
"@types/node": "22.18.1",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"@typescript-eslint/eslint-plugin": "8.43.0",
"@typescript-eslint/parser": "8.43.0",
"eslint": "9.35.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"typescript": "5.9.2",
"@types/node": "22.18.8",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"@typescript-eslint/eslint-plugin": "8.45.0",
"@typescript-eslint/parser": "8.45.0",
"eslint": "9.37.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"typescript": "5.9.3",
"wrap-ansi": "9.0.2",
"yjs": "13.6.27"
},