|  | 
| 1 | 1 | { | 
| 2 | 2 |  "name": "ts-jsdoc", | 
| 3 | 3 |  "description": "Transform TypeScript to JSDoc annotated JS code", | 
| 4 |  | - "version": "1.2.1", | 
|  | 4 | + "version": "1.2.2", | 
| 5 | 5 |  "license": "MIT", | 
| 6 | 6 |  "bin": { | 
| 7 | 7 |  "ts2jsdoc": "out/ts2jsdoc.js" | 
|  | 
| 20 | 20 |  "bluebird-lst": "^1.0.2", | 
| 21 | 21 |  "chalk": "^1.1.3", | 
| 22 | 22 |  "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" | 
| 25 | 25 |  }, | 
| 26 | 26 |  "devDependencies": { | 
| 27 | 27 |  "@types/doctrine": "^0.0.3", | 
| 28 |  | - "@types/node": "^7.0.11", | 
|  | 28 | + "@types/node": "^7.0.18", | 
| 29 | 29 |  "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", | 
| 31 | 31 |  "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", | 
| 33 | 33 |  "babel-plugin-transform-es2015-spread": "^6.22.0", | 
| 34 | 34 |  "babel-plugin-transform-inline-imports-commonjs": "^1.2.0", | 
| 35 |  | - "jest": "^19.0.2", | 
|  | 35 | + "jest": "^20.0.0", | 
| 36 | 36 |  "jest-environment-node-debug": "^2.0.0", | 
| 37 |  | - "ts-babel": "^3.0.0" | 
|  | 37 | + "ts-babel": "^3.0.1" | 
| 38 | 38 |  }, | 
| 39 | 39 |  "peerDependencies": { | 
| 40 |  | - "typescript": "^2.2.1" | 
|  | 40 | + "typescript": "^2.3.2" | 
| 41 | 41 |  }, | 
| 42 | 42 |  "repository": { | 
| 43 | 43 |  "type": "git", | 
|  | 
0 commit comments