Skip to content

Commit

Permalink
chore: change peer dependencies mask
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus-Rise committed Dec 9, 2022
1 parent 676c759 commit 2e832ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"typescript": "4.7"
},
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
"react": ">=17",
"react-dom": ">=17"
},
"dependencies": {}
}

0 comments on commit 2e832ec

Please sign in to comment.