Skip to content

Commit 1a10f5a

Browse files
authored
Added React 19 peer dependencies (#478)
1 parent 8e13058 commit 1a10f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
"watch": "^1.0.2"
112112
},
113113
"peerDependencies": {
114-
"react": "15.x || 16.x || 17.x || 18.x",
115-
"react-dom": "15.x || 16.x || 17.x || 18.x"
114+
"react": "15.x || 16.x || 17.x || 18.x || 19.x",
115+
"react-dom": "15.x || 16.x || 17.x || 18.x || 19.x"
116116
},
117117
"dependencies": {
118118
"@babel/runtime": "^7.5.5",

0 commit comments

Comments
 (0)