diff --git a/frontend/package.json b/frontend/package.json index 79635b1..50a3dc2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@tailwindcss/vite": "^4.2.2", "@tanstack/react-virtual": "^3.13.23", "driver.js": "^1.4.0", - "i18next": "^24.2.3", + "i18next": "^26.4.2", "plotly.js": "^2.35.3", "plotly.js-basic-dist-min": "^2.35.3", "react": "^19.2.4", diff --git a/package-lock.json b/package-lock.json index c51b1dd..5fe50ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@tailwindcss/vite": "^4.2.2", "@tanstack/react-virtual": "^3.13.23", "driver.js": "^1.4.0", - "i18next": "^24.2.3", + "i18next": "^26.4.2", "plotly.js": "^2.35.3", "plotly.js-basic-dist-min": "^2.35.3", "react": "^19.2.4", @@ -39,7 +39,6 @@ "zustand": "^5.0.12" }, "devDependencies": { - "@eslint/js": "^9.39.4", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/node": "^24.12.0", @@ -47,13 +46,8 @@ "@types/react-dom": "^19.2.3", "@types/react-plotly.js": "^2.6.4", "@vitejs/plugin-react": "^6.0.1", - "eslint": "^9.39.4", - "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^17.4.0", "jsdom": "^29.1.1", "typescript": "~5.9.3", - "typescript-eslint": "^8.57.0", "vite": "^8.0.1", "vitest": "^4.1.10" }, @@ -4647,29 +4641,26 @@ } }, "node_modules/i18next": { - "version": "24.2.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.3.tgz", - "integrity": "sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==", + "version": "26.4.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.4.2.tgz", + "integrity": "sha512-RX+R0VLg13IbvRuJSxnqykUFS9vQZTl8wYpWPCIUDWVrSGjsQywB5Y+pjzrkboxGAuYfJZVH1InFTdgBdxq6ug==", "funding": [ { "type": "individual", - "url": "https://locize.com" + "url": "https://www.locize.com/i18next" }, { "type": "individual", - "url": "https://locize.com/i18next.html" + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" }, { "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + "url": "https://www.locize.com" } ], "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.10" - }, "peerDependencies": { - "typescript": "^5" + "typescript": "^5 || ^6 || ^7" }, "peerDependenciesMeta": { "typescript": { @@ -7964,6 +7955,7 @@ }, "tests/e2e": { "name": "memdiver-e2e", + "version": "0.0.0", "devDependencies": { "@axe-core/playwright": "^4.9.1", "@playwright/test": "^1.47.0",