mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
fixes styled-components wrong peer dependency (#4558)
This commit is contained in:
parent
608f80ab25
commit
6250705eef
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user