|
50 | 50 | "dependencies": { |
51 | 51 | "gitlab": "3.5.1", |
52 | 52 | "global-tunnel-ng": "2.5.3", |
53 | | - "http-errors": "1.6.3", |
| 53 | + "http-errors": "1.7.3", |
54 | 54 | "node-cache": "4.2.0", |
55 | | - "verdaccio": "^4.0.0" |
| 55 | + "verdaccio": "^4.3.4" |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | | - "@commitlint/cli": "7.0.0", |
59 | | - "@commitlint/config-conventional": "7.0.1", |
60 | | - "@commitlint/travis-cli": "7.0.0", |
61 | | - "@types/http-errors": "1.6.1", |
62 | | - "@types/jest": "24.0.15", |
63 | | - "@types/node": "^12.0.10", |
64 | | - "@verdaccio/types": "5.1.0", |
65 | 58 | "@babel/cli": "7.4.4", |
66 | 59 | "@babel/core": "7.4.5", |
67 | 60 | "@babel/node": "7.4.5", |
|
85 | 78 | "@babel/preset-typescript": "7.3.3", |
86 | 79 | "@babel/register": "7.4.4", |
87 | 80 | "@babel/runtime": "7.4.5", |
| 81 | + "@commitlint/cli": "7.0.0", |
| 82 | + "@commitlint/config-conventional": "7.0.1", |
| 83 | + "@commitlint/travis-cli": "7.0.0", |
| 84 | + "@types/http-errors": "1.6.1", |
| 85 | + "@types/jest": "24.0.15", |
| 86 | + "@types/node": "^12.0.10", |
| 87 | + "@verdaccio/types": "5.1.0", |
88 | 88 | "body-parser": "^1.18.3", |
89 | 89 | "chalk": "^2.4.1", |
90 | 90 | "cross-env": "^5.2.0", |
|
103 | 103 | "lodash": "^4.17.10", |
104 | 104 | "markdownlint-cli": "0.11.0", |
105 | 105 | "repolinter": "0.7.0", |
106 | | - "typescript": "3.5.2", |
107 | 106 | "request": "^2.88.0", |
108 | | - "rimraf": "^2.6.2" |
| 107 | + "rimraf": "^2.6.2", |
| 108 | + "typescript": "3.5.2" |
109 | 109 | }, |
110 | 110 | "commitlint": { |
111 | 111 | "extends": [ |
|
0 commit comments