|
11 | 11 | "lint:js": "eslint scripts util",
|
12 | 12 | "lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
|
13 | 13 | "preinstall": "node scripts/disallow-npm.js",
|
| 14 | + "pub": "node scripts/pub.js", |
14 | 15 | "publish": "node scripts/publish.js",
|
15 | 16 | "security": "pnpm audit",
|
16 | 17 | "test": "node scripts/run-changed.js test"
|
17 | 18 | },
|
| 19 | + "dependencies": { |
| 20 | + "conventional-commits-parser": "^3.0.8", |
| 21 | + "semver": "^7.1.1", |
| 22 | + "write-pkg": "^4.0.0" |
| 23 | + }, |
18 | 24 | "devDependencies": {
|
19 |
| - "@typescript-eslint/eslint-plugin": "^2.8.0", |
20 |
| - "@typescript-eslint/parser": "^2.8.0", |
| 25 | + "@typescript-eslint/eslint-plugin": "^2.14.0", |
| 26 | + "@typescript-eslint/parser": "^2.14.0", |
21 | 27 | "ava": "^2.4.0",
|
22 | 28 | "chalk": "^2.4.2",
|
23 | 29 | "codecov-lite": "^0.3.1",
|
|
26 | 32 | "execa": "^2.1.0",
|
27 | 33 | "globby": "^10.0.1",
|
28 | 34 | "husky": "^3.1.0",
|
29 |
| - "lint-staged": "^9.4.3", |
| 35 | + "lint-staged": "^9.5.0", |
30 | 36 | "nyc": "^14.1.1",
|
31 |
| - "pnpm": "^4.3.0", |
| 37 | + "pnpm": "^4.6.0", |
32 | 38 | "prettier": "^1.19.1",
|
33 | 39 | "prettier-plugin-package": "^0.3.1",
|
34 |
| - "rollup": "^1.27.2", |
35 |
| - "ts-node": "^8.5.2", |
| 40 | + "rollup": "^1.27.14", |
| 41 | + "ts-node": "^8.5.4", |
36 | 42 | "tsconfig-paths": "^3.9.0",
|
37 | 43 | "tslib": "^1.10.0",
|
38 |
| - "typescript": "^3.7.2", |
| 44 | + "typescript": "^3.7.4", |
39 | 45 | "yaml": "^1.7.2"
|
40 | 46 | },
|
41 | 47 | "ava": {
|
|
0 commit comments