@emotion/babel-plugin
Advanced tools
Comparing version 11.0.0-next.17 to 11.0.0-rc.0
# @emotion/babel-plugin | ||
## 11.0.0-rc.0 | ||
### Major Changes | ||
- [`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63) [#2030](https://github.com/emotion-js/emotion/pull/2030) Thanks [@Andarist](https://github.com/Andarist)! - Release candidate version. | ||
### Patch Changes | ||
- Updated dependencies [[`9c4ebc16`](https://github.com/emotion-js/emotion/commit/9c4ebc160471097c5d04fb92dba3ed0df870bb63)]: | ||
- @emotion/serialize@1.0.0-rc.0 | ||
## 11.0.0-next.17 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@emotion/babel-plugin", | ||
"version": "11.0.0-next.17", | ||
"version": "11.0.0-rc.0", | ||
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.", | ||
@@ -19,5 +19,5 @@ "main": "dist/babel-plugin.cjs.js", | ||
"@babel/runtime": "^7.7.2", | ||
"@emotion/hash": "0.8.0", | ||
"@emotion/memoize": "0.7.4", | ||
"@emotion/serialize": "^1.0.0-next.5", | ||
"@emotion/hash": "^0.8.0", | ||
"@emotion/memoize": "^0.7.4", | ||
"@emotion/serialize": "^1.0.0-rc.0", | ||
"babel-plugin-macros": "^2.6.1", | ||
@@ -28,3 +28,3 @@ "convert-source-map": "^1.5.0", | ||
"source-map": "^0.5.7", | ||
"stylis": "^4.0.2" | ||
"stylis": "^4.0.3" | ||
}, | ||
@@ -31,0 +31,0 @@ "peerDependencies": { |
195582
+ Added@emotion/memoize@0.7.5(transitive)
- Removed@emotion/memoize@0.7.4(transitive)
Updated@emotion/hash@^0.8.0
Updated@emotion/memoize@^0.7.4
Updatedstylis@^4.0.3