Skip to content

Commit 3035925

Browse files
feat: add React 19 peer dependency support
1 parent 625b1a2 commit 3035925

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
@@ -53,7 +53,7 @@
5353
"test:style-format": "prettier --check src/scss/**/*.scss examples/src/scss/**/*.scss"
5454
},
5555
"peerDependencies": {
56-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
56+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
5757
},
5858
"devDependencies": {
5959
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)