Skip to content

Commit

Permalink
feat(tsfmt): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Oct 26, 2017
1 parent 3458ea7 commit 7a12cca
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 206 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"build": "tslint --fix --type-check -c _tslint.json -p tsconfig.json && tsfmt -r && tsc",
"build": "tslint --fix -c _tslint.json -p tsconfig.json && tsfmt -r && tsc",
"test": "npm run build && mocha --reporter spec --timeout 20000 --require intelli-espower-loader"
},
"keywords": [
Expand All @@ -33,23 +33,23 @@
},
"dependencies": {
"commandpost": "^1.0.0",
"editorconfig": "^0.14.1"
"editorconfig": "^0.15.0"
},
"peerDependencies": {
"typescript": "^2.1.6 || >=2.5.0-dev || >=2.6.0-dev"
"typescript": "^2.1.6 || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev"
},
"devDependencies": {
"@types/mkdirp": "^0.5.0",
"@types/mocha": "^2.2.33",
"@types/node": "^8.0.4",
"@types/power-assert": "^1.4.29",
"conventional-changelog-cli": "^1.3.2",
"conventional-changelog-cli": "^1.3.4",
"intelli-espower-loader": "^1.0.1",
"mkdirp": "^0.5.1",
"mocha": "^3.0.2",
"mocha": "^4.0.1",
"power-assert": "^1.4.2",
"tslint": "^5.1.0",
"typescript": "^2.5.2",
"typescript": "^2.5.3",
"typescript-formatter": "^6.0.0"
}
}
Loading

0 comments on commit 7a12cca

Please sign in to comment.