|
10 | 10 | "license": "license-checker --onlyAllow 'Apache-2.0; Apache License, Version 2.0; BSD; BSD-2-Clause; BSD-3-Clause; ISC; MIT; Unlicense; WTFPL; CC-BY-3.0; CC0-1.0' --production", |
11 | 11 | "type-check:watch": "npm run type-check -- --watch", |
12 | 12 | "lint:ts": "eslint . --ext .js,.ts", |
13 | | - "lint": "yarn type-check && yarn lint:ts && eclint check $(git ls-files) && markdownlint README.md", |
| 13 | + "lint": "yarn type-check && npm run lint:ts", |
14 | 14 | "prepublish": "in-publish && yarn lint && yarn code:build || not-in-publish", |
15 | 15 | "release:major": "changelog -M && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version --major && git push origin && git push origin --tags", |
16 | 16 | "release:minor": "changelog -m && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version --minor && git push origin && git push origin --tags", |
|
60 | 60 | "@commitlint/cli": "7.0.0", |
61 | 61 | "@commitlint/config-conventional": "7.0.1", |
62 | 62 | "@commitlint/travis-cli": "7.0.0", |
63 | | - "@types/http-errors": "1.6.1", |
64 | | - "@types/jest": "24.0.15", |
65 | | - "@types/lodash": "^4.14.141", |
66 | | - "@types/node": "^12.0.10", |
67 | | - "@typescript-eslint/eslint-plugin": "2.1.0", |
| 63 | + "@types/http-errors": "1.6.2", |
| 64 | + "@types/jest": "24.0.22", |
| 65 | + "@types/lodash": "^4.14.146", |
| 66 | + "@types/node": "^12.12.7", |
| 67 | + "@typescript-eslint/eslint-plugin": "2.6.1", |
68 | 68 | "@verdaccio/babel-preset": "^8.2.0", |
69 | 69 | "@verdaccio/commons-api": "^8.2.0", |
70 | 70 | "@verdaccio/eslint-config": "^8.2.0", |
71 | 71 | "@verdaccio/types": "^8.3.0", |
72 | 72 | "body-parser": "^1.18.3", |
73 | 73 | "chalk": "^2.4.1", |
74 | 74 | "cross-env": "^5.2.0", |
75 | | - "eclint": "^2.8.1", |
76 | 75 | "eslint": "^6.3.0", |
77 | 76 | "express": "^4.16.3", |
78 | 77 | "generate-changelog": "1.7.1", |
79 | 78 | "http-status": "^1.2.0", |
80 | 79 | "husky": "0.14.3", |
81 | 80 | "in-publish": "2.0.0", |
82 | | - "jest": "24.8.0", |
| 81 | + "jest": "24.9.0", |
83 | 82 | "jest-environment-node": "^23.4.0", |
84 | 83 | "license-checker": "20.1.0", |
85 | | - "lodash": "^4.17.10", |
86 | | - "markdownlint-cli": "0.11.0", |
87 | | - "prettier": "^1.18.2", |
| 84 | + "lodash": "^4.17.15", |
| 85 | + "markdownlint-cli": "0.19.0", |
| 86 | + "prettier": "^1.19.1", |
88 | 87 | "repolinter": "0.7.0", |
89 | 88 | "request": "^2.88.0", |
90 | 89 | "rimraf": "^2.6.2", |
91 | | - "typescript": "3.7.1-rc" |
| 90 | + "typescript": "3.7.2" |
92 | 91 | }, |
93 | 92 | "commitlint": { |
94 | 93 | "extends": [ |
|
0 commit comments