@semcore/badge
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -5,2 +5,8 @@ # Changelog | ||
## [1.3.2] - 2019-09-30 | ||
### Change | ||
- Нужные зависимости перенесены в `utils`, размер должен стать меньше | ||
## [1.3.1] - 2019-07-31 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@semcore/badge", | ||
"description": "SEMRush Badge Component", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"main": "lib/index.js", | ||
@@ -12,20 +12,8 @@ "module": "lib/index.es.js", | ||
"build": "rollup --config=node:rollup-config-ts", | ||
"test": "jest --no-cache" | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.5", | ||
"@semcore/utils": "^2.4", | ||
"@types/react": "^16.8", | ||
"@semcore/paint": "^3.2", | ||
"classnames": "^2.2" | ||
"@semcore/utils": "^3.1", | ||
"@semcore/paint": "^3.2" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=15.0 || >=16.0" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.4", | ||
"jest-preset-ui": "*", | ||
"rollup-config-react": "*", | ||
"jest": "*" | ||
}, | ||
"jest": { | ||
@@ -32,0 +20,0 @@ "preset": "jest-preset-ui" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2
0
420
80343
- Removed@babel/runtime@^7.5
- Removed@types/react@^16.8
- Removedclassnames@^2.2
- Removed@semcore/utils@2.6.0(transitive)
- Removed@types/prop-types@15.7.14(transitive)
- Removed@types/react@16.14.62(transitive)
- Removed@types/scheduler@0.16.8(transitive)
- Removedclassnames@2.5.1(transitive)
- Removedreact@19.0.0(transitive)
Updated@semcore/utils@^3.1