Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit da263d5

Browse files
committed
update react peerDependency to accept 16+ versions
1 parent 120e9a1 commit da263d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css, md}'"
2626
},
2727
"peerDependencies": {
28-
"react": "16.0.0"
28+
"react": ">=16.0.0"
2929
},
3030
"devDependencies": {
3131
"@testing-library/jest-dom": "^5.11.10",

0 commit comments

Comments
 (0)