|
56 | 56 | "verdaccio": "^4.3.4"
|
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 |
| - "@commitlint/cli": "8.2.0", |
60 |
| - "@commitlint/config-conventional": "8.2.0", |
61 |
| - "@commitlint/travis-cli": "8.2.0", |
62 |
| - "@types/http-errors": "1.6.2", |
63 |
| - "@types/jest": "24.0.22", |
64 |
| - "@types/lodash": "^4.14.146", |
65 |
| - "@types/node": "^12.12.7", |
66 |
| - "@typescript-eslint/eslint-plugin": "2.6.1", |
67 |
| - "@verdaccio/babel-preset": "^8.2.0", |
68 |
| - "@verdaccio/commons-api": "^8.2.0", |
69 |
| - "@verdaccio/eslint-config": "^8.2.0", |
70 |
| - "@verdaccio/types": "^8.3.0", |
71 |
| - "body-parser": "^1.18.3", |
72 |
| - "chalk": "^2.4.1", |
73 |
| - "cross-env": "^5.2.0", |
74 |
| - "eslint": "^6.3.0", |
75 |
| - "express": "^4.16.3", |
76 |
| - "generate-changelog": "1.7.1", |
77 |
| - "http-status": "^1.2.0", |
78 |
| - "husky": "3.1.0", |
79 |
| - "in-publish": "2.0.0", |
80 |
| - "jest": "24.9.0", |
| 59 | + "@commitlint/cli": "^8.3.3", |
| 60 | + "@commitlint/config-conventional": "^8.3.3", |
| 61 | + "@commitlint/travis-cli": "^8.3.3", |
| 62 | + "@types/http-errors": "^1.6.3", |
| 63 | + "@types/jest": "^24.0.24", |
| 64 | + "@types/lodash": "^4.14.149", |
| 65 | + "@types/node": "^13.1.0", |
| 66 | + "@typescript-eslint/eslint-plugin": "^2.13.0", |
| 67 | + "@typescript-eslint/parser": "^2.13.0", |
| 68 | + "@verdaccio/babel-preset": "^8.5.0", |
| 69 | + "@verdaccio/commons-api": "^8.5.0", |
| 70 | + "@verdaccio/eslint-config": "^8.5.0", |
| 71 | + "@verdaccio/types": "^8.5.0", |
| 72 | + "body-parser": "^1.19.0", |
| 73 | + "chalk": "^2.4.2", |
| 74 | + "cross-env": "^6.0.3", |
| 75 | + "eslint": "^6.8.0", |
| 76 | + "express": "^4.17.1", |
| 77 | + "generate-changelog": "^1.8.0", |
| 78 | + "http-status": "^1.4.2", |
| 79 | + "husky": "^3.1.0", |
| 80 | + "in-publish": "^2.0.0", |
| 81 | + "jest": "^24.9.0", |
81 | 82 | "jest-environment-node": "^24.9.0",
|
82 |
| - "license-checker": "20.1.0", |
| 83 | + "license-checker": "^25.0.1", |
83 | 84 | "lodash": "^4.17.15",
|
84 |
| - "markdownlint-cli": "0.19.0", |
| 85 | + "markdownlint-cli": "^0.20.0", |
85 | 86 | "prettier": "^1.19.1",
|
86 | 87 | "request": "^2.88.0",
|
87 |
| - "rimraf": "^2.6.2", |
88 |
| - "typescript": "3.7.2" |
| 88 | + "rimraf": "^3.0.0", |
| 89 | + "typescript": "^3.7.4" |
89 | 90 | },
|
90 | 91 | "commitlint": {
|
91 | 92 | "extends": [
|
|
0 commit comments