create-hintrc
Advanced tools
Comparing version 2.1.10 to 2.1.11
@@ -0,1 +1,10 @@ | ||
# 2.1.11 (September 24, 2019) | ||
## Chores | ||
* [[`53edf270f8`](https://github.com/webhintio/hint/commit/53edf270f84ead765bb981345d5321568ac69142)] - Upgrade: Bump @types/node from 12.7.4 to 12.7.5 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)). | ||
* [[`7f9dd770ec`](https://github.com/webhintio/hint/commit/7f9dd770ec0350d7f50137d322159a07a3b203da)] - Upgrade: Bump webpack-cli from 3.3.7 to 3.3.9 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)). | ||
* [[`6c7cec0761`](https://github.com/webhintio/hint/commit/6c7cec07610c0fe793155c821773c420ff47c681)] - Upgrade: Bump ts-loader from 6.1.0 to 6.1.2 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)). | ||
# 2.1.10 (September 19, 2019) | ||
@@ -2,0 +11,0 @@ |
@@ -18,5 +18,5 @@ { | ||
"devDependencies": { | ||
"@hint/utils": "^5.0.0", | ||
"@hint/utils": "^5.0.1", | ||
"@types/inquirer": "^6.0.3", | ||
"@types/node": "^12.7.4", | ||
"@types/node": "^12.7.5", | ||
"@types/proxyquire": "^1.3.28", | ||
@@ -33,3 +33,3 @@ "@types/sinon": "^7.0.13", | ||
"fs-extra": "^8.0.1", | ||
"hint": "^5.2.4", | ||
"hint": "^5.3.0", | ||
"inquirer": "^6.5.0", | ||
@@ -41,6 +41,6 @@ "npm-run-all": "^4.1.5", | ||
"sinon": "^7.4.2", | ||
"ts-loader": "^6.1.0", | ||
"ts-loader": "^6.1.2", | ||
"typescript": "^3.6.3", | ||
"webpack": "^4.39.3", | ||
"webpack-cli": "^3.3.7" | ||
"webpack-cli": "^3.3.9" | ||
}, | ||
@@ -90,3 +90,3 @@ "engines": { | ||
}, | ||
"version": "2.1.10" | ||
"version": "2.1.11" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3129885
10958