Skip to content

Commit

Permalink
update styled-components
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Jan 8, 2020
1 parent 82c7d8f commit 1acf6bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"squel": "^5.13.0",
"stats-lite": "^2.2.0",
"style-it": "^2.1.3",
"styled-components": "beta",
"styled-components": "5.0.0-rc.3",
"suricata-sid-db": "^1.0.2",
"tinycolor2": "1.4.1",
"tinymath": "1.2.1",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14989,7 +14989,7 @@ hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0, hoist-non-react-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==

hoist-non-react-statics@^3.1.0:
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0:
version "3.3.1"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f"
integrity sha512-wbg3bpgA/ZqWrZuMOeJi8+SKMhr7X9TesL/rXMjTzh0p0JUBo3II8DHboYbuIXWRlttrUFxwcu/5kygrCw8fJw==
Expand Down Expand Up @@ -26880,10 +26880,10 @@ [email protected], style-loader@^0.23.1:
loader-utils "^1.1.0"
schema-utils "^1.0.0"

styled-components@beta:
version "5.0.0-rc.2"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.0.0-rc.2.tgz#6c44570ff202f47a1a688d6f1249bc079b10a958"
integrity sha512-dRMU2Ka12F2qbJK6XMDVy1H6KOXpbf7nAKReV0uIikCdW/zbO2K3C+XUCL0EqTVeevugFBJUACZUoTc7ShKsTg==
styled-components@5.0.0-rc.3:
version "5.0.0-rc.3"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.0.0-rc.3.tgz#f5916a1892c658887016a3c96f3c96e97e92021a"
integrity sha512-FPezIfX26DigdMspk4rtL2Z4KMtgHcUK56Zb/XTXfs4XXBPFZefTNpi+pQEOkWRmE5r5dO9vzT7Hd+b78NtMLA==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/traverse" "^7.4.5"
Expand All @@ -26892,6 +26892,7 @@ styled-components@beta:
"@emotion/unitless" "^0.7.4"
babel-plugin-styled-components ">= 1"
css-to-react-native "^3.0.0"
hoist-non-react-statics "^3.0.0"
shallowequal "^1.1.0"
stylis-rule-sheet "^0.0.10"
supports-color "^5.5.0"
Expand Down

0 comments on commit 1acf6bb

Please sign in to comment.