Skip to content

Commit

Permalink
fix(deps): react-dom as peer
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Sep 15, 2022
1 parent 4bef2ab commit bee9c70
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
47 changes: 47 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"parcel": "^2.6.0",
"prettier": "^2.6.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"rimraf": "^3.0.2",
"sanity": "3.0.0-dev-preview.17",
"styled-components": "^5.2.0",
Expand All @@ -86,6 +87,7 @@
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"sanity": "dev-preview",
"styled-components": "^5.2.0"
},
Expand Down

0 comments on commit bee9c70

Please sign in to comment.