@arch-ui/modal-utils
Advanced tools
Comparing version 1.0.9 to 1.0.10
# @arch-ui/modal-utils | ||
## 1.0.10 | ||
### 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. | ||
## 1.0.9 | ||
@@ -69,7 +75,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 | ||
## 1.0.1 | ||
- 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 | ||
@@ -81,3 +87,3 @@ | ||
- [5f1a5cf3](https://github.com/keystonejs/keystone-5/commit/5f1a5cf3): | ||
- [5f1a5cf3](https://github.com/keystonejs/keystone/commit/5f1a5cf3): | ||
@@ -88,11 +94,11 @@ - Change transition API from a component which uses cloneElement to a function that accepts a transitionState and returns a style object | ||
- [a03fd601](https://github.com/keystonejs/keystone-5/commit/a03fd601): | ||
- [a03fd601](https://github.com/keystonejs/keystone/commit/a03fd601): | ||
- add some delight to the popout component | ||
- [81dc0be5](https://github.com/keystonejs/keystone-5/commit/81dc0be5): | ||
- [81dc0be5](https://github.com/keystonejs/keystone/commit/81dc0be5): | ||
- Update dependencies | ||
- [5f1a5cf3](https://github.com/keystonejs/keystone-5/commit/5f1a5cf3): | ||
- [5f1a5cf3](https://github.com/keystonejs/keystone/commit/5f1a5cf3): | ||
@@ -103,3 +109,3 @@ - Update usage of transition API | ||
- [patch][e75c105c](https://github.com/keystonejs/keystone-5/commit/e75c105c): | ||
- [patch][e75c105c](https://github.com/keystonejs/keystone/commit/e75c105c): | ||
@@ -110,3 +116,3 @@ - admin revamp | ||
- [patch][302930a4](https://github.com/keystonejs/keystone-5/commit/302930a4): | ||
- [patch][302930a4](https://github.com/keystonejs/keystone/commit/302930a4): | ||
@@ -117,11 +123,11 @@ - Minor internal code cleanups | ||
- [patch][11c372fa](https://github.com/keystonejs/keystone-5/commit/11c372fa): | ||
- [patch][11c372fa](https://github.com/keystonejs/keystone/commit/11c372fa): | ||
- Update minor-level dependencies | ||
- [patch][d9a1be91](https://github.com/keystonejs/keystone-5/commit/d9a1be91): | ||
- [patch][d9a1be91](https://github.com/keystonejs/keystone/commit/d9a1be91): | ||
- Update dependencies | ||
- [patch][7417ea3a](https://github.com/keystonejs/keystone-5/commit/7417ea3a): | ||
- [patch][7417ea3a](https://github.com/keystonejs/keystone/commit/7417ea3a): | ||
@@ -128,0 +134,0 @@ - Update patch-level dependencies |
{ | ||
"name": "@arch-ui/modal-utils", | ||
"description": "Modal Utilities as used in @keystonejs Admin UI.", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"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" | ||
}, | ||
@@ -19,3 +19,3 @@ "dependencies": { | ||
"@babel/runtime": "^7.8.4", | ||
"@emotion/core": "^10.0.27", | ||
"@emotion/core": "^10.0.28", | ||
"@emotion/styled": "^10.0.27", | ||
@@ -22,0 +22,0 @@ "react-scrolllock": "^4.0.1", |
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
46219
+ Addedresolve@1.22.10(transitive)
- Removedresolve@1.22.9(transitive)
Updated@emotion/core@^10.0.28