Skip to content

Commit 19f755d

Browse files
committed
chore: update deps
1 parent d020ba1 commit 19f755d

File tree

2 files changed

+408
-386
lines changed

2 files changed

+408
-386
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-jsdoc",
33
"description": "Transform TypeScript to JSDoc annotated JS code",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"license": "MIT",
66
"bin": {
77
"ts2jsdoc": "out/ts2jsdoc.js"
@@ -20,24 +20,24 @@
2020
"bluebird-lst": "^1.0.2",
2121
"chalk": "^1.1.3",
2222
"doctrine": "^2.0.0",
23-
"fs-extra-p": "^4.1.0",
24-
"source-map-support": "^0.4.14"
23+
"fs-extra-p": "^4.3.0",
24+
"source-map-support": "^0.4.15"
2525
},
2626
"devDependencies": {
2727
"@types/doctrine": "^0.0.3",
28-
"@types/node": "^7.0.11",
28+
"@types/node": "^7.0.18",
2929
"babel-plugin-array-includes": "^2.0.3",
30-
"babel-plugin-transform-async-to-module-method": "^6.22.0",
30+
"babel-plugin-transform-async-to-module-method": "^6.24.1",
3131
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
32-
"babel-plugin-transform-es2015-parameters": "^6.23.0",
32+
"babel-plugin-transform-es2015-parameters": "^6.24.1",
3333
"babel-plugin-transform-es2015-spread": "^6.22.0",
3434
"babel-plugin-transform-inline-imports-commonjs": "^1.2.0",
35-
"jest": "^19.0.2",
35+
"jest": "^20.0.0",
3636
"jest-environment-node-debug": "^2.0.0",
37-
"ts-babel": "^3.0.0"
37+
"ts-babel": "^3.0.1"
3838
},
3939
"peerDependencies": {
40-
"typescript": "^2.2.1"
40+
"typescript": "^2.3.2"
4141
},
4242
"repository": {
4343
"type": "git",

0 commit comments

Comments
 (0)