@arch-ui/typography
Advanced tools
Comparing version 0.0.16 to 0.0.17
# @arch-ui/typography | ||
## 0.0.17 | ||
### 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.16 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@arch-ui/typography", | ||
"description": "Typography Components used throughout @arch-ui packages and @keystonejs Admin UI.", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"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 @@ }, |
18432
Updated@emotion/core@^10.0.28