⬆️(dependencies) update js dependencies

This commit is contained in:
Anthony LC
2025-04-30 12:37:38 +02:00
parent 9ca79688c9
commit 4ad917906c
5 changed files with 14914 additions and 17886 deletions

View File

@@ -15,36 +15,36 @@
"test:watch": "jest --watch" "test:watch": "jest --watch"
}, },
"dependencies": { "dependencies": {
"@ag-media/react-pdf-table": "2.0.1", "@ag-media/react-pdf-table": "2.0.2",
"@blocknote/core": "0.23.2-hotfix.0", "@blocknote/core": "0.29.1",
"@blocknote/mantine": "0.23.2-hotfix.0", "@blocknote/mantine": "0.29.1",
"@blocknote/react": "0.23.2-hotfix.0", "@blocknote/react": "0.29.1",
"@blocknote/xl-docx-exporter": "0.23.2-hotfix.0", "@blocknote/xl-docx-exporter": "0.29.1",
"@blocknote/xl-pdf-exporter": "0.23.2-hotfix.0", "@blocknote/xl-pdf-exporter": "0.29.1",
"@fontsource/material-icons": "5.2.5", "@fontsource/material-icons": "5.2.5",
"@gouvfr-lasuite/integration": "1.0.3", "@gouvfr-lasuite/integration": "1.0.3",
"@gouvfr-lasuite/ui-kit": "0.4.0", "@gouvfr-lasuite/ui-kit": "0.4.1",
"@hocuspocus/provider": "2.15.2", "@hocuspocus/provider": "2.15.2",
"@openfun/cunningham-react": "3.0.0", "@openfun/cunningham-react": "3.0.0",
"@react-pdf/renderer": "4.1.6", "@react-pdf/renderer": "4.3.0",
"@sentry/nextjs": "9.13.0", "@sentry/nextjs": "9.14.0",
"@tanstack/react-query": "5.74.4", "@tanstack/react-query": "5.74.9",
"canvg": "4.0.3", "canvg": "4.0.3",
"clsx": "2.1.1", "clsx": "2.1.1",
"cmdk": "1.1.1", "cmdk": "1.1.1",
"crisp-sdk-web": "1.0.25", "crisp-sdk-web": "1.0.25",
"docx": "9.1.1", "docx": "9.4.1",
"i18next": "25.0.1", "i18next": "25.0.2",
"i18next-browser-languagedetector": "8.0.5", "i18next-browser-languagedetector": "8.0.5",
"idb": "8.0.2", "idb": "8.0.2",
"lodash": "4.17.21", "lodash": "4.17.21",
"luxon": "3.6.1", "luxon": "3.6.1",
"next": "15.3.1", "next": "15.3.1",
"posthog-js": "1.236.5", "posthog-js": "1.236.8",
"react": "*", "react": "*",
"react-aria-components": "1.8.0", "react-aria-components": "1.8.0",
"react-dom": "*", "react-dom": "*",
"react-i18next": "15.4.1", "react-i18next": "15.5.1",
"react-intersection-observer": "9.16.0", "react-intersection-observer": "9.16.0",
"react-select": "5.10.1", "react-select": "5.10.1",
"styled-components": "6.1.17", "styled-components": "6.1.17",
@@ -55,7 +55,7 @@
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.74.4", "@tanstack/react-query-devtools": "5.74.9",
"@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.3.0", "@testing-library/react": "16.3.0",
@@ -74,11 +74,11 @@
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0", "node-fetch": "2.7.0",
"prettier": "3.5.3", "prettier": "3.5.3",
"stylelint": "16.18.0", "stylelint": "16.19.1",
"stylelint-config-standard": "38.0.0", "stylelint-config-standard": "38.0.0",
"stylelint-prettier": "5.0.3", "stylelint-prettier": "5.0.3",
"typescript": "*", "typescript": "*",
"webpack": "5.99.6", "webpack": "5.99.7",
"workbox-webpack-plugin": "7.1.0" "workbox-webpack-plugin": "7.1.0"
} }
} }

View File

@@ -28,11 +28,11 @@
"server:test": "yarn COLLABORATION_SERVER run test" "server:test": "yarn COLLABORATION_SERVER run test"
}, },
"resolutions": { "resolutions": {
"@types/node": "22.14.1", "@types/node": "22.15.3",
"@types/react": "19.1.2", "@types/react": "19.1.2",
"@types/react-dom": "19.1.2", "@types/react-dom": "19.1.2",
"@typescript-eslint/eslint-plugin": "8.31.0", "@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.0", "@typescript-eslint/parser": "8.31.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",

View File

@@ -7,7 +7,7 @@
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.3.1", "@next/eslint-plugin-next": "15.3.1",
"@tanstack/eslint-plugin-query": "5.73.3", "@tanstack/eslint-plugin-query": "5.74.7",
"@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*", "@typescript-eslint/parser": "*",
"eslint": "*", "eslint": "*",

View File

@@ -16,11 +16,11 @@
"node": ">=18" "node": ">=18"
}, },
"dependencies": { "dependencies": {
"@blocknote/server-util": "0.23.2-hotfix.0", "@blocknote/server-util": "0.29.1",
"@hocuspocus/server": "2.15.2", "@hocuspocus/server": "2.15.2",
"@sentry/node": "9.13.0", "@sentry/node": "9.14.0",
"@sentry/profiling-node": "9.13.0", "@sentry/profiling-node": "9.14.0",
"axios": "1.8.4", "axios": "1.9.0",
"cors": "2.8.5", "cors": "2.8.5",
"express": "5.1.0", "express": "5.1.0",
"express-ws": "5.0.2", "express-ws": "5.0.2",
@@ -40,7 +40,7 @@
"cross-env": "7.0.3", "cross-env": "7.0.3",
"eslint-config-impress": "*", "eslint-config-impress": "*",
"jest": "29.7.0", "jest": "29.7.0",
"nodemon": "3.1.9", "nodemon": "3.1.10",
"supertest": "7.1.0", "supertest": "7.1.0",
"ts-jest": "29.3.2", "ts-jest": "29.3.2",
"ts-node": "10.9.2", "ts-node": "10.9.2",

File diff suppressed because it is too large Load Diff