Skip to content

Commit 4b4cae8

Browse files
committed
relax peer dependencies for react 19
1 parent 9087ea7 commit 4b4cae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"build": "bun run build.ts --bun"
2323
},
2424
"peerDependencies": {
25-
"react": "^17.0.0 || ^18.0.0",
26-
"@types/react": "^17.0.0 || ^18.0.0",
25+
"react": ">=17.0.0",
26+
"@types/react": ">=17.0.0",
2727
"sortablejs": "^1.0.0",
2828
"@types/sortablejs": "^1.0.0"
2929
},

0 commit comments

Comments
 (0)