Skip to content

Commit 7a69765

Browse files
authored
Merge pull request #1 from wearehumblebee/develop
fix(package): Update styled-components dev-dependency and peer-depend…
2 parents 5adbb4f + 6170293 commit 7a69765

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
"rimraf": "^2.6.1",
7878
"semantic-release": "^8.2.0",
7979
"semantic-release-cli": "^3.0.3",
80-
"styled-components": "^2.2.1",
80+
"styled-components": "^3.1.6",
8181
"validate-commit-msg": "^2.14.0",
8282
"webpack": "^3.8.1"
8383
},
8484
"peerDependencies": {
85-
"styled-components": "^2"
85+
"styled-components": ">= 2.0.0 < 4.0.0"
8686
},
8787
"config": {
8888
"commitizen": {

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3487,10 +3487,6 @@ is-fullwidth-code-point@^2.0.0:
34873487
version "2.0.0"
34883488
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
34893489

3490-
is-function@^1.0.1:
3491-
version "1.0.1"
3492-
resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.1.tgz#12cfb98b65b57dd3d193a3121f5f6e2f437602b5"
3493-
34943490
is-glob@^2.0.0, is-glob@^2.0.1:
34953491
version "2.0.1"
34963492
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -6357,23 +6353,27 @@ strip-json-comments@2.0.1, strip-json-comments@~2.0.1:
63576353
version "2.0.1"
63586354
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
63596355

6360-
styled-components@^2.2.1:
6361-
version "2.2.1"
6362-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-2.2.1.tgz#f4835f1001c37bcc301ac3865b5d93466de4dd5b"
6356+
styled-components@^3.1.6:
6357+
version "3.1.6"
6358+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.1.6.tgz#9c443146fa82c6659a9f64dd493bf2202480342e"
63636359
dependencies:
63646360
buffer "^5.0.3"
63656361
css-to-react-native "^2.0.3"
63666362
fbjs "^0.8.9"
63676363
hoist-non-react-statics "^1.2.0"
6368-
is-function "^1.0.1"
63696364
is-plain-object "^2.0.1"
63706365
prop-types "^15.5.4"
6371-
stylis "^3.2.1"
6366+
stylis "^3.4.0"
6367+
stylis-rule-sheet "^0.0.7"
63726368
supports-color "^3.2.3"
63736369

6374-
stylis@^3.2.1:
6375-
version "3.3.2"
6376-
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.3.2.tgz#95ef285836e98243f8b8f64a9a72706ea6c893ea"
6370+
stylis-rule-sheet@^0.0.7:
6371+
version "0.0.7"
6372+
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.7.tgz#5c51dc879141a61821c2094ba91d2cbcf2469c6c"
6373+
6374+
stylis@^3.4.0:
6375+
version "3.4.8"
6376+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.8.tgz#94380babbcd4c75726215794ca985b38ec96d1a3"
63776377

63786378
supports-color@^2.0.0:
63796379
version "2.0.0"

0 commit comments

Comments
 (0)