Skip to content

Commit 8047517

Browse files
authored
sync styled version in notifications (codesandbox#3587)
1 parent e014ea6 commit 8047517

File tree

2 files changed

+6
-36
lines changed

2 files changed

+6
-36
lines changed

packages/notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"react-spring": "^8.0.25",
19-
"styled-components": "^5.0.0-rc.2",
19+
"styled-components": "^4.4.1",
2020
"uuid": "^3.3.2"
2121
},
2222
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@
12091209
"@babel/parser" "^7.7.4"
12101210
"@babel/types" "^7.7.4"
12111211

1212-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3", "@babel/traverse@^7.7.4":
1212+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3", "@babel/traverse@^7.7.4":
12131213
version "7.7.4"
12141214
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
12151215
integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==
@@ -1533,7 +1533,7 @@
15331533
version "0.6.6"
15341534
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.6.6.tgz#62266c5f0eac6941fece302abad69f2ee7e25e44"
15351535

1536-
"@emotion/is-prop-valid@0.8.6", "@emotion/is-prop-valid@^0.8.1", "@emotion/is-prop-valid@^0.8.2", "@emotion/is-prop-valid@^0.8.3":
1536+
"@emotion/is-prop-valid@0.8.6", "@emotion/is-prop-valid@^0.8.1", "@emotion/is-prop-valid@^0.8.2":
15371537
version "0.8.6"
15381538
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.6.tgz#4757646f0a58e9dec614c47c838e7147d88c263c"
15391539
integrity sha512-mnZMho3Sq8BfzkYYRVc8ilQTnc8U02Ytp6J1AwM6taQStZ3AhsEJBX2LzhA/LJirNCwM2VtHL3VFIZ+sNJUgUQ==
@@ -1598,7 +1598,7 @@
15981598
"@emotion/styled-base" "^10.0.27"
15991599
babel-plugin-emotion "^10.0.27"
16001600

1601-
"@emotion/stylis@0.8.5", "@emotion/stylis@^0.8.4":
1601+
"@emotion/stylis@0.8.5":
16021602
version "0.8.5"
16031603
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
16041604
integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
@@ -1607,7 +1607,7 @@
16071607
version "0.7.1"
16081608
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.7.1.tgz#50f63225e712d99e2b2b39c19c70fff023793ca5"
16091609

1610-
"@emotion/unitless@0.7.5", "@emotion/unitless@^0.7.0", "@emotion/unitless@^0.7.4":
1610+
"@emotion/unitless@0.7.5", "@emotion/unitless@^0.7.0":
16111611
version "0.7.5"
16121612
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
16131613
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
@@ -7830,11 +7830,6 @@ camelcase@^4.0.0, camelcase@^4.1.0:
78307830
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
78317831
integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
78327832

7833-
camelize@^1.0.0:
7834-
version "1.0.0"
7835-
resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
7836-
integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=
7837-
78387833
can-use-dom@^0.1.0:
78397834
version "0.1.0"
78407835
resolved "https://registry.yarnpkg.com/can-use-dom/-/can-use-dom-0.1.0.tgz#22cc4a34a0abc43950f42c6411024a3f6366b45a"
@@ -9466,15 +9461,6 @@ css-to-react-native@^2.2.2:
94669461
fbjs "^0.8.5"
94679462
postcss-value-parser "^3.3.0"
94689463

9469-
css-to-react-native@^3.0.0:
9470-
version "3.0.0"
9471-
resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756"
9472-
integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==
9473-
dependencies:
9474-
camelize "^1.0.0"
9475-
css-color-keywords "^1.0.0"
9476-
postcss-value-parser "^4.0.2"
9477-
94789464
css-tree@1.0.0-alpha.29:
94799465
version "1.0.0-alpha.29"
94809466
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.29.tgz#3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39"
@@ -14830,7 +14816,7 @@ hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
1483014816
version "2.5.0"
1483114817
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz#d2ca2dfc19c5a91c5a6615ce8e564ef0347e2a40"
1483214818

14833-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0:
14819+
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0:
1483414820
version "3.3.1"
1483514821
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f"
1483614822
integrity sha512-wbg3bpgA/ZqWrZuMOeJi8+SKMhr7X9TesL/rXMjTzh0p0JUBo3II8DHboYbuIXWRlttrUFxwcu/5kygrCw8fJw==
@@ -27539,22 +27525,6 @@ styled-components@^4.2.0, styled-components@^4.3.2, styled-components@^4.4.1:
2753927525
stylis-rule-sheet "^0.0.10"
2754027526
supports-color "^5.5.0"
2754127527

27542-
styled-components@^5.0.0-rc.2:
27543-
version "5.0.0"
27544-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.0.0.tgz#fc59932c9b574571fa3cd462c862af1956114ff2"
27545-
integrity sha512-F7VhIXIbUXJ8KO3pU9wap2Hxdtqa6PZ1uHrx+YXTgRjyxGlwvBHb8LULXPabmDA+uEliTXRJM5WcZntJnKNn3g==
27546-
dependencies:
27547-
"@babel/helper-module-imports" "^7.0.0"
27548-
"@babel/traverse" "^7.4.5"
27549-
"@emotion/is-prop-valid" "^0.8.3"
27550-
"@emotion/stylis" "^0.8.4"
27551-
"@emotion/unitless" "^0.7.4"
27552-
babel-plugin-styled-components ">= 1"
27553-
css-to-react-native "^3.0.0"
27554-
hoist-non-react-statics "^3.0.0"
27555-
shallowequal "^1.1.0"
27556-
supports-color "^5.5.0"
27557-
2755827528
styled-jsx@3.2.1:
2755927529
version "3.2.1"
2756027530
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-3.2.1.tgz#452051fe50df5e9c7c7f3dd20fa46c3060ac65b0"

0 commit comments

Comments
 (0)