⬆️(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

@@ -10,5 +10,8 @@ module.exports = {
rootDir: __dirname,
},
},
rules: {
'@next/next/no-html-link-for-pages': 'off',
},
ignorePatterns: ['node_modules', '.eslintrc.js'],
};

View File

@@ -16,13 +16,13 @@
"node": ">=18"
},
"dependencies": {
"@blocknote/server-util": "0.23.2",
"@blocknote/server-util": "0.23.2-hotfix.0",
"@hocuspocus/server": "2.15.2",
"@sentry/node": "9.3.0",
"@sentry/profiling-node": "9.3.0",
"axios": "1.8.2",
"@sentry/node": "9.13.0",
"@sentry/profiling-node": "9.13.0",
"axios": "1.8.4",
"cors": "2.8.5",
"express": "4.21.2",
"express": "5.1.0",
"express-ws": "5.0.2",
"uuid": "11.1.0",
"y-protocols": "1.0.6",
@@ -31,20 +31,20 @@
"devDependencies": {
"@hocuspocus/provider": "2.15.2",
"@types/cors": "2.8.17",
"@types/express": "5.0.0",
"@types/express": "5.0.1",
"@types/express-ws": "3.0.5",
"@types/jest": "29.5.14",
"@types/node": "*",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.14",
"@types/supertest": "6.0.3",
"@types/ws": "8.18.1",
"cross-env": "7.0.3",
"eslint-config-impress": "*",
"jest": "29.7.0",
"nodemon": "3.1.9",
"supertest": "7.0.0",
"ts-jest": "29.2.6",
"supertest": "7.1.0",
"ts-jest": "29.3.2",
"ts-node": "10.9.2",
"tsc-alias": "1.8.11",
"tsc-alias": "1.8.15",
"typescript": "*",
"ws": "8.18.1"
}