create-hintrc
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -0,1 +1,9 @@ | ||
# 2.0.0 (November 5, 2018) | ||
## Breaking Changes | ||
* [[`59e5b9ade4`](https://github.com/webhintio/hint/commit/59e5b9ade47698d9bae42106cd93606a451b5a56)] - Breaking: Update `hint` to `v4.0.0` [skip ci] (by [`Cătălin Mariș`](https://github.com/alrra)). | ||
* [[`d181168807`](https://github.com/webhintio/hint/commit/d18116880733897793628f0a8e829de941531d18)] - Breaking: Use typed event registration and dispatch (by [`Tony Ross`](https://github.com/antross) / see also: [`#123`](https://github.com/webhintio/hint/issues/123)). | ||
# 1.0.1 (September 6, 2018) | ||
@@ -2,0 +10,0 @@ |
@@ -13,3 +13,3 @@ { | ||
"dependencies": { | ||
"browserslist": "^4.1.1", | ||
"browserslist": "^4.3.4", | ||
"encoding": "^0.1.12" | ||
@@ -19,12 +19,14 @@ }, | ||
"devDependencies": { | ||
"@types/inquirer": "^0.0.43", | ||
"@types/node": "10.9.1", | ||
"ava": "^0.25.0", | ||
"cpx": "^1.5.0", | ||
"eslint": "^5.5.0", | ||
"eslint": "^5.8.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-markdown": "^1.0.0-beta.7", | ||
"eslint-plugin-typescript": "^0.12.0", | ||
"fork-ts-checker-webpack-plugin": "^0.4.9", | ||
"eslint-plugin-markdown": "^1.0.0-rc.0", | ||
"eslint-plugin-typescript": "^0.13.0", | ||
"fork-ts-checker-webpack-plugin": "^0.4.14", | ||
"fs-extra": "^7.0.0", | ||
"handlebars": "^4.0.11", | ||
"hint": "^3.3.2", | ||
"hint": "^4.0.0", | ||
"inquirer": "^6.2.0", | ||
@@ -35,10 +37,10 @@ "markdownlint-cli": "^0.13.0", | ||
"npm-run-all": "^4.1.2", | ||
"nyc": "^13.0.1", | ||
"nyc": "^13.1.0", | ||
"rimraf": "^2.6.2", | ||
"sinon": "^6.1.5", | ||
"ts-loader": "^5.0.0", | ||
"typescript": "^3.0.3", | ||
"typescript-eslint-parser": "^18.0.0", | ||
"webpack": "^4.16.5", | ||
"webpack-cli": "^3.1.0" | ||
"sinon": "^7.1.1", | ||
"ts-loader": "^5.3.0", | ||
"typescript": "^3.1.5", | ||
"typescript-eslint-parser": "20.1.1", | ||
"webpack": "^4.25.1", | ||
"webpack-cli": "^3.1.2" | ||
}, | ||
@@ -69,3 +71,3 @@ "engines": { | ||
"build:assets": "cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist", | ||
"build:ts": "tsc", | ||
"build:ts": "tsc -b", | ||
"clean": "rimraf dist", | ||
@@ -83,3 +85,3 @@ "lint": "npm-run-all lint:*", | ||
}, | ||
"version": "1.0.1" | ||
"version": "2.0.0" | ||
} |
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
1484271
5908
25
+ Addedelectron-to-chromium@1.5.59(transitive)
- Removedelectron-to-chromium@1.5.57(transitive)
Updatedbrowserslist@^4.3.4