diff --git a/frontend/package.json b/frontend/package.json index 79635b1..dde1829 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "driver.js": "^1.4.0", "i18next": "^24.2.3", "plotly.js": "^2.35.3", - "plotly.js-basic-dist-min": "^2.35.3", + "plotly.js-basic-dist-min": "^4.0.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-i18next": "^15.7.4", diff --git a/package-lock.json b/package-lock.json index c51b1dd..b0476fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "driver.js": "^1.4.0", "i18next": "^24.2.3", "plotly.js": "^2.35.3", - "plotly.js-basic-dist-min": "^2.35.3", + "plotly.js-basic-dist-min": "^4.0.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-i18next": "^15.7.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" }, @@ -6107,9 +6101,9 @@ } }, "node_modules/plotly.js-basic-dist-min": { - "version": "2.35.3", - "resolved": "https://registry.npmjs.org/plotly.js-basic-dist-min/-/plotly.js-basic-dist-min-2.35.3.tgz", - "integrity": "sha512-ZipAmyME0S5qWec6GDy2dxP+E6Qhi0X6eNwH6gy7m5YMKYSgrDYrc+/3PTPWpJsxcIMF0kqoOruX+SgH2VwOWg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/plotly.js-basic-dist-min/-/plotly.js-basic-dist-min-4.0.0.tgz", + "integrity": "sha512-GGhpuikawKAGNQpPAeuvynUSI+BptB0NT6J0ofXfq2frGonhGG3zxrf6OVl/6aZhIeDaj7tP0Hb+de+QKVR08A==", "license": "MIT" }, "node_modules/plotly.js/node_modules/regl": { @@ -7964,6 +7958,7 @@ }, "tests/e2e": { "name": "memdiver-e2e", + "version": "0.0.0", "devDependencies": { "@axe-core/playwright": "^4.9.1", "@playwright/test": "^1.47.0",