Skip to content

Commit

Permalink
fix: peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVidra committed Aug 25, 2022
1 parent a48cb47 commit 3096d89
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
19 changes: 13 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"light-mode",
"lib"
],
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Vojtěch Vidra",
"email": "vojtechvidra@gmail.com",
Expand All @@ -29,9 +29,10 @@
"devDependencies": {
"@types/react": "^18.0.17",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"react": "18.2.0"
},
"dependencies": {
"react": "^18.2.0"
"peerDependencies": {
"react": "^17.0.0"
}
}

0 comments on commit 3096d89

Please sign in to comment.