⬆️(dependencies) update js dependencies

This commit is contained in:
Anthony LC
2025-01-02 15:06:12 +01:00
committed by Anthony LC
parent 7ed2b23ea3
commit 3b2834cf6d
6 changed files with 923 additions and 875 deletions

View File

@@ -16,15 +16,15 @@
"node": ">=18"
},
"dependencies": {
"@blocknote/server-util": "0.21.0",
"@blocknote/server-util": "0.22.0",
"@hocuspocus/server": "2.15.0",
"@sentry/node": "8.45.1",
"@sentry/profiling-node": "8.45.1",
"@sentry/node": "8.47.0",
"@sentry/profiling-node": "8.47.0",
"cors": "2.8.5",
"express": "4.21.2",
"express-ws": "5.0.2",
"y-protocols": "1.0.6",
"yjs": "13.6.20"
"yjs": "13.6.21"
},
"devDependencies": {
"@hocuspocus/provider": "2.15.0",
@@ -36,7 +36,7 @@
"@types/supertest": "6.0.2",
"@types/ws": "8.5.13",
"eslint-config-impress": "*",
"cross-env": "*",
"cross-env": "7.0.3",
"jest": "29.7.0",
"nodemon": "3.1.9",
"supertest": "7.0.0",