@arch-ui/badge
Advanced tools
Comparing version 0.0.14 to 0.0.15
# @arch-ui/badge | ||
## 0.0.15 | ||
### Patch Changes | ||
- [`577b5e69`](https://github.com/keystonejs/keystone/commit/577b5e69ac4f949d1be2a80d8f391cb0a4b1333a) [#2799](https://github.com/keystonejs/keystone/pull/2799) Thanks [@MadeByMike](https://github.com/MadeByMike)! - Upgraded React and Emotion packages. | ||
## 0.0.14 | ||
@@ -64,7 +70,7 @@ | ||
- [42c3fbc9](https://github.com/keystonejs/keystone-5/commit/42c3fbc9): Upgrade emotion to 10.0.14 | ||
- [42c3fbc9](https://github.com/keystonejs/keystone/commit/42c3fbc9): Upgrade emotion to 10.0.14 | ||
## 0.0.6 | ||
- Updated dependencies [19fe6c1b](https://github.com/keystonejs/keystone-5/commit/19fe6c1b): | ||
- Updated dependencies [19fe6c1b](https://github.com/keystonejs/keystone/commit/19fe6c1b): | ||
- @arch-ui/theme@0.0.5 | ||
@@ -76,3 +82,3 @@ | ||
- [81dc0be5](https://github.com/keystonejs/keystone-5/commit/81dc0be5): | ||
- [81dc0be5](https://github.com/keystonejs/keystone/commit/81dc0be5): | ||
@@ -83,3 +89,3 @@ - Update dependencies | ||
- Updated dependencies [e75c105c](https://github.com/keystonejs/keystone-5/commit/e75c105c): | ||
- Updated dependencies [e75c105c](https://github.com/keystonejs/keystone/commit/e75c105c): | ||
- @arch-ui/theme@0.0.3 | ||
@@ -89,3 +95,3 @@ | ||
- [patch][7417ea3a](https://github.com/keystonejs/keystone-5/commit/7417ea3a): | ||
- [patch][7417ea3a](https://github.com/keystonejs/keystone/commit/7417ea3a): | ||
@@ -92,0 +98,0 @@ - Update patch-level dependencies |
{ | ||
"name": "@arch-ui/badge", | ||
"description": "Badge Component used in @keystonejs Admin UI.", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"author": "Jed Watson", | ||
@@ -9,6 +9,6 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"react": "^16.13.0" | ||
"react": "^16.13.1" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.13.0" | ||
"react": "^16.13.1" | ||
}, | ||
@@ -18,3 +18,3 @@ "dependencies": { | ||
"@babel/runtime": "^7.8.4", | ||
"@emotion/core": "^10.0.27", | ||
"@emotion/core": "^10.0.28", | ||
"@emotion/styled": "^10.0.27" | ||
@@ -21,0 +21,0 @@ }, |
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
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
14461
Updated@emotion/core@^10.0.28