⬆️(dependencies) update js dependencies

This commit is contained in:
Anthony LC
2025-04-23 11:43:50 +02:00
parent cdafe6fd33
commit 5268699d50
11 changed files with 2503 additions and 778 deletions

View File

@@ -28,15 +28,15 @@
"server:test": "yarn COLLABORATION_SERVER run test"
},
"resolutions": {
"@types/node": "22.13.9",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"@types/node": "22.14.1",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@typescript-eslint/eslint-plugin": "8.31.0",
"@typescript-eslint/parser": "8.31.0",
"eslint": "8.57.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.8.2",
"yjs": "13.6.23"
"react": "19.1.0",
"react-dom": "19.1.0",
"typescript": "5.8.3",
"yjs": "13.6.26"
}
}