Skip to content

Commit

Permalink
fix(PeerDependencies): react-intl should be declared as a peer depend…
Browse files Browse the repository at this point in the history
…ency
  • Loading branch information
Mitchell Lee authored and TheEvilDev committed Apr 6, 2023
1 parent bcfe40f commit 9ea3f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion packages/scene-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"react-intl": "^6"
},
"devDependencies": {
"@aws-sdk/credential-providers": "3.281.0",
Expand Down

0 comments on commit 9ea3f75

Please sign in to comment.