⬆️(dependencies) update js dependencies

This commit is contained in:
Anthony LC
2025-05-15 10:50:51 +02:00
parent 95833fa5ec
commit fc1d33268c
7 changed files with 1500 additions and 1666 deletions

View File

@@ -28,16 +28,15 @@
"server:test": "yarn COLLABORATION_SERVER run test"
},
"resolutions": {
"@types/node": "22.15.12",
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3",
"@typescript-eslint/eslint-plugin": "8.32.0",
"@typescript-eslint/parser": "8.32.0",
"@types/node": "22.15.18",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"eslint": "8.57.0",
"prosemirror-model": "1.25.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"typescript": "5.8.3",
"yjs": "13.6.26"
"yjs": "13.6.27"
}
}