⬆️(dependencies) update js dependencies

- Update js dependencies
- Fix linters
This commit is contained in:
Anthony LC
2025-08-07 11:06:34 +02:00
parent e07f709dd4
commit f434d78b5d
10 changed files with 1770 additions and 3661 deletions

View File

@@ -28,15 +28,15 @@
"server:test": "yarn COLLABORATION_SERVER run test"
},
"resolutions": {
"@types/node": "22.16.5",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"@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",
"eslint": "8.57.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"typescript": "5.8.3",
"typescript": "5.9.2",
"yjs": "13.6.27"
}
}