Skip to content

Commit 8bb2b98

Browse files
committed
Upgrade @emotion/react to latest due to bad imports
1 parent 052e864 commit 8bb2b98

File tree

4 files changed

+97
-17
lines changed

4 files changed

+97
-17
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@atlaskit/spinner": "^15.0.6",
1313
"@atlaskit/tooltip": "^17.1.2",
1414
"@babel/runtime": "^7.12.0",
15-
"@emotion/react": "^11.8.1",
15+
"@emotion/react": "^11.14.0",
1616
"@magical-types/convert-type": "^0.1.4",
1717
"@magical-types/pretty": "^0.3.5",
1818
"@magical-types/serialization": "^0.2.1",

packages/react-select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@babel/runtime": "^7.12.0",
1414
"@emotion/cache": "^11.4.0",
15-
"@emotion/react": "^11.8.1",
15+
"@emotion/react": "^11.14.0",
1616
"@floating-ui/dom": "^1.0.1",
1717
"@types/react-transition-group": "^4.4.0",
1818
"memoize-one": "^6.0.0",

storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/preset-typescript": "^7.18.6",
1818
"@emotion/babel-plugin": "^11.10.2",
1919
"@emotion/babel-preset-css-prop": "^11.10.0",
20-
"@emotion/react": "^11.8.1",
20+
"@emotion/react": "^11.14.0",
2121
"babel-loader": "^8.2.5",
2222
"chroma-js": "^2.4.2",
2323
"chrono-node": "^2.1.11",

yarn.lock

Lines changed: 94 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@
15861586
dependencies:
15871587
"@babel/plugin-syntax-jsx" "^7.17.12"
15881588

1589-
"@emotion/babel-plugin@^11.10.0", "@emotion/babel-plugin@^11.10.2", "@emotion/babel-plugin@^11.7.1":
1589+
"@emotion/babel-plugin@^11.10.0", "@emotion/babel-plugin@^11.10.2":
15901590
version "11.10.2"
15911591
resolved "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.2.tgz"
15921592
integrity sha512-xNQ57njWTFVfPAc3cjfuaPdsgLp5QOSuRsj9MA6ndEhH/AzuZM86qIQzt6rq+aGBwj3n5/TkLmU5lhAfdRmogA==
@@ -1604,6 +1604,23 @@
16041604
source-map "^0.5.7"
16051605
stylis "4.0.13"
16061606

1607+
"@emotion/babel-plugin@^11.13.5":
1608+
version "11.13.5"
1609+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz#eab8d65dbded74e0ecfd28dc218e75607c4e7bc0"
1610+
integrity sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==
1611+
dependencies:
1612+
"@babel/helper-module-imports" "^7.16.7"
1613+
"@babel/runtime" "^7.18.3"
1614+
"@emotion/hash" "^0.9.2"
1615+
"@emotion/memoize" "^0.9.0"
1616+
"@emotion/serialize" "^1.3.3"
1617+
babel-plugin-macros "^3.1.0"
1618+
convert-source-map "^1.5.0"
1619+
escape-string-regexp "^4.0.0"
1620+
find-root "^1.1.0"
1621+
source-map "^0.5.7"
1622+
stylis "4.2.0"
1623+
16071624
"@emotion/babel-preset-css-prop@^11.10.0":
16081625
version "11.10.0"
16091626
resolved "https://registry.npmjs.org/@emotion/babel-preset-css-prop/-/babel-preset-css-prop-11.10.0.tgz"
@@ -1624,7 +1641,18 @@
16241641
"@emotion/utils" "0.11.3"
16251642
"@emotion/weak-memoize" "0.2.5"
16261643

1627-
"@emotion/cache@^11.4.0", "@emotion/cache@^11.9.3":
1644+
"@emotion/cache@^11.14.0":
1645+
version "11.14.0"
1646+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.14.0.tgz#ee44b26986eeb93c8be82bb92f1f7a9b21b2ed76"
1647+
integrity sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==
1648+
dependencies:
1649+
"@emotion/memoize" "^0.9.0"
1650+
"@emotion/sheet" "^1.4.0"
1651+
"@emotion/utils" "^1.4.2"
1652+
"@emotion/weak-memoize" "^0.4.0"
1653+
stylis "4.2.0"
1654+
1655+
"@emotion/cache@^11.4.0":
16281656
version "11.9.3"
16291657
resolved "https://registry.npmjs.org/@emotion/cache/-/cache-11.9.3.tgz"
16301658
integrity sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg==
@@ -1674,6 +1702,11 @@
16741702
resolved "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz"
16751703
integrity sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==
16761704

1705+
"@emotion/hash@^0.9.2":
1706+
version "0.9.2"
1707+
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.2.tgz#ff9221b9f58b4dfe61e619a7788734bd63f6898b"
1708+
integrity sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==
1709+
16771710
"@emotion/[email protected]", "@emotion/is-prop-valid@^0.8.1":
16781711
version "0.8.8"
16791712
resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz"
@@ -1707,17 +1740,23 @@
17071740
resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz"
17081741
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
17091742

