@arch-ui/controls
Advanced tools
Comparing version
# @arch-ui/controls | ||
## 0.1.8 | ||
### 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. | ||
- Updated dependencies [[`577b5e69`](https://github.com/keystonejs/keystone/commit/577b5e69ac4f949d1be2a80d8f391cb0a4b1333a)]: | ||
- @arch-ui/input@0.1.9 | ||
## 0.1.7 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@arch-ui/controls", | ||
"description": "Form Controls as used in @keystonejs Admin UI.", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"author": "Jed Watson", | ||
@@ -9,12 +9,12 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"react": "^16.13.0" | ||
"react": "^16.13.1" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.13.0" | ||
"react": "^16.13.1" | ||
}, | ||
"dependencies": { | ||
"@arch-ui/input": "^0.1.7", | ||
"@arch-ui/input": "^0.1.9", | ||
"@arch-ui/theme": "^0.0.10", | ||
"@babel/runtime": "^7.8.4", | ||
"@emotion/core": "^10.0.27", | ||
"@emotion/core": "^10.0.28", | ||
"@emotion/styled": "^10.0.27", | ||
@@ -21,0 +21,0 @@ "react-pseudo-state": "^2.2.2", |
33535
1.32%Updated
Updated