Fix #1387: Update the styled-components peerDependency (#1396)

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

* Update package.json

Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
This commit is contained in:
Tom Green 2020-09-28 16:29:24 -05:00 committed by GitHub
parent 9aa742025e
commit 8d4fbd419c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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