1710-
"@emotion/react@^11.8.1":
1711-
version "11.9.3"
1712-
resolved "https://registry.npmjs.org/@emotion/react/-/react-11.9.3.tgz"
1713-
integrity sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==
1743+
"@emotion/memoize@^0.9.0":
1744+
version "0.9.0"
1745+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
1746+
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
1747+
1748+
"@emotion/react@^11.14.0":
1749+
version "11.14.0"
1750+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.14.0.tgz#cfaae35ebc67dd9ef4ea2e9acc6cd29e157dd05d"
1751+
integrity sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==
17141752
dependencies:
1715-
"@babel/runtime" "^7.13.10"
1716-
"@emotion/babel-plugin" "^11.7.1"
1717-
"@emotion/cache" "^11.9.3"
1718-
"@emotion/serialize" "^1.0.4"
1719-
"@emotion/utils" "^1.1.0"
1720-
"@emotion/weak-memoize" "^0.2.5"
1753+
"@babel/runtime" "^7.18.3"
1754+
"@emotion/babel-plugin" "^11.13.5"
1755+
"@emotion/cache" "^11.14.0"
1756+
"@emotion/serialize" "^1.3.3"
1757+
"@emotion/use-insertion-effect-with-fallbacks" "^1.2.0"
1758+
"@emotion/utils" "^1.4.2"
1759+
"@emotion/weak-memoize" "^0.4.0"
17211760
hoist-non-react-statics "^3.3.1"
17221761

17231762
"@emotion/serialize@^0.11.15", "@emotion/serialize@^0.11.16":
@@ -1731,7 +1770,7 @@
17311770
"@emotion/utils" "0.11.3"
17321771
csstype "^2.5.7"
17331772

1734-
"@emotion/serialize@^1.0.4", "@emotion/serialize@^1.1.0":
1773+
"@emotion/serialize@^1.1.0":
17351774
version "1.1.0"
17361775
resolved "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.0.tgz"
17371776
integrity sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA==
@@ -1742,6 +1781,17 @@
17421781
"@emotion/utils" "^1.2.0"
17431782
csstype "^3.0.2"
17441783

1784+
"@emotion/serialize@^1.3.3":
1785+
version "1.3.3"
1786+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.3.tgz#d291531005f17d704d0463a032fe679f376509e8"
1787+
integrity sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==
1788+
dependencies:
1789+
"@emotion/hash" "^0.9.2"
1790+
"@emotion/memoize" "^0.9.0"
1791+
"@emotion/unitless" "^0.10.0"
1792+
"@emotion/utils" "^1.4.2"
1793+
csstype "^3.0.2"
1794+
17451795
"@emotion/[email protected]":
17461796
version "0.9.4"
17471797
resolved "https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz"
@@ -1752,6 +1802,11 @@
17521802
resolved "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.1.1.tgz"
17531803
integrity sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA==
17541804

1805+
"@emotion/sheet@^1.4.0":
1806+
version "1.4.0"
1807+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
1808+
integrity sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==
1809+
17551810
"@emotion/styled-base@^10.0.27":
17561811
version "10.0.31"
17571812
resolved "https://registry.npmjs.org/@emotion/styled-base/-/styled-base-10.0.31.tgz"
@@ -1780,26 +1835,46 @@
17801835
resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz"
17811836
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
17821837

1838+
"@emotion/unitless@^0.10.0":
1839+
version "0.10.0"
1840+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.10.0.tgz#2af2f7c7e5150f497bdabd848ce7b218a27cf745"
1841+
integrity sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==
1842+
17831843
"@emotion/unitless@^0.8.0":
17841844
version "0.8.0"
17851845
resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz"
17861846
integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==
17871847

1848+
"@emotion/use-insertion-effect-with-fallbacks@^1.2.0":
1849+
version "1.2.0"
1850+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz#8a8cb77b590e09affb960f4ff1e9a89e532738bf"
1851+
integrity sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==
1852+
17881853
"@emotion/[email protected]":
17891854
version "0.11.3"
17901855
resolved "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz"
17911856
integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==
17921857

1793-
"@emotion/utils@^1.0.0", "@emotion/utils@^1.1.0", "@emotion/utils@^1.2.0":
1858+
"@emotion/utils@^1.0.0", "@emotion/utils@^1.2.0":
17941859
version "1.2.0"
17951860
resolved "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz"
17961861
integrity sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==
17971862

1863+
"@emotion/utils@^1.4.2":
1864+
version "1.4.2"
1865+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.4.2.tgz#6df6c45881fcb1c412d6688a311a98b7f59c1b52"
1866+
integrity sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==
1867+
17981868
"@emotion/[email protected]", "@emotion/weak-memoize@^0.2.5":
17991869
version "0.2.5"
18001870
resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz"
18011871
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
18021872

1873+
"@emotion/weak-memoize@^0.4.0":
1874+
version "0.4.0"
1875+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz#5e13fac887f08c44f76b0ccaf3370eb00fec9bb6"
1876+
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
1877+
18031878
"@eslint/eslintrc@^0.4.3":
18041879
version "0.4.3"
18051880
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz"
@@ -16398,6 +16473,11 @@ [email protected], stylis@^4.0.10, stylis@^4.0.3:
1639816473
resolved "https://registry.npmjs.org/stylis/-/stylis-4.0.13.tgz"
1639916474
integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==
1640016475

16476+
16477+
version "4.2.0"
16478+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
16479+
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
16480+
1640116481
stylis@^3.5.0:
1640216482
version "3.5.4"
1640316483
resolved "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz"

0 commit comments

Comments
 (0)