Skip to content

Commit

Permalink
fix: revert emotion upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmurray committed Jun 23, 2019
1 parent 6d0f121 commit 7964978
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@types/storybook__addon-knobs": "^5.0.1",
"@types/storybook__react": "^4.0.2",
"babel-loader": "^8.0.6",
"emotion": "^10.0.9",
"emotion": "^9.2.12",
"mmm-scripts": "^0.4.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-emotion": "^10.0.0",
"react-emotion": "^9.2.12",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2"
},
Expand Down
41 changes: 20 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,13 @@
dependencies:
"@emotion/memoize" "0.7.1"

"@emotion/is-prop-valid@^0.6.1":
version "0.6.8"
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.6.8.tgz#68ad02831da41213a2089d2cab4e8ac8b30cbd85"
integrity sha512-IMSL7ekYhmFlILXcouA6ket3vV7u9BqStlXzbKOF9HBtpUPMMlHU+bBxrLOa2NvleVwNIxeq/zL8LafLbeUXcA==
dependencies:
"@emotion/memoize" "^0.6.6"

"@emotion/memoize@0.7.1":
version "0.7.1"
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.1.tgz#e93c13942592cf5ef01aa8297444dc192beee52f"
Expand Down Expand Up @@ -4853,15 +4860,12 @@ create-ecdh@^4.0.0:
bn.js "^4.1.0"
elliptic "^6.0.0"

create-emotion@^10.0.9:
version "10.0.9"
resolved "https://registry.yarnpkg.com/create-emotion/-/create-emotion-10.0.9.tgz#290c2036126171c9566fa24f49c9241d54625138"
integrity sha512-sLKD4bIiTs8PpEqr5vlCoV5lsYE4QOBYEUWaD0R+VGRMCvBKHmYlvLJXsL99Kdc4YEFAFwipi2bbncnvv6UxRg==
create-emotion-styled@^9.2.8:
version "9.2.8"
resolved "https://registry.yarnpkg.com/create-emotion-styled/-/create-emotion-styled-9.2.8.tgz#c0050e768ba439609bec108600467adf2de67cc3"
integrity sha512-2LrNM5MREWzI5hZK+LyiBHglwE18WE3AEbBQgpHQ1+zmyLSm/dJsUZBeFAwuIMb+TjNZP0KsMZlV776ufOtFdg==
dependencies:
"@emotion/cache" "^10.0.9"
"@emotion/serialize" "^0.11.6"
"@emotion/sheet" "0.9.2"
"@emotion/utils" "0.11.1"
"@emotion/is-prop-valid" "^0.6.1"

create-emotion@^9.2.12:
version "9.2.12"
Expand Down Expand Up @@ -5605,15 +5609,7 @@ emotion-theming@^10.0.10, emotion-theming@^10.0.9:
hoist-non-react-statics "^3.3.0"
object-assign "^4.1.1"

emotion@^10.0.9:
version "10.0.9"
resolved "https://registry.yarnpkg.com/emotion/-/emotion-10.0.9.tgz#2c37598af13df31dcd35a1957eaa8830f368c066"
integrity sha512-IMFwwWlU2TDt7eh4v6dm58E8VHAYOitqRbVoazQdxIu9/0CAH4a3UrTMnZSlWQAo09MrRRlKfgQFHswnj40meQ==
dependencies:
babel-plugin-emotion "^10.0.9"
create-emotion "^10.0.9"

emotion@^9.1.2:
emotion@^9.1.2, emotion@^9.2.12:
version "9.2.12"
resolved "https://registry.yarnpkg.com/emotion/-/emotion-9.2.12.tgz#53925aaa005614e65c6e43db8243c843574d1ea9"
integrity sha512-hcx7jppaI8VoXxIWEhxpDW7I+B4kq9RNzQLmsrF6LY8BGKqe2N+gFAQr0EfuFucFlPs2A9HM4+xNj4NeqEWIOQ==
Expand Down Expand Up @@ -11302,10 +11298,13 @@ react-draggable@^3.1.1:
classnames "^2.2.5"
prop-types "^15.6.0"

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

react-error-overlay@^5.1.6:
version "5.1.6"
Expand Down

0 comments on commit 7964978

Please sign in to comment.