Skip to content

Commit 7964978

Browse files
committed
fix: revert emotion upgrade
1 parent 6d0f121 commit 7964978

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"@types/storybook__addon-knobs": "^5.0.1",
2929
"@types/storybook__react": "^4.0.2",
3030
"babel-loader": "^8.0.6",
31-
"emotion": "^10.0.9",
31+
"emotion": "^9.2.12",
3232
"mmm-scripts": "^0.4.2",
3333
"react": "^16.8.6",
3434
"react-dom": "^16.8.6",
35-
"react-emotion": "^10.0.0",
35+
"react-emotion": "^9.2.12",
3636
"ts-loader": "^6.0.4",
3737
"typescript": "^3.5.2"
3838
},

yarn.lock

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,6 +1557,13 @@
15571557
dependencies:
15581558
"@emotion/memoize" "0.7.1"
15591559

1560+
"@emotion/is-prop-valid@^0.6.1":
1561+
version "0.6.8"
1562+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.6.8.tgz#68ad02831da41213a2089d2cab4e8ac8b30cbd85"
1563+
integrity sha512-IMSL7ekYhmFlILXcouA6ket3vV7u9BqStlXzbKOF9HBtpUPMMlHU+bBxrLOa2NvleVwNIxeq/zL8LafLbeUXcA==
1564+
dependencies:
1565+
"@emotion/memoize" "^0.6.6"
1566+
15601567
"@emotion/memoize@0.7.1":
15611568
version "0.7.1"
15621569
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.1.tgz#e93c13942592cf5ef01aa8297444dc192beee52f"
@@ -4853,15 +4860,12 @@ create-ecdh@^4.0.0:
48534860
bn.js "^4.1.0"
48544861
elliptic "^6.0.0"
48554862

4856-
create-emotion@^10.0.9:
4857-
version "10.0.9"
4858-
resolved "https://registry.yarnpkg.com/create-emotion/-/create-emotion-10.0.9.tgz#290c2036126171c9566fa24f49c9241d54625138"
4859-
integrity sha512-sLKD4bIiTs8PpEqr5vlCoV5lsYE4QOBYEUWaD0R+VGRMCvBKHmYlvLJXsL99Kdc4YEFAFwipi2bbncnvv6UxRg==
4863+
create-emotion-styled@^9.2.8:
4864+
version "9.2.8"
4865+
resolved "https://registry.yarnpkg.com/create-emotion-styled/-/create-emotion-styled-9.2.8.tgz#c0050e768ba439609bec108600467adf2de67cc3"
4866+
integrity sha512-2LrNM5MREWzI5hZK+LyiBHglwE18WE3AEbBQgpHQ1+zmyLSm/dJsUZBeFAwuIMb+TjNZP0KsMZlV776ufOtFdg==
48604867
dependencies:
4861-
"@emotion/cache" "^10.0.9"
4862-
"@emotion/serialize" "^0.11.6"
4863-
"@emotion/sheet" "0.9.2"
4864-
"@emotion/utils" "0.11.1"
4868+
"@emotion/is-prop-valid" "^0.6.1"
48654869

48664870
create-emotion@^9.2.12:
48674871
version "9.2.12"
@@ -5605,15 +5609,7 @@ emotion-theming@^10.0.10, emotion-theming@^10.0.9:
56055609
hoist-non-react-statics "^3.3.0"
56065610
object-assign "^4.1.1"
56075611

5608-
emotion@^10.0.9:
5609-
version "10.0.9"
5610-
resolved "https://registry.yarnpkg.com/emotion/-/emotion-10.0.9.tgz#2c37598af13df31dcd35a1957eaa8830f368c066"
5611-
integrity sha512-IMFwwWlU2TDt7eh4v6dm58E8VHAYOitqRbVoazQdxIu9/0CAH4a3UrTMnZSlWQAo09MrRRlKfgQFHswnj40meQ==
5612-
dependencies:
5613-
babel-plugin-emotion "^10.0.9"
5614-
create-emotion "^10.0.9"
5615-
5616-
emotion@^9.1.2:
5612+
emotion@^9.1.2, emotion@^9.2.12:
56175613
version "9.2.12"
56185614
resolved "https://registry.yarnpkg.com/emotion/-/emotion-9.2.12.tgz#53925aaa005614e65c6e43db8243c843574d1ea9"
56195615
integrity sha512-hcx7jppaI8VoXxIWEhxpDW7I+B4kq9RNzQLmsrF6LY8BGKqe2N+gFAQr0EfuFucFlPs2A9HM4+xNj4NeqEWIOQ==
@@ -11302,10 +11298,13 @@ react-draggable@^3.1.1:
1130211298
classnames "^2.2.5"
1130311299
prop-types "^15.6.0"
1130411300

11305-
react-emotion@^10.0.0:
11306-
version "10.0.0"
11307-
resolved "https://registry.yarnpkg.com/react-emotion/-/react-emotion-10.0.0.tgz#03adf5a93f9dc41396401551566adf9668a2418e"
11308-
integrity sha512-HMEH1I0m4AxJzG31ii/g227WhR0RBlRdr2M4C0n7yg9s3SiAPGB7lxvc/EoE8ixU9PLeOlBOb/n0wo42tGu99Q==
11301+
react-emotion@^9.2.12:
11302+
version "9.2.12"
11303+
resolved "https://registry.yarnpkg.com/react-emotion/-/react-emotion-9.2.12.tgz#74d1494f89e22d0b9442e92a33ca052461955c83"
11304+
integrity sha512-qt7XbxnEKX5sZ73rERJ92JMbEOoyOwG3BuCRFRkXrsJhEe+rFBRTljRw7yOLHZUCQC4GBObZhjXIduQ8S0ZpYw==
11305+
dependencies:
11306+
babel-plugin-emotion "^9.2.11"
11307+
create-emotion-styled "^9.2.8"
1130911308

1131011309
react-error-overlay@^5.1.6:
1131111310
version "5.1.6"

0 commit comments

Comments
 (0)