diff --git a/src/frontend/package.json b/src/frontend/package.json index 77dda420..f7b27bdb 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "engines": { - "node": ">=22.0.0 <23.0.0", + "node": ">=22.0.0 <25.0.0", "npm": ">=10.0.0" }, "scripts": { @@ -21,61 +21,61 @@ "i18n:extract": "i18next-cli extract" }, "dependencies": { - "@blocknote/core": "0.33.0", - "@blocknote/mantine": "0.33.0", - "@blocknote/react": "0.33.0", + "@blocknote/core": "0.41.1", + "@blocknote/mantine": "0.41.1", + "@blocknote/react": "0.41.1", "@gouvfr-lasuite/drive-sdk": "0.0.1", - "@gouvfr-lasuite/ui-kit": "0.15.0", - "@hookform/resolvers": "5.1.1", - "@openfun/cunningham-react": "3.2.3", - "@react-email/components": "0.1.1", - "@tanstack/react-query": "5.81.5", - "@tanstack/react-query-devtools": "5.81.5", + "@gouvfr-lasuite/ui-kit": "0.17.2", + "@hookform/resolvers": "5.2.2", + "@openfun/cunningham-react": "4.0.0", + "@react-email/components": "0.5.7", + "@tanstack/react-query": "5.90.6", + "@tanstack/react-query-devtools": "5.90.2", "@tanstack/react-table": "8.21.3", "@viselect/react": "3.9.0", "clsx": "2.1.1", "date-fns": "4.1.0", - "dompurify": "3.2.6", + "dompurify": "3.3.0", "downshift": "9.0.10", - "i18next": "25.3.0", + "i18next": "25.6.0", "i18next-http-backend": "3.0.2", - "next": "15.3.4", - "pretty-bytes": "7.0.0", - "react": "19.1.0", - "react-dom": "19.1.0", + "next": "16.0.1", + "pretty-bytes": "7.1.0", + "react": "19.2.0", + "react-dom": "19.2.0", "react-dropzone": "14.3.8", - "react-email": "4.0.17", - "react-hook-form": "7.59.0", - "react-i18next": "15.5.3", + "react-email": "4.3.2", + "react-hook-form": "7.66.0", + "react-i18next": "16.2.3", "react-markdown": "10.1.0", - "react-resizable-panels": "3.0.3", + "react-resizable-panels": "3.0.6", "react-toastify": "11.0.5", - "sass": "1.89.2", - "zod": "4.0.14", - "zod-from-json-schema": "0.4.2" + "sass": "1.93.3", + "zod": "4.1.12", + "zod-from-json-schema": "0.5.1" }, "devDependencies": { "@eslint/eslintrc": "3.3.1", - "@tanstack/eslint-plugin-query": "5.81.2", - "@types/node": "22.15.34", - "@types/react": "19.1.8", - "@types/react-dom": "19.1.6", - "@vitest/coverage-v8": "3.2.4", - "@vitest/ui": "3.2.4", - "eslint": "9.30.0", - "eslint-config-next": "15.3.4", - "i18next-cli": "1.5.5", - "jsdom": "26.1.0", - "orval": "7.10.0", + "@tanstack/eslint-plugin-query": "5.91.2", + "@types/node": "24.10.0", + "@types/react": "19.2.2", + "@types/react-dom": "19.2.2", + "@vitest/coverage-v8": "4.0.6", + "@vitest/ui": "4.0.6", + "eslint": "9.39.0", + "eslint-config-next": "16.0.1", + "i18next-cli": "1.19.3", + "jsdom": "27.1.0", + "orval": "7.16.0", "prettier": "3.6.2", - "typescript": "5.8.3", - "vitest": "3.2.4" + "typescript": "5.9.3", + "vitest": "4.0.6" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.44.1", - "@rollup/rollup-linux-x64-musl": "4.44.1" + "@rollup/rollup-linux-x64-gnu": "4.52.5", + "@rollup/rollup-linux-x64-musl": "4.52.5" }, "overrides": { - "zod": "4.0.14" + "zod": "4.1.12" } }