Skip to content

Commit 53b69ec

Browse files
Support react 19
1 parent b68c1a4 commit 53b69ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"build": "rimraf ./dist && npx tsc"
3535
},
3636
"peerDependencies": {
37-
"react": "^18.0.11",
38-
"react-dom": "^18.0.11"
37+
"react": ">=18.0.0",
38+
"react-dom": ">=18.0.0"
3939
},
4040
"devDependencies": {
41-
"@types/react": "^18.0.11",
41+
"@types/react": ">=18.0.11",
4242
"rimraf": "^3.0.2",
4343
"typescript": "^4.7.3"
4444
}

0 commit comments

Comments
 (0)