Skip to content

Commit d08a88f

Browse files
committed
fix: Fix styled-components dependency
#94
1 parent 2e716fc commit d08a88f

2 files changed

Lines changed: 10 additions & 24 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"redux": "^3.6.0",
4848
"redux-actions": "^1.2.2",
4949
"redux-logger": "^3.0.6",
50-
"uuid": "^3.1.0"
50+
"uuid": "^3.1.0",
51+
"styled-components": "^2.1.1"
5152
},
5253
"devDependencies": {
5354
"@storybook/addon-info": "^3.2.12",
@@ -104,8 +105,7 @@
104105
},
105106
"peerDependencies": {
106107
"react": ">= 0.14.0 < 17.0.0-0",
107-
"react-dom": ">= 0.14.0 < 17.0.0-0",
108-
"styled-components": ">= 2.1.1 < 4.0.0-0"
108+
"react-dom": ">= 0.14.0 < 17.0.0-0"
109109
},
110110
"config": {
111111
"commitizen": {

yarn.lock

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4362,10 +4362,6 @@ hoist-non-react-statics@^2.2.1:
43624362
version "2.3.0"
43634363
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.3.0.tgz#ede16318c2ff1f9fe3a025396ba06fd4c44608bb"
43644364

4365-
hoist-non-react-statics@^2.5.0:
4366-
version "2.5.0"
4367-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz#d2ca2dfc19c5a91c5a6615ce8e564ef0347e2a40"
4368-
43694365
home-or-tmp@^1.0.0:
43704366
version "1.0.0"
43714367
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-1.0.0.tgz#4b9f1e40800c3e50c6c27f781676afcce71f3985"
@@ -7147,10 +7143,6 @@ react-inspector@^2.2.0:
71477143
babel-runtime "^6.26.0"
71487144
is-dom "^1.0.9"
71497145

7150-
react-is@^16.3.1:
7151-
version "16.3.2"
7152-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.2.tgz#f4d3d0e2f5fbb6ac46450641eb2e25bf05d36b22"
7153-
71547146
react-komposer@^1.9.0:
71557147
version "1.13.1"
71567148
resolved "https://registry.yarnpkg.com/react-komposer/-/react-komposer-1.13.1.tgz#4b8ac4bcc71323bd7413dcab95c831197f50eed0"
@@ -8285,26 +8277,20 @@ style-loader@^0.18.2:
82858277
loader-utils "^1.0.2"
82868278
schema-utils "^0.3.0"
82878279

8288-
styled-components@^3.2.5:
8289-
version "3.2.6"
8290-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.2.6.tgz#99e6e75a746bdedd295a17e03dd1493055a1cc3b"
8280+
styled-components@^2.1.1:
8281+
version "2.4.0"
8282+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-2.4.0.tgz#086d0fd483d54638837fca3ea546a030b94adf75"
82918283
dependencies:
82928284
buffer "^5.0.3"
82938285
css-to-react-native "^2.0.3"
8294-
fbjs "^0.8.16"
8295-
hoist-non-react-statics "^2.5.0"
8286+
fbjs "^0.8.9"
8287+
hoist-non-react-statics "^1.2.0"
82968288
is-plain-object "^2.0.1"
82978289
prop-types "^15.5.4"
8298-
react-is "^16.3.1"
8299-
stylis "^3.5.0"
8300-
stylis-rule-sheet "^0.0.10"
8290+
stylis "^3.4.0"
83018291
supports-color "^3.2.3"
83028292

8303-
stylis-rule-sheet@^0.0.10:
8304-
version "0.0.10"
8305-
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
8306-
8307-
stylis@^3.5.0:
8293+
stylis@^3.4.0:
83088294
version "3.5.0"
83098295
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.0.tgz#016fa239663d77f868fef5b67cf201c4b7c701e1"
83108296

0 commit comments

Comments
 (0)