Skip to content

Commit e27a36a

Browse files
committed
simplify peer check and update to final v5
1 parent a9117d4 commit e27a36a

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
"react-is": "^16.8.6",
4949
"react-native": "^0.61.4",
5050
"react-test-renderer": "^16.8.0",
51-
"styled-components": "5.0.0-rc.1",
51+
"styled-components": "^5.0.0",
5252
"typescript": "^3.0.3"
5353
},
5454
"dependencies": {
5555
"css": "^2.2.4"
5656
},
5757
"peerDependencies": {
58-
"styled-components": ">= 5 || >= 5.0.0-alpha.0 || >= 5.0.0-beta.0"
58+
"styled-components": ">= 5"
5959
},
6060
"husky": {
6161
"hooks": {

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3688,6 +3688,13 @@ hermes-engine@^0.2.1:
36883688
resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.2.1.tgz#25c0f1ff852512a92cb5c5cc47cf967e1e722ea2"
36893689
integrity sha512-eNHUQHuadDMJARpaqvlCZoK/Nitpj6oywq3vQ3wCwEsww5morX34mW5PmKWQTO7aU0ck0hgulxR+EVDlXygGxQ==
36903690

3691+
hoist-non-react-statics@^3.0.0:
3692+
version "3.3.2"
3693+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
3694+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
3695+
dependencies:
3696+
react-is "^16.7.0"
3697+
36913698
hosted-git-info@^2.1.4:
36923699
version "2.8.5"
36933700
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c"
@@ -6320,6 +6327,11 @@ react-is@^16.10.2, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6, react-i
63206327
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.11.0.tgz#b85dfecd48ad1ce469ff558a882ca8e8313928fa"
63216328
integrity sha512-gbBVYR2p8mnriqAwWx9LbuUrShnAuSCNnuPGyc7GJrMVQtPDAh8iLpv7FRuMPFb56KkaVZIYSz1PrjI9q0QPCw==
63226329

6330+
react-is@^16.7.0:
6331+
version "16.12.0"
6332+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
6333+
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
6334+
63236335
react-native@^0.61.4:
63246336
version "0.61.4"
63256337
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.61.4.tgz#9ec6e8a2aa8eac57143dcfa39115c7d9a139bc2c"
@@ -7262,10 +7274,10 @@ strip-json-comments@~2.0.1:
72627274
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
72637275
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
72647276

7265-
7266-
version "5.0.0-rc.1"
7267-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.0.0-rc.1.tgz#c94f7f5b04a7d73875d86fcb07db434391a633c2"
7268-
integrity sha512-8YpQtS+w1UmjJVjWx/fVFsyp22KT3rnNuMWRk9zIrjz+x8BSZVaIPLfpVSeG4p81LpH1cQTNSXAZ1lZwBHpRUQ==
7277+
styled-components@^5.0.0:
7278+
version "5.0.0"
7279+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.0.0.tgz#fc59932c9b574571fa3cd462c862af1956114ff2"
7280+
integrity sha512-F7VhIXIbUXJ8KO3pU9wap2Hxdtqa6PZ1uHrx+YXTgRjyxGlwvBHb8LULXPabmDA+uEliTXRJM5WcZntJnKNn3g==
72697281
dependencies:
72707282
"@babel/helper-module-imports" "^7.0.0"
72717283
"@babel/traverse" "^7.4.5"
@@ -7274,15 +7286,10 @@ [email protected]:
72747286
"@emotion/unitless" "^0.7.4"
72757287
babel-plugin-styled-components ">= 1"
72767288
css-to-react-native "^3.0.0"
7289+
hoist-non-react-statics "^3.0.0"
72777290
shallowequal "^1.1.0"
7278-
stylis-rule-sheet "^0.0.10"
72797291
supports-color "^5.5.0"
72807292

7281-
stylis-rule-sheet@^0.0.10:
7282-
version "0.0.10"
7283-
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
7284-
integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==
7285-
72867293
sudo-prompt@^9.0.0:
72877294
version "9.0.0"
72887295
resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-9.0.0.tgz#eebedeee9fcd6f661324e6bb46335e3288e8dc8a"

0 commit comments

Comments
 (0)