⬆️(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,7 +28,6 @@
"matchPackageNames": [ "matchPackageNames": [
"eslint", "eslint",
"fetch-mock", "fetch-mock",
"prosemirror-model",
"node", "node",
"node-fetch", "node-fetch",
"workbox-webpack-plugin" "workbox-webpack-plugin"

View File

@@ -16,42 +16,42 @@
}, },
"dependencies": { "dependencies": {
"@ag-media/react-pdf-table": "2.0.2", "@ag-media/react-pdf-table": "2.0.2",
"@blocknote/code-block": "0.29.1", "@blocknote/code-block": "0.30.0",
"@blocknote/core": "0.29.1", "@blocknote/core": "0.30.0",
"@blocknote/mantine": "0.29.1", "@blocknote/mantine": "0.30.0",
"@blocknote/react": "0.29.1", "@blocknote/react": "0.30.0",
"@blocknote/xl-docx-exporter": "0.29.1", "@blocknote/xl-docx-exporter": "0.30.0",
"@blocknote/xl-pdf-exporter": "0.29.1", "@blocknote/xl-pdf-exporter": "0.30.0",
"@emoji-mart/data": "1.2.1", "@emoji-mart/data": "1.2.1",
"@emoji-mart/react": "1.1.1", "@emoji-mart/react": "1.1.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.1", "@gouvfr-lasuite/ui-kit": "0.5.0",
"@hocuspocus/provider": "2.15.2", "@hocuspocus/provider": "2.15.2",
"@openfun/cunningham-react": "3.0.0", "@openfun/cunningham-react": "3.1.0",
"@react-pdf/renderer": "4.3.0", "@react-pdf/renderer": "4.3.0",
"@sentry/nextjs": "9.15.0", "@sentry/nextjs": "9.19.0",
"@tanstack/react-query": "5.75.4", "@tanstack/react-query": "5.76.1",
"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.4.1", "docx": "9.5.0",
"emoji-mart": "5.6.0", "emoji-mart": "5.6.0",
"i18next": "25.1.1", "i18next": "25.1.2",
"i18next-browser-languagedetector": "8.1.0", "i18next-browser-languagedetector": "8.1.0",
"idb": "8.0.2", "idb": "8.0.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"luxon": "3.6.1", "luxon": "3.6.1",
"next": "15.3.1", "next": "15.3.2",
"posthog-js": "1.239.1", "posthog-js": "1.242.1",
"react": "*", "react": "*",
"react-aria-components": "1.8.0", "react-aria-components": "1.8.0",
"react-dom": "*", "react-dom": "*",
"react-i18next": "15.5.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.18",
"use-debounce": "10.0.4", "use-debounce": "10.0.4",
"y-protocols": "1.0.6", "y-protocols": "1.0.6",
"yjs": "*", "yjs": "*",
@@ -59,7 +59,7 @@
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.75.4", "@tanstack/react-query-devtools": "5.76.1",
"@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",
@@ -82,7 +82,7 @@
"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.7", "webpack": "5.99.8",
"workbox-webpack-plugin": "7.1.0" "workbox-webpack-plugin": "7.1.0"
} }
} }

View File

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

View File

@@ -6,19 +6,19 @@
"lint": "eslint --ext .js ." "lint": "eslint --ext .js ."
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.3.1", "@next/eslint-plugin-next": "15.3.2",
"@tanstack/eslint-plugin-query": "5.74.7", "@tanstack/eslint-plugin-query": "5.74.7",
"@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*", "@typescript-eslint/parser": "*",
"eslint": "*", "eslint": "*",
"eslint-config-next": "15.3.1", "eslint-config-next": "15.3.2",
"eslint-config-prettier": "10.1.2", "eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.11.0", "eslint-plugin-jest": "28.11.0",
"eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.2.0", "eslint-plugin-playwright": "2.2.0",
"eslint-plugin-prettier": "5.4.0", "eslint-plugin-prettier": "5.4.0",
"eslint-plugin-testing-library": "7.1.1", "eslint-plugin-testing-library": "7.2.0",
"prettier": "3.5.3" "prettier": "3.5.3"
} }
} }

View File

@@ -18,7 +18,7 @@
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"i18next-parser": "9.3.0", "i18next-parser": "9.3.0",
"jest": "29.7.0", "jest": "29.7.0",
"ts-jest": "29.3.2", "ts-jest": "29.3.3",
"typescript": "*", "typescript": "*",
"yargs": "17.7.2" "yargs": "17.7.2"
} }

View File

@@ -16,10 +16,10 @@
"node": ">=18" "node": ">=18"
}, },
"dependencies": { "dependencies": {
"@blocknote/server-util": "0.29.1", "@blocknote/server-util": "0.30.0",
"@hocuspocus/server": "2.15.2", "@hocuspocus/server": "2.15.2",
"@sentry/node": "9.15.0", "@sentry/node": "9.19.0",
"@sentry/profiling-node": "9.15.0", "@sentry/profiling-node": "9.19.0",
"axios": "1.9.0", "axios": "1.9.0",
"cors": "2.8.5", "cors": "2.8.5",
"express": "5.1.0", "express": "5.1.0",
@@ -30,7 +30,7 @@
}, },
"devDependencies": { "devDependencies": {
"@hocuspocus/provider": "2.15.2", "@hocuspocus/provider": "2.15.2",
"@types/cors": "2.8.17", "@types/cors": "2.8.18",
"@types/express": "5.0.1", "@types/express": "5.0.1",
"@types/express-ws": "3.0.5", "@types/express-ws": "3.0.5",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
@@ -41,8 +41,8 @@
"eslint-config-impress": "*", "eslint-config-impress": "*",
"jest": "29.7.0", "jest": "29.7.0",
"nodemon": "3.1.10", "nodemon": "3.1.10",
"supertest": "7.1.0", "supertest": "7.1.1",
"ts-jest": "29.3.2", "ts-jest": "29.3.3",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"tsc-alias": "1.8.16", "tsc-alias": "1.8.16",
"typescript": "*", "typescript": "*",

File diff suppressed because it is too large Load Diff