Skip to content

Commit

Permalink
Lock styled-components version and upgrade ui-components
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron7 committed Dec 11, 2017
1 parent 713e1dc commit 0b50710
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 14 deletions.
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"d3-color": "1.0.3",
"d3-drag": "1.2.1",
"d3-format": "1.2.0",
"d3-scale": "1.0.6",
"d3-selection": "1.1.0",
"d3-scale": "1.0.7",
"d3-selection": "1.2.0",
"d3-shape": "1.2.0",
"d3-time-format": "2.1.0",
"dagre": "0.7.4",
Expand All @@ -42,8 +42,8 @@
"reqwest": "2.0.5",
"reselect": "3.0.1",
"reselect-map": "1.0.3",
"styled-components": "^2.2.1",
"weaveworks-ui-components": "git+https://github.com/weaveworks/ui-components.git#v0.2.1",
"styled-components": "2.2.4",
"weaveworks-ui-components": "git+https://github.com/weaveworks/ui-components.git#v0.3.5",
"whatwg-fetch": "2.0.3",
"xterm": "2.9.2"
},
Expand Down
46 changes: 36 additions & 10 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1920,10 +1920,26 @@ [email protected]:
d3-time "1"
d3-time-format "2"

[email protected]:
version "1.0.7"
resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-1.0.7.tgz#fa90324b3ea8a776422bd0472afab0b252a0945d"
dependencies:
d3-array "^1.2.0"
d3-collection "1"
d3-color "1"
d3-format "1"
d3-interpolate "1"
d3-time "1"
d3-time-format "2"

d3-selection@1, [email protected]:
version "1.1.0"
resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.1.0.tgz#1998684896488f839ca0372123da34f1d318809c"

[email protected]:
version "1.2.0"
resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.2.0.tgz#1b8ec1c7cedadfb691f2ba20a4a3cfbeb71bbc88"

[email protected]:
version "1.2.0"
resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-1.2.0.tgz#45d01538f064bafd05ea3d6d2cb748fd8c41f777"
Expand Down Expand Up @@ -5368,6 +5384,10 @@ [email protected]:
loose-envify "^1.1.0"
prop-types "^15.5.10"

react-resize-aware@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/react-resize-aware/-/react-resize-aware-2.7.0.tgz#1bb6d0b45a234d94d412b5c3f5e9d2ffbf973429"

[email protected]:
version "16.1.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.1.0.tgz#1c2bdac3c17fe7ee9282fa35aca6cc36387903e1"
Expand Down Expand Up @@ -6100,9 +6120,9 @@ [email protected]:
loader-utils "^1.0.2"
schema-utils "^0.3.0"

styled-components@^2.2.1:
version "2.2.3"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-2.2.3.tgz#154575c269880c840f903f580287dab155cf684c"
[email protected].4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-2.2.4.tgz#dd87fd3dafd359e7a0d570aec1bd07d691c0b5a2"
dependencies:
buffer "^5.0.3"
css-to-react-native "^2.0.3"
Expand All @@ -6111,12 +6131,16 @@ styled-components@^2.2.1:
is-function "^1.0.1"
is-plain-object "^2.0.1"
prop-types "^15.5.4"
stylis "3.x"
stylis "^3.4.0"
supports-color "^3.2.3"

[email protected]:
version "3.4.2"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.2.tgz#336c5e33a673c7111c10fa18f8b9e41e1772bd98"
styled-normalize@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/styled-normalize/-/styled-normalize-2.2.1.tgz#c93a007c0339a69e3254eeef8cb6a5a96e5ca4eb"

stylis@^3.4.0:
version "3.4.5"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.5.tgz#d7b9595fc18e7b9c8775eca8270a9a1d3e59806e"

supports-color@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -6487,9 +6511,9 @@ wd@^0.4.0:
underscore.string "~3.0.3"
vargs "~0.1.0"

"weaveworks-ui-components@git+https://github.com/weaveworks/ui-components.git#v0.2.1":
version "0.2.1"
resolved "git+https://github.com/weaveworks/ui-components.git#32aeac77d7847e0d342f47aab229073bd729a383"
"weaveworks-ui-components@git+https://github.com/weaveworks/ui-components.git#v0.3.5":
version "0.3.5"
resolved "git+https://github.com/weaveworks/ui-components.git#d9462f3f5ae676dca6af6f8dde21d1bba456e637"
dependencies:
babel-cli "^6.18.0"
babel-plugin-transform-export-extensions "6.8.0"
Expand All @@ -6505,6 +6529,8 @@ wd@^0.4.0:
polished "^1.7.0"
prop-types "^15.5.8"
react-motion "0.5.2"
react-resize-aware "^2.7.0"
styled-normalize "^2.2.1"

webidl-conversions@^3.0.0:
version "3.0.1"
Expand Down

0 comments on commit 0b50710

Please sign in to comment.