Skip to content

Commit 73530f0

Browse files
committed
fix: update peerDependencies to allow compatible React versions
1 parent e78d03a commit 73530f0

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
@@ -41,7 +41,7 @@
4141
"vite-plugin-dts": "^4.4.0"
4242
},
4343
"peerDependencies": {
44-
"react": "^18.3.1",
45-
"react-dom": "^18.3.1"
44+
"react": ">=18.3.1",
45+
"react-dom": ">=18.3.1"
4646
}
4747
}

0 commit comments

Comments
 (0)