We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911c9d4 commit e3a96faCopy full SHA for e3a96fa
package.json
@@ -55,7 +55,7 @@
55
"@storybook/addon-interactions": "^8.6.12",
56
"@storybook/addon-links": "^8.6.12",
57
"@storybook/blocks": "^8.6.12",
58
- "@storybook/react": "^8.6.12",
+ "@storybook/react": "^9.0.0",
59
"@storybook/react-vite": "^8.6.12",
60
"@storybook/theming": "^8.6.12",
61
"@testing-library/jest-dom": "^6.1.3",
@@ -73,7 +73,7 @@
73
"eslint-plugin-no-relative-import-paths": "^1.6.1",
74
"eslint-plugin-prettier": "^5.2.3",
75
"eslint-plugin-react": "^7.33.2",
76
- "eslint-plugin-react-hooks": "^4.6.0",
+ "eslint-plugin-react-hooks": "^5.0.0",
77
"eslint-plugin-storybook": "^0.12.0",
78
"eslint-plugin-unused-imports": "^3.2.0",
79
"jsdom": "^26.0.0",
@@ -101,7 +101,7 @@
101
"react": "19.1.0",
102
"react-dom": "19.1.0",
103
"react-dropzone": "14.3.8",
104
- "react-router-dom": "^6.0.0",
+ "react-router-dom": "^6.0.0 || ^7.0.0",
105
"vanilla-framework": "^4.10.0"
106
}
107
0 commit comments