diff --git a/package.json b/package.json index 3a1c33c..1ca52d7 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@storybook/addon-interactions": "^8.6.12", "@storybook/addon-links": "^8.6.12", "@storybook/blocks": "^8.6.12", - "@storybook/react": "^8.6.12", + "@storybook/react": "^10.0.0", "@storybook/react-vite": "^8.6.12", "@storybook/theming": "^8.6.12", "@testing-library/jest-dom": "^6.1.3", @@ -73,7 +73,7 @@ "eslint-plugin-no-relative-import-paths": "^1.6.1", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.33.2", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^7.0.0", "eslint-plugin-storybook": "^0.12.0", "eslint-plugin-unused-imports": "^3.2.0", "jsdom": "^26.0.0", @@ -93,7 +93,7 @@ "vitest": "^3.0.8" }, "peerDependencies": { - "@canonical/react-components": "^2.2.0", + "@canonical/react-components": "^2.2.0 || ^3.0.0", "@tanstack/react-table": "^8.15.3", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.3", @@ -101,7 +101,7 @@ "react": "19.1.0", "react-dom": "19.1.0", "react-dropzone": "14.3.8", - "react-router-dom": "^6.0.0", + "react-router-dom": "^6.0.0 || ^7.0.0", "vanilla-framework": "^4.10.0" } } \ No newline at end of file