@vtex/admin-jsxs
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.1](https://github.com/vtex/onda/compare/@vtex/admin-jsxs@0.1.0...@vtex/admin-jsxs@0.1.1) (2021-02-11) | ||
### Bug Fixes | ||
* **admin:** emotion deps on all /admin packages ([3562180](https://github.com/vtex/onda/commit/35621800491ffc5132235e83edcf6c086d0b3ce4)) | ||
# 0.1.0 (2021-02-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@vtex/admin-jsxs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "dist/index.js", | ||
@@ -32,2 +32,3 @@ "module": "dist/admin-jsxs.esm.js", | ||
"peerDependencies": { | ||
"@emotion/react": ">=11", | ||
"react": ">=16", | ||
@@ -37,2 +38,3 @@ "react-dom": ">=16" | ||
"devDependencies": { | ||
"@emotion/react": "^11.1.5", | ||
"reakit": "^1.3.5" | ||
@@ -44,3 +46,3 @@ }, | ||
}, | ||
"gitHead": "7741e0dd54624365807229ebebdc758b81f6fd37" | ||
"gitHead": "ac4303599c907174b40a25690ff419c5cf9331c4" | ||
} |
@@ -12,3 +12,3 @@ ## admin jsxs | ||
```sh | ||
yarn add @vtex/admin-jsxs | ||
yarn add @vtex/admin-jsxs @emotion/react | ||
``` | ||
@@ -15,0 +15,0 @@ |
18563
5
2