@vtex/admin-core
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.5.1](https://github.com/vtex/onda/compare/@vtex/admin-core@0.5.0...@vtex/admin-core@0.5.1) (2021-02-11) | ||
### Bug Fixes | ||
* **admin:** emotion deps on all /admin packages ([3562180](https://github.com/vtex/onda/commit/35621800491ffc5132235e83edcf6c086d0b3ce4)) | ||
# [0.5.0](https://github.com/vtex/onda/compare/@vtex/admin-core@0.4.1...@vtex/admin-core@0.5.0) (2021-02-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@vtex/admin-core", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"main": "dist/index.js", | ||
@@ -32,2 +32,4 @@ "module": "dist/admin-core.esm.js", | ||
"peerDependencies": { | ||
"@emotion/css": ">=11", | ||
"@emotion/react": ">=11", | ||
"react": ">=16", | ||
@@ -37,4 +39,4 @@ "react-dom": ">=16" | ||
"dependencies": { | ||
"@vtex/admin-ui-system": "^0.13.0", | ||
"@vtex/admin-ui-theme": "^0.18.1", | ||
"@vtex/admin-ui-system": "^0.13.1", | ||
"@vtex/admin-ui-theme": "^0.18.2", | ||
"deepmerge": "^4.2.2", | ||
@@ -45,3 +47,3 @@ "focus-visible": "^5.1.0", | ||
}, | ||
"gitHead": "7741e0dd54624365807229ebebdc758b81f6fd37" | ||
"gitHead": "ac4303599c907174b40a25690ff419c5cf9331c4" | ||
} |
@@ -8,7 +8,3 @@ ## admin core | ||
```sh | ||
yarn add @vtex/admin-core | ||
yarn add @vtex/admin-core @emotion/css @emotion/react | ||
``` | ||
```sh | ||
npm install @vtex/admin-core | ||
``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
51061
0
10
10