fixes styled-components wrong peer dependency (#4558)

This commit is contained in:
Dimitri Mitropoulos 2022-03-08 14:37:42 -05:00 committed by GitHub
parent 608f80ab25
commit 6250705eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.10",
"@svgr/cli": "^5.5.0",
"@testing-library/dom": "^7.30.4",
"@testing-library/jest-dom": "^5.12.0",
@ -80,7 +79,7 @@
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-use": "^17.2.4",
"styled-components": "^5.1.1"
"styled-components": "^4.4.1"
},
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
}