Skip to content

Commit d02a1f6

Browse files
author
Hyunje Jun
committed
Upgrade packages
1 parent 62c50b1 commit d02a1f6

File tree

2 files changed

+156
-145
lines changed

2 files changed

+156
-145
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
],
3030
"dependencies": {
3131
"@types/body-parser": "^1.16.3",
32-
"@types/node": "^7.0.4",
33-
"body-parser": "^1.17.1",
34-
"got": "^6.7.1"
32+
"@types/node": "^7.0.31",
33+
"body-parser": "^1.17.2",
34+
"got": "^7.0.0"
3535
},
3636
"devDependencies": {
3737
"@types/express": "^4.0.35",
38-
"@types/mocha": "^2.2.40",
39-
"express": "^4.15.2",
38+
"@types/mocha": "^2.2.41",
39+
"express": "^4.15.3",
4040
"gitbook-cli": "^2.3.0",
41-
"mocha": "^3.2.0",
42-
"ts-node": "^3.0.2",
43-
"tslint": "^5.1.0",
44-
"typescript": "^2.1.5"
41+
"mocha": "^3.4.2",
42+
"ts-node": "^3.0.6",
43+
"tslint": "^5.4.3",
44+
"typescript": "^2.3.4"
4545
},
4646
"license": "Apache-2.0"
4747
}

0 commit comments

Comments
 (0)