Skip to content

Commit 0937746

Browse files
authored
Merge pull request #43 from slorber/patch-1
Add React 19 peer dependency
2 parents ff12199 + 48342c8 commit 0937746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"build-storybook": "storybook build"
3737
},
3838
"peerDependencies": {
39-
"react": "^18.0.0"
39+
"react": "^18.0.0 || ^19.0.0"
4040
},
4141
"devDependencies": {
4242
"@babel/preset-typescript": "^7.24.7",

0 commit comments

Comments
 (0)