📌(react) update version strategy of peer deps
Currently peer deps are pinned. This is pretty annoying as all app consumers must stick to the peer deps package version define in Cunningham and must wait that cunningham upgrades them to upgrade on their side. Allow to install minor and patch version of react & react-dom.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
a2aa9c2e14
commit
4220061bc0
5
.changeset/purple-pants-divide.md
Normal file
5
.changeset/purple-pants-divide.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gouvfr-lasuite/cunningham-react": patch
|
||||
---
|
||||
|
||||
Update react & react-dom version strategy to support minor and patch verions
|
||||
@@ -42,8 +42,8 @@
|
||||
"build-storybook": "storybook build"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0"
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/roboto-flex": "5.2.5",
|
||||
|
||||
Reference in New Issue
Block a user