Skip to content

Commit

Permalink
specify styled components as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Nov 26, 2024
1 parent fe5c65c commit 9a24d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"homepage": "https://github.com/Opentrons/opentrons#readme",
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"styled-components": "5.3.6"
},
"dependencies": {
"@opentrons/shared-data": "link:../shared-data",
Expand Down

0 comments on commit 9a24d67

Please sign in to comment.