Skip to content

Commit

Permalink
fix(aspect-ratio): add missing peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart committed Feb 14, 2020
1 parent 665ee51 commit 5e1000d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/paste-core/utilities/aspect-ratio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
"peerDependencies": {
"@emotion/styled": "^10.0.10",
"@twilio-paste/absolute": "^2.0.13",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react-dom": "^16.8.6",
"styled-system": "^5.1.2"
},
"devDependencies": {
"@twilio-paste/absolute": "^2.0.13",
Expand Down

0 comments on commit 5e1000d

Please sign in to comment.