mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
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:
parent
917ff89d9d
commit
bfb6133871
@ -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
877
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user