Update the styled-components peerDependency in package.json to 5.1.1 to match the devDependency

This commit is contained in:
Tom Green 2020-09-28 16:03:28 -05:00 committed by Thomas Green
parent 9aa742025e
commit a053ab3ae9

View File

@ -132,7 +132,7 @@
"mobx": "^4.2.0 || ^5.0.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"styled-components": "^4.1.1"
"styled-components": "^5.1.1"
},
"dependencies": {
"@redocly/react-dropdown-aria": "^2.0.11",