Skip to content

Commit

Permalink
Merge pull request #16551 from Methuselah96/patch-1
Browse files Browse the repository at this point in the history
Add missing peer dependencies
  • Loading branch information
shilman committed Nov 24, 2021
2 parents a9f9abc + 75569d3 commit c67c22a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/store/package.json
Expand Up @@ -56,6 +56,10 @@
"ts-dedent": "^2.0.0",
"util-deprecate": "^1.0.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
},
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Expand Up @@ -9253,6 +9253,9 @@ __metadata:
synchronous-promise: ^2.0.15
ts-dedent: ^2.0.0
util-deprecate: ^1.0.2
peerDependencies:
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit c67c22a

Please sign in to comment.