@episclera/configkit-utils
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## 1.2.1 (2021-04-20) | ||
### Bug Fixes | ||
* rm tw from deps ([393c4a1](https://github.com/episclera/configkit/commit/393c4a1f70c9040cee1ab46f661673924996cc42)) | ||
# 1.2.0 (2021-04-19) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@episclera/configkit-utils", | ||
"description": "A set of utils for @episclera/configkit package.", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"license": "MIT", | ||
@@ -42,3 +42,3 @@ "publishConfig": { | ||
"@episclera/toolkit-utils": "1.0.25", | ||
"@episclera/webpack-config": "^1.2.0", | ||
"@episclera/webpack-config": "^1.2.1", | ||
"cross-env": "7.0.3", | ||
@@ -48,11 +48,11 @@ "rimraf": "3.0.2", | ||
"typescript": "4.2.4", | ||
"webpack": "5.33.2", | ||
"webpack": "5.34.0", | ||
"webpack-cli": "4.6.0" | ||
}, | ||
"dependencies": { | ||
"@types/lodash": "^4.14.161", | ||
"@types/lodash": "^4.14.167", | ||
"lodash": "^4.17.20", | ||
"opencollective-postinstall": "2.0.3" | ||
}, | ||
"gitHead": "f874fd96e1ffd77f2f8b325523176aad2bbe7369" | ||
"gitHead": "fc5375d9f467830cdd939ff8177f6a2a8c1b423d" | ||
} |
77525
Updated@types/lodash@^4.14.167