Skip to content

Commit e42ca80

Browse files
author
Ives van Hoorne
committed
Update styled components
1 parent 4d58b37 commit e42ca80

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"shelljs": "^0.7.8",
179179
"store": "^2.0.12",
180180
"string-replace-loader": "^1.3.0",
181-
"styled-components": "^3.1.4",
181+
"styled-components": "^3.2.1",
182182
"svg-react-loader": "^0.4.4",
183183
"tern": "^0.21.0",
184184
"vue": "^2.5.2",

packages/homepage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"gatsby-plugin-nprogress": "^1.0.9",
1414
"gatsby-plugin-react-helmet": "^1.0.8",
1515
"gatsby-plugin-sitemap": "^1.2.7",
16-
"gatsby-plugin-styled-components": "^2.0.5",
16+
"gatsby-plugin-styled-components": "^2.0.9",
1717
"gatsby-react-router-scroll": "^1.0.3",
1818
"gatsby-remark-autolink-headers": "^1.4.10",
1919
"gatsby-remark-images": "^1.5.34",
@@ -24,7 +24,7 @@
2424
"gsap": "^1.20.3",
2525
"react-media": "^1.6.1",
2626
"react-transition-group": "^2.2.1",
27-
"styled-components": "^3.1.4",
27+
"styled-components": "^3.2.1",
2828
"three": "^0.87.1"
2929
},
3030
"keywords": [

yarn.lock

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7200,9 +7200,9 @@ gatsby-plugin-sitemap@^1.2.7:
72007200
babel-runtime "^6.26.0"
72017201
sitemap "^1.12.0"
72027202

7203-
gatsby-plugin-styled-components@^2.0.5:
7204-
version "2.0.7"
7205-
resolved "https://registry.yarnpkg.com/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-2.0.7.tgz#9bf9f20702f615ead4e4e5c614e3fb9c74dc0afe"
7203+
gatsby-plugin-styled-components@^2.0.9:
7204+
version "2.0.9"
7205+
resolved "https://registry.yarnpkg.com/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-2.0.9.tgz#040bc188a366bc2a2a582027d6b1a507b4a15021"
72067206
dependencies:
72077207
babel-runtime "^6.26.0"
72087208

@@ -17242,20 +17242,6 @@ style-loader@^0.19.1:
1724217242
loader-utils "^1.0.2"
1724317243
schema-utils "^0.3.0"
1724417244

17245-
styled-components@^3.1.4:
17246-
version "3.1.6"
17247-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.1.6.tgz#9c443146fa82c6659a9f64dd493bf2202480342e"
17248-
dependencies:
17249-
buffer "^5.0.3"
17250-
css-to-react-native "^2.0.3"
17251-
fbjs "^0.8.9"
17252-
hoist-non-react-statics "^1.2.0"
17253-
is-plain-object "^2.0.1"
17254-
prop-types "^15.5.4"
17255-
stylis "^3.4.0"
17256-
stylis-rule-sheet "^0.0.7"
17257-
supports-color "^3.2.3"
17258-
1725917245
styled-components@^3.2.1:
1726017246
version "3.2.1"
1726117247
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.2.1.tgz#4f780c588829eb06624b686f9b793a10d04db139"
@@ -17271,10 +17257,6 @@ styled-components@^3.2.1:
1727117257
stylis-rule-sheet "^0.0.8"
1727217258
supports-color "^3.2.3"
1727317259

17274-
stylis-rule-sheet@^0.0.7:
17275-
version "0.0.7"
17276-
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.7.tgz#5c51dc879141a61821c2094ba91d2cbcf2469c6c"
17277-
1727817260
stylis-rule-sheet@^0.0.8:
1727917261
version "0.0.8"
1728017262
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.8.tgz#b0d0a126c945b1f3047447a3aae0647013e8d166"
@@ -17283,7 +17265,7 @@ stylis@^3.0.0:
1728317265
version "3.4.7"
1728417266
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.7.tgz#4fa57ef276d1ed20aafda4e1a97c35b5b87d59ce"
1728517267

17286-
stylis@^3.4.0, stylis@^3.4.10:
17268+
stylis@^3.4.10:
1728717269
version "3.4.10"
1728817270
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.10.tgz#a135cab4b9ff208e327fbb5a6fde3fa991c638ee"
1728917271

0 commit comments

Comments
 (0)