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

@@ -15,34 +15,34 @@
"test:watch": "jest --watch" "test:watch": "jest --watch"
}, },
"dependencies": { "dependencies": {
"@blocknote/core": "*", "@blocknote/core": "0.22.0",
"@blocknote/mantine": "*", "@blocknote/mantine": "0.22.0",
"@blocknote/react": "*", "@blocknote/react": "0.22.0",
"@gouvfr-lasuite/integration": "1.0.2", "@gouvfr-lasuite/integration": "1.0.2",
"@hocuspocus/provider": "2.15.0", "@hocuspocus/provider": "2.15.0",
"@openfun/cunningham-react": "2.9.4", "@openfun/cunningham-react": "2.9.4",
"@sentry/nextjs": "8.45.1", "@sentry/nextjs": "8.47.0",
"@tanstack/react-query": "5.62.7", "@tanstack/react-query": "5.62.11",
"crisp-sdk-web": "1.0.25", "crisp-sdk-web": "1.0.25",
"i18next": "24.1.0", "i18next": "24.2.0",
"i18next-browser-languagedetector": "8.0.2", "i18next-browser-languagedetector": "8.0.2",
"idb": "8.0.1", "idb": "8.0.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"luxon": "3.5.0", "luxon": "3.5.0",
"next": "15.1.0", "next": "15.1.3",
"react": "*", "react": "*",
"react-aria-components": "1.5.0", "react-aria-components": "1.5.0",
"react-dom": "*", "react-dom": "*",
"react-i18next": "15.2.0", "react-i18next": "15.4.0",
"react-select": "5.9.0", "react-select": "5.9.0",
"styled-components": "6.1.13", "styled-components": "6.1.13",
"y-protocols": "1.0.6", "y-protocols": "1.0.6",
"yjs": "*", "yjs": "13.6.21",
"zustand": "5.0.2" "zustand": "5.0.2"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.62.7", "@tanstack/react-query-devtools": "5.62.11",
"@testing-library/dom": "10.4.0", "@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3", "@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0", "@testing-library/react": "16.1.0",
@@ -53,7 +53,7 @@
"@types/node": "*", "@types/node": "*",
"@types/react": "18.3.12", "@types/react": "18.3.12",
"@types/react-dom": "*", "@types/react-dom": "*",
"cross-env": "*", "cross-env": "7.0.3",
"dotenv": "16.4.7", "dotenv": "16.4.7",
"eslint-config-impress": "*", "eslint-config-impress": "*",
"fetch-mock": "9.11.0", "fetch-mock": "9.11.0",

View File

@@ -28,18 +28,13 @@
"server:test": "yarn COLLABORATION_SERVER run test" "server:test": "yarn COLLABORATION_SERVER run test"
}, },
"resolutions": { "resolutions": {
"@blocknote/core": "0.21.0", "@types/node": "22.10.3",
"@blocknote/mantine": "0.21.0",
"@blocknote/react": "0.21.0",
"@types/node": "22.10.2",
"@types/react-dom": "18.3.1", "@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.18.0", "@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.18.0", "@typescript-eslint/parser": "8.19.0",
"cross-env": "7.0.3",
"eslint": "8.57.0", "eslint": "8.57.0",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"typescript": "5.7.2", "typescript": "5.7.2"
"yjs": "13.6.20"
} }
} }

View File

@@ -6,19 +6,19 @@
"lint": "eslint --ext .js ." "lint": "eslint --ext .js ."
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.1.0", "@next/eslint-plugin-next": "15.1.3",
"@tanstack/eslint-plugin-query": "5.62.1", "@tanstack/eslint-plugin-query": "5.62.9",
"@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*", "@typescript-eslint/parser": "*",
"eslint": "*", "eslint": "*",
"eslint-config-next": "15.1.0", "eslint-config-next": "15.1.3",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0", "eslint-plugin-jest": "28.10.0",
"eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.1.0", "eslint-plugin-playwright": "2.1.0",
"eslint-plugin-prettier": "5.2.1", "eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2", "eslint-plugin-react": "7.37.3",
"eslint-plugin-testing-library": "7.1.1", "eslint-plugin-testing-library": "7.1.1",
"prettier": "3.4.2" "prettier": "3.4.2"
} }

View File

@@ -16,7 +16,7 @@
"@types/node": "*", "@types/node": "*",
"eslint-config-impress": "*", "eslint-config-impress": "*",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"i18next-parser": "9.0.2", "i18next-parser": "9.1.0",
"jest": "29.7.0", "jest": "29.7.0",
"ts-jest": "29.2.5", "ts-jest": "29.2.5",
"typescript": "*", "typescript": "*",

View File

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

File diff suppressed because it is too large Load Diff