create-hintrc
Advanced tools
Comparing version 2.1.12 to 2.1.13
@@ -0,1 +1,10 @@ | ||
# 2.1.13 (October 16, 2019) | ||
## Chores | ||
* [[`99630d03dc`](https://github.com/webhintio/hint/commit/99630d03dc99cdb71a5010095a22b6908b6cdea5)] - Chore: Fix dependencies (by [`Antón Molleda`](https://github.com/molant)). | ||
* [[`995c967b64`](https://github.com/webhintio/hint/commit/995c967b64afbeecb5a4e4adf40179a416b4ee93)] - Upgrade: Bump eslint from 5.16.0 to 6.5.1 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview) / see also: [`#3092`](https://github.com/webhintio/hint/issues/3092)). | ||
* [[`9f80d06452`](https://github.com/webhintio/hint/commit/9f80d0645212b6952a32fd85bacfacaffa99bad7)] - Upgrade: Bump inquirer from 6.5.0 to 7.0.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)). | ||
# 2.1.12 (September 26, 2019) | ||
@@ -2,0 +11,0 @@ |
@@ -13,9 +13,9 @@ { | ||
"dependencies": { | ||
"browserslist": "^4.7.0", | ||
"encoding": "^0.1.12" | ||
"browserslist": "^4.7.0" | ||
}, | ||
"description": "webhint's configuration file initializer package", | ||
"devDependencies": { | ||
"@hint/utils": "^5.0.2", | ||
"@hint/utils": "^6.0.0", | ||
"@types/inquirer": "^6.0.3", | ||
"@types/lodash": "^4.14.141", | ||
"@types/node": "^12.7.5", | ||
@@ -28,9 +28,9 @@ "@types/proxyquire": "^1.3.28", | ||
"cpx": "^1.5.0", | ||
"eslint": "^5.15.1", | ||
"eslint": "^6.5.1", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-markdown": "^1.0.0", | ||
"fork-ts-checker-webpack-plugin": "^1.5.0", | ||
"fs-extra": "^8.0.1", | ||
"hint": "^5.3.1", | ||
"inquirer": "^6.5.0", | ||
"hint": "^5.3.2", | ||
"inquirer": "^7.0.0", | ||
"lodash": "^4.17.15", | ||
"npm-run-all": "^4.1.5", | ||
@@ -89,3 +89,3 @@ "nyc": "^14.1.0", | ||
}, | ||
"version": "2.1.12" | ||
"version": "2.1.13" | ||
} |
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
1
2517250
26
8823
- Removedencoding@^0.1.12
- Removedencoding@0.1.13(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedsafer-buffer@2.1.2(transitive)