Skip to content

Commit 7a12cca

Browse files
committed
feat(tsfmt): update dependencies
1 parent 3458ea7 commit 7a12cca

File tree

2 files changed

+180
-206
lines changed

2 files changed

+180
-206
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
11-
"build": "tslint --fix --type-check -c _tslint.json -p tsconfig.json && tsfmt -r && tsc",
11+
"build": "tslint --fix -c _tslint.json -p tsconfig.json && tsfmt -r && tsc",
1212
"test": "npm run build && mocha --reporter spec --timeout 20000 --require intelli-espower-loader"
1313
},
1414
"keywords": [
@@ -33,23 +33,23 @@
3333
},
3434
"dependencies": {
3535
"commandpost": "^1.0.0",
36-
"editorconfig": "^0.14.1"
36+
"editorconfig": "^0.15.0"
3737
},
3838
"peerDependencies": {
39-
"typescript": "^2.1.6 || >=2.5.0-dev || >=2.6.0-dev"
39+
"typescript": "^2.1.6 || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev"
4040
},
4141
"devDependencies": {
4242
"@types/mkdirp": "^0.5.0",
4343
"@types/mocha": "^2.2.33",
4444
"@types/node": "^8.0.4",
4545
"@types/power-assert": "^1.4.29",
46-
"conventional-changelog-cli": "^1.3.2",
46+
"conventional-changelog-cli": "^1.3.4",
4747
"intelli-espower-loader": "^1.0.1",
4848
"mkdirp": "^0.5.1",
49-
"mocha": "^3.0.2",
49+
"mocha": "^4.0.1",
5050
"power-assert": "^1.4.2",
5151
"tslint": "^5.1.0",
52-
"typescript": "^2.5.2",
52+
"typescript": "^2.5.3",
5353
"typescript-formatter": "^6.0.0"
5454
}
5555
}

0 commit comments

Comments
 (0)