|
19 | 19 | }, |
20 | 20 | "peerDependencies": { |
21 | 21 | "parcel-bundler": "^1.9.0", |
22 | | - "typescript": "^2.4.0" |
| 22 | + "typescript": "^3.4.5" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | 25 | "@babel/code-frame": "^7.0.0-beta.34", |
26 | 26 | "body-parser": "^1.18.2", |
27 | 27 | "chalk": "^2.3.0", |
28 | 28 | "comment-json": "^1.1.3", |
29 | 29 | "express": "^4.16.2", |
30 | | - "find-up": "^2.1.0", |
31 | | - "normalize-path": "^2.1.1", |
32 | | - "resolve-from": "^4.0.0", |
33 | | - "tmp": "^0.0.33", |
| 30 | + "find-up": "^3.0.0", |
| 31 | + "normalize-path": "^3.0.0", |
| 32 | + "resolve-from": "^5.0.0", |
| 33 | + "tmp": "^0.1.0", |
34 | 34 | "tslib": "^1.8.1", |
35 | 35 | "uuid": "^3.1.0" |
36 | 36 | }, |
|
39 | 39 | "@types/comment-json": "^1.1.0", |
40 | 40 | "@types/express": "^4.11.0", |
41 | 41 | "@types/find-up": "^2.1.1", |
42 | | - "@types/node": "~7.0.0", |
43 | | - "@types/resolve-from": "^0.0.18", |
44 | | - "@types/tmp": "^0.0.33", |
| 42 | + "@types/node": "~11.13.8", |
| 43 | + "@types/resolve-from": "^5.0.1", |
| 44 | + "@types/tmp": "^0.1.0", |
45 | 45 | "@types/uuid": "^3.4.3", |
46 | | - "husky": "^0.14.3", |
| 46 | + "husky": "^2.1.0", |
47 | 47 | "npm-run-all": "^4.1.2", |
48 | 48 | "parcel-bundler": "^1.2.0", |
49 | | - "standard-version": "^4.2.0", |
| 49 | + "standard-version": "^5.0.2", |
50 | 50 | "tslint": "^5.8.0", |
51 | | - "tslint-eslint-rules": "^4.1.1", |
52 | | - "typescript": "^2.7.2" |
| 51 | + "tslint-eslint-rules": "^5.4.0", |
| 52 | + "typescript": "^3.4.5" |
53 | 53 | } |
54 | 54 | } |
0 commit comments