|
8 | 8 | "lint:js": "eslint --cache packages scripts shared util --ext .js,.ts", |
9 | 9 | "lint:json": "prettier --write **/tsconfig*.json **/*.{yml,yaml}", |
10 | 10 | "lint:package": "prettier --write **/package.json --plugin=prettier-plugin-package", |
| 11 | + "plugin:release": "ts-node ./scripts/release.ts", |
11 | 12 | "preinstall": "node scripts/disallow-npm.js", |
12 | | - "pub": "node scripts/pub.js", |
13 | | - "publish": "node scripts/publish.js", |
14 | 13 | "security": "pnpm audit --audit-level=high" |
15 | 14 | }, |
16 | | - "dependencies": { |
17 | | - "conventional-commits-parser": "^3.1.0", |
18 | | - "semver": "^7.3.2", |
19 | | - "write-pkg": "^4.0.0" |
20 | | - }, |
21 | 15 | "devDependencies": { |
22 | | - "@ava/babel": "^1.0.1", |
| 16 | + "@ava/babel": "2.0.0", |
| 17 | + "@types/conventional-commits-parser": "^3.0.2", |
| 18 | + "@types/semver": "^7.3.7", |
| 19 | + "@types/source-map-support": "^0.5.4", |
| 20 | + "@types/yargs-parser": "^20.2.1", |
23 | 21 | "@typescript-eslint/eslint-plugin": "^4.9.0", |
24 | 22 | "@typescript-eslint/parser": "^4.9.0", |
25 | 23 | "ava": "^3.15.0", |
26 | 24 | "chalk": "^4.1.0", |
27 | | - "codecov-lite": "^1.0.3", |
28 | | - "del-cli": "^3.0.1", |
| 25 | + "codecov-lite": "2.0.0", |
| 26 | + "conventional-commits-parser": "^3.2.1", |
| 27 | + "del-cli": "4.0.0", |
29 | 28 | "eslint-config-rollup": "^1.0.0", |
30 | 29 | "esm": "^3.2.25", |
| 30 | + "execa": "^5.1.1", |
31 | 31 | "globby": "^11.0.1", |
32 | | - "husky": "^4.2.5", |
33 | | - "lint-staged": "^10.5.2", |
| 32 | + "husky": "7.0.1", |
| 33 | + "lint-staged": "11.0.1", |
34 | 34 | "nyc": "^15.1.0", |
35 | | - "pnpm": "5.13.5", |
| 35 | + "pnpm": "6.10.0", |
36 | 36 | "prettier": "^2.2.1", |
37 | 37 | "prettier-plugin-package": "^1.3.0", |
38 | | - "ts-node": "^8.10.2", |
| 38 | + "semver": "^7.3.2", |
| 39 | + "source-map-support": "^0.5.19", |
| 40 | + "ts-node": "10.1.0", |
39 | 41 | "tsconfig-paths": "^3.9.0", |
40 | | - "typescript": "^3.9.7", |
41 | | - "yaml": "^1.10.0" |
| 42 | + "typescript": "4.3.5", |
| 43 | + "write-pkg": "^4.0.0", |
| 44 | + "yaml": "^1.10.0", |
| 45 | + "yargs-parser": "^20.2.9" |
42 | 46 | }, |
43 | 47 | "ava": { |
44 | 48 | "files": [ |
|
0 commit comments