⬆️(peer) make React a peer dependency per normal practice
Making React a peer dependency reduces the risks of users ending up with inconsistent versions of React…
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
79c59acd0d
commit
d89fa9d449
@@ -41,6 +41,10 @@
|
|||||||
"storybook": "storybook dev -p 6006",
|
"storybook": "storybook dev -p 6006",
|
||||||
"build-storybook": "storybook build"
|
"build-storybook": "storybook build"
|
||||||
},
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": "19.0.0",
|
||||||
|
"react-dom": "19.0.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource-variable/roboto-flex": "5.2.5",
|
"@fontsource-variable/roboto-flex": "5.2.5",
|
||||||
"@fontsource/material-icons-outlined": "5.2.5",
|
"@fontsource/material-icons-outlined": "5.2.5",
|
||||||
@@ -56,10 +60,8 @@
|
|||||||
"chromatic": "11.27.0",
|
"chromatic": "11.27.0",
|
||||||
"classnames": "2.5.1",
|
"classnames": "2.5.1",
|
||||||
"downshift": "9.0.9",
|
"downshift": "9.0.9",
|
||||||
"react": "19.0.0",
|
|
||||||
"react-aria": "3.38.1",
|
"react-aria": "3.38.1",
|
||||||
"react-aria-components": "1.7.1",
|
"react-aria-components": "1.7.1",
|
||||||
"react-dom": "19.0.0",
|
|
||||||
"react-modal": "3.16.3",
|
"react-modal": "3.16.3",
|
||||||
"react-stately": "3.36.1"
|
"react-stately": "3.36.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user