From 71bb031309003218cdb0c8ba34172e07cb91a051 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Thu, 6 Mar 2025 02:38:26 +0000 Subject: [PATCH] chore(deps): update frontend dependencies --- front/package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/front/package.json b/front/package.json index 6b84c5690..af58a27d9 100644 --- a/front/package.json +++ b/front/package.json @@ -40,12 +40,12 @@ "@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", "copy-to-clipboard": "^3.3.3", "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", @@ -66,7 +66,7 @@ "react-i18next": "^12.2.2", "react-redux": "^7.2.4", "react-router-dom": "^5.2.0", - "redux": "^4.1.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.2.0" } }