Skip to content

Commit 9336f90

Browse files
committed
chore(tsfmt): update dependencies
1 parent 35c1d62 commit 9336f90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-formatter",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "Formatter of TypeScript code",
55
"main": "./index",
66
"bin": {
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@types/glob-expand": "^0.0.29",
4343
"@types/mocha": "^2.2.28",
44-
"@types/node": "^4.0.30",
44+
"@types/node": "^6.0.34",
4545
"@types/power-assert": "^0.0.27",
4646
"es6-promise": "^3.2.1",
4747
"espower-loader": "^1.0.0",
@@ -52,7 +52,7 @@
5252
"grunt-mocha-test": "^0.12.7",
5353
"grunt-tslint": "^3.1.1",
5454
"load-grunt-tasks": "^3.5.0",
55-
"mocha": "^2.5.3",
55+
"mocha": "^3.0.2",
5656
"power-assert": "^1.2.0",
5757
"tslint": "^3.13.0",
5858
"typescript": "^2.0.0"

0 commit comments

Comments
 (0)