Skip to content

Commit 0b83399

Browse files
authored
Merge pull request #37 from odanado/patch-1
fix: Add `react` to `peerDependencies` to prevent multiple React versions from being bundled
2 parents 4cd5a12 + eb4b06c commit 0b83399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"i18next": "^22.0.0 || ^23.0.0 || ^24.0.0 || ^25.0.0",
8383
"i18next-browser-languagedetector": "^7.0.0 || ^8.0.0",
8484
"i18next-http-backend": "^2.0.0 || ^3.0.0",
85+
"react": ">= 16.8.0",
8586
"react-i18next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
8687
"storybook": "^9.0.0"
8788
},

0 commit comments

Comments
 (0)