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 4108113 commit b52dd3f
Showing 1 changed file with 2 additions and 1 deletion.
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": "^17.0.2",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"react-intl": "^5"
},
"devDependencies": {
"@aws-sdk/credential-providers": "3.281.0",
Expand Down

0 comments on commit b52dd3f

Please sign in to comment.