Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 69787e2

Browse files
fix(package.json): expand version range of peerDeps
expand acceptable version range of react and react-dom peerDependencies fix #54
1 parent 4d76b09 commit 69787e2

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
@@ -84,8 +84,8 @@
8484
"main": "dist/react-atom.js",
8585
"name": "@dbeining/react-atom",
8686
"peerDependencies": {
87-
"react": ">=16.7.0-alpha.0 || >=16.8.0-alpha.0 || ^16.8.x",
88-
"react-dom": ">=16.7.0-alpha.0 || >=16.8.0-alpha.0 || ^16.8.x"
87+
"react": ">=16.7.0-alpha.0 || >=16.8.0-alpha.0 || >= 16.8.0 < 17",
88+
"react-dom": ">=16.7.0-alpha.0 || >=16.8.0-alpha.0 || >= 16.8.0 < 17"
8989
},
9090
"repository": {
9191
"type": "git",

0 commit comments

Comments
 (0)