bump tslint & codelyzer versions, update tslint rules & alphabetize

This commit is contained in:
whyboris
2019-05-08 18:40:47 +09:00
parent bef886be89
commit 8425cdc8d3
2 changed files with 21 additions and 21 deletions

View File

@@ -38,7 +38,7 @@
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.12.1",
"@angular-devkit/build-angular": "0.13.9",
"@angular/cli": "7.3.3",
"@angular/common": "7.2.7",
"@angular/compiler": "7.2.7",
@@ -57,7 +57,7 @@
"@types/mocha": "^5.2.6",
"@types/node": "8.9.4",
"chai": "^4.2.0",
"codelyzer": "4.5.0",
"codelyzer": "5.0.1",
"conventional-changelog-cli": "2.0.11",
"core-js": "2.6.1",
"electron": "4.0.0",
@@ -70,12 +70,12 @@
"karma-coverage-istanbul-reporter": "2.0.4",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"mocha": "6.0.2",
"mocha": "6.1.4",
"npm-run-all": "4.1.5",
"rxjs": "6.4.0",
"spectron": "5.0.0",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"tslint": "5.16.0",
"typescript": "3.2.4",
"wait-on": "3.2.0",
"webdriver-manager": "12.1.0",