@emotion/css
Advanced tools
Comparing version 10.0.14 to 10.0.22
# @emotion/css | ||
## 10.0.22 | ||
### Patch Changes | ||
- [`11bea3a8`](https://github.com/emotion-js/emotion/commit/11bea3a89f38f9052c692c3df050ad802b6b954c) [#1562](https://github.com/emotion-js/emotion/pull/1562) Thanks [@FezVrasta](https://github.com/FezVrasta)! - Export Flow type definitions for @emotion/styled/macro and @emotion/css/macro | ||
- Updated dependencies [[`4fc5657a`](https://github.com/emotion-js/emotion/commit/4fc5657ac8d0002322321cfbfc254b7196d27387), [`10211951`](https://github.com/emotion-js/emotion/commit/10211951051729b149930a8646de14bae9ae1bbc), [`57a767ea`](https://github.com/emotion-js/emotion/commit/57a767ea3dd18eefbbdc7269cc13128caad65286), [`1bb3efe3`](https://github.com/emotion-js/emotion/commit/1bb3efe399ddf0f3332187f3c751fbba9326d02c)]: | ||
- @emotion/serialize@0.11.12 | ||
- babel-plugin-emotion@10.0.22 | ||
## 10.0.14 | ||
@@ -7,3 +17,3 @@ | ||
- [c0eb604d](https://github.com/emotion-js/emotion/commit/c0eb604d) [#1419](https://github.com/emotion-js/emotion/pulls/1419) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update build tool | ||
- [c0eb604d](https://github.com/emotion-js/emotion/commit/c0eb604d) [#1419](https://github.com/emotion-js/emotion/pull/1419) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update build tool | ||
@@ -14,2 +24,2 @@ ## 10.0.12 | ||
- [49ce3041](https://github.com/emotion-js/emotion/commit/49ce3041) [#1351](https://github.com/emotion-js/emotion/pulls/1351) Thanks [@ivandotv](https://github.com/ivandotv)! - Create module definition file for css macro | ||
- [49ce3041](https://github.com/emotion-js/emotion/commit/49ce3041) [#1351](https://github.com/emotion-js/emotion/pull/1351) Thanks [@ivandotv](https://github.com/ivandotv)! - Create module definition file for css macro |
{ | ||
"name": "@emotion/css", | ||
"version": "10.0.14", | ||
"version": "10.0.22", | ||
"description": "a function to serialize css and object styless", | ||
@@ -14,5 +14,5 @@ "main": "dist/css.cjs.js", | ||
"dependencies": { | ||
"@emotion/serialize": "^0.11.8", | ||
"@emotion/serialize": "^0.11.12", | ||
"@emotion/utils": "0.11.2", | ||
"babel-plugin-emotion": "^10.0.14" | ||
"babel-plugin-emotion": "^10.0.22" | ||
}, | ||
@@ -30,3 +30,4 @@ "devDependencies": { | ||
"macro.js", | ||
"macro.d.ts" | ||
"macro.d.ts", | ||
"macro.js.flow" | ||
], | ||
@@ -37,2 +38,2 @@ "browser": { | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6307
17
1
Updated@emotion/serialize@^0.11.12