Update rendition 12 -> 14, styled-system and styled-components 4 -> 5

Changelog-entry: Update rendition 12 -> 14, styled-system and styled-components 4 -> 5
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-05-12 14:31:52 +02:00
parent 917ff89d9d
commit bfb6133871
3 changed files with 512 additions and 373 deletions

View File

@ -169,7 +169,7 @@ const URLSelector = ({ done }: { done: (imageURL: string) => void }) => {
interface Flow { interface Flow {
icon?: JSX.Element; icon?: JSX.Element;
onClick: (evt: MouseEvent) => void; onClick: (evt: React.MouseEvent) => void;
label: string; label: string;
} }

877
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -68,13 +68,13 @@
"react": "^16.8.5", "react": "^16.8.5",
"react-dom": "^16.8.5", "react-dom": "^16.8.5",
"redux": "^4.0.5", "redux": "^4.0.5",
"rendition": "^11.24.2", "rendition": "^14.11.5",
"request": "^2.81.0", "request": "^2.81.0",
"resin-corvus": "^2.0.5", "resin-corvus": "^2.0.5",
"roboto-fontface": "^0.9.0", "roboto-fontface": "^0.9.0",
"semver": "^7.3.2", "semver": "^7.3.2",
"styled-components": "^4.2.0", "styled-components": "^5.1.0",
"styled-system": "^4.1.0", "styled-system": "^5.1.5",
"sudo-prompt": "^9.0.0", "sudo-prompt": "^9.0.0",
"sys-class-rgb-led": "^2.1.0", "sys-class-rgb-led": "^2.1.0",
"tmp": "^0.2.1", "tmp": "^0.2.1",