8000 Upgrades ui-components to version w/ styled-components 4 by foot · Pull Request #3670 · weaveworks/scope · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Upgrades ui-components to version w/ styled-components 4 #3670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file 10000
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"reselect": "4.0.0",
"reselect-map": "1.0.4",
"styled-components": "4.3.2",
"weaveworks-ui-components": "0.20.0",
"weaveworks-ui-components": "^0.22.0",
"whatwg-fetch": "3.0.0",
"xterm": "3.14.5"
},
Expand Down
7 changes: 4 additions & 3 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9560,9 +9560,10 @@ watchpack@^1.5.0:
graceful-fs "^4.1.2"
neo-async "^2.5.0"

weaveworks-ui-components@0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/weaveworks-ui-components/-/weaveworks-ui-components-0.20.0.tgz#5905bc6ac41af8ecd1f7039dd336290bea74bec4"
weaveworks-ui-components@^0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/weaveworks-ui-components/-/weaveworks-ui-components-0.22.0.tgz#5f314e4b8e0ebba4d81e023d9b068845a38614bb"
integrity sha512-3Xn96h+xFcZRH8hOqK7A4alujZd+5v5pMkagkALlUL34o6MV2MSJVLpmkDj5yoiJQfw0y0dY8Jk2sAkEIMPhxA==
dependencies:
classnames "2.2.5"
d3-drag "1.2.3"
Expand Down
0