diff --git a/front/package.json b/front/package.json index 918459327..48d20ddc7 100644 --- a/front/package.json +++ b/front/package.json @@ -35,19 +35,19 @@ "@rjsf/core": "^5.24.3", "@rjsf/validator-ajv8": "^5.24.3", "@rollup/plugin-graphql": "^2.0.2", - "@sentry/react": "^8.38.0", + "@sentry/react": "^9.0.0", "@sentry/vite-plugin": "^3.0.0", "@vitejs/plugin-legacy": "^6.0.0", "@vitejs/plugin-react": "^4.3.4", "allof-merge": "^0.6.6", - "biblatex-csl-converter": "^1.11.0", - "clsx": "^1.2.1", + "biblatex-csl-converter": "^3.0.0", + "clsx": "^2.0.0", "core-js": "^3.38", "diff-match-patch": "^1.0.5", - "downshift": "^6.1.12", + "downshift": "^9.0.0", "http-link-header": "^1.0.2", - "i18next": "^22.4.15", - "i18next-browser-languagedetector": "^7.0.1", + "i18next": "^24.0.0", + "i18next-browser-languagedetector": "^8.0.0", "i18next-resources-to-backend": "^1.1.3", "js-yaml": "^4.1.0", "lodash.debounce": "^4.0.8", @@ -56,17 +56,17 @@ "object-path-immutable": "^4.1.0", "pagedjs": "^0.4.0", "prop-types": "^15.8.1", - "react": "~18.3", + "react": "~19.0.0", "react-copy-to-clipboard": "^5.0.3", "react-dnd": "16.0.1", "react-dnd-html5-backend": "16.0.1", - "react-dom": "~18.3", + "react-dom": "~19.0.0", "react-feather": "^2.0.9", "react-helmet": "^6.1.0", - "react-i18next": "^12.2.2", - "react-redux": "^7.2.4", - "react-router-dom": "^5.2.0", - "redux": "^4.1.0", + "react-i18next": "^15.0.0", + "react-redux": "^9.0.0", + "react-router-dom": "^7.0.0", + "redux": "^5.0.0", "sass": "^1.56.2", "slugify": "1.6.6", "swr": "^2.0.0", @@ -74,7 +74,7 @@ "vite": "^6.0.11", "vite-plugin-handlebars": "~2.0", "y-monaco": "^0.1.4", - "y-websocket": "^1.5.0", + "y-websocket": "^2.0.0", "yjs": "^13.6.6" }, "optionalDependencies": { @@ -99,8 +99,8 @@ "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@vitest/coverage-v8": "^3.0.3", - "@welldone-software/why-did-you-render": "~8.0", - "eslint": "^8.2.0", + "@welldone-software/why-did-you-render": "~10.0.0", + "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-jsdoc": "^50.6.2", "eslint-plugin-jsonc": "^2.5.0", @@ -108,12 +108,12 @@ "eslint-plugin-vitest": "^0.5.4", "jsdom": "^26.0.0", "lodash.merge": "^4.6.2", - "prettier": "^2.3.0", + "prettier": "^3.0.0", "rollup-plugin-visualizer": "^5.14.0", "vitest": "^3.0.3" }, "volta": { "node": "22.13.1", - "npm": "10.9.2" + "npm": "11.1.0" } }