Skip to content

Commit c2cab8a

Browse files
author
Duke
committed
fix: make peer dependencies to include react 19 as well
1 parent 5a2c4df commit c2cab8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bun.lockb

32 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"dependencies": {
66
"@submodule/core": "^10.2.1",
77
"@types/react": "18.3.3",
8-
"react": "^18.0.0"
8+
"react": "^18.0.0 || ^19.0.0"
99
},
1010
"peerDependencies": {
1111
"@submodule/core": "^10.2.1",
12-
"react": "^18.0.0"
12+
"react": "^18.0.0 || ^19.0.0"
1313
},
1414
"tsup": {
1515
"entry": [

0 commit comments

Comments
 (0)