|
6 | 6 | "bugs": "https://github.com/heroku/heroku-cli-addons-admin/issues",
|
7 | 7 | "dependencies": {
|
8 | 8 | "@heroku-cli/color": "^2.0.4",
|
9 |
| - "@heroku-cli/command": "^8.5.0", |
10 |
| - "@heroku-cli/schema": "^1.0.3", |
11 |
| - "@oclif/command": "^1.8.36", |
12 |
| - "@oclif/config": "^1.18.17", |
13 |
| - "@oclif/plugin-help": "^3.3.1", |
14 |
| - "cli-ux": "^6.0.9", |
15 |
| - "diff": "^3.5.0", |
| 9 | + "@heroku-cli/command": "^11.4.0", |
| 10 | + "@heroku/http-call": "5.4.0", |
| 11 | + "@heroku-cli/schema": "^1.0.25", |
| 12 | + "@oclif/core": "^2.16.0", |
| 13 | + "diff": "^5.2.0", |
16 | 14 | "fs-extra": "^9.1.0",
|
17 |
| - "http-call": "5.3.0", |
18 | 15 | "inquirer": "^8.2.6",
|
19 |
| - "jsdiff": "^1.1.1", |
20 | 16 | "lodash": "^4.17.21",
|
21 |
| - "randomstring": "^1.3.0", |
22 |
| - "tslib": "2.6.3" |
| 17 | + "open": "^8.4.2", |
| 18 | + "randomstring": "^1.3.1", |
| 19 | + "tslib": "2.8.1" |
23 | 20 | },
|
24 | 21 | "devDependencies": {
|
25 |
| - "@heroku-cli/dev-cli": "^1.26.13", |
| 22 | + "@oclif/plugin-help": "^5", |
26 | 23 | "@oclif/test": "^2.5.6",
|
27 | 24 | "@types/chai": "^4",
|
28 |
| - "@types/diff": "^3.5.1", |
29 |
| - "@types/execa": "^0.9.0", |
| 25 | + "@types/diff": "^5.2.1", |
30 | 26 | "@types/fs-extra": "^9.0.13",
|
31 |
| - "@types/glob": "8.1.0", |
32 | 27 | "@types/inquirer": "^8.2.10",
|
33 |
| - "@types/mocha": "^10.0.7", |
34 |
| - "@types/nock": "^9.3.0", |
| 28 | + "@types/mocha": "^10.0.10", |
35 | 29 | "@types/node": "^22.8.7",
|
36 | 30 | "@types/randomstring": "^1.3.0",
|
37 |
| - "@types/supports-color": "^5.3.0", |
38 |
| - "@types/write-json-file": "^2.2.1", |
| 31 | + "@types/supports-color": "^8.1.3", |
39 | 32 | "chai": "^4",
|
40 |
| - "eslint": "^7", |
41 |
| - "eslint-config-oclif": "^4.0.0", |
42 |
| - "eslint-config-oclif-typescript": "^1.0.2", |
43 |
| - "globby": "^10", |
| 33 | + "eslint": "^8.57.0", |
| 34 | + "eslint-config-oclif": "^5.0.0", |
| 35 | + "eslint-config-oclif-typescript": "^3.0.26", |
44 | 36 | "mocha": "^10.7.3",
|
45 |
| - "nock": "^13.5.4", |
| 37 | + "nock": "^13.5.6", |
46 | 38 | "nyc": "^17.1.0",
|
47 | 39 | "sinon": "^18.0.0",
|
48 | 40 | "ts-node": "^10.9.2",
|
49 | 41 | "tsheredoc": "^1.0.1",
|
50 | 42 | "typescript": "4.9.5"
|
51 | 43 | },
|
52 | 44 | "engines": {
|
53 |
| - "node": ">= 16.0" |
| 45 | + "node": ">= 20.0" |
54 | 46 | },
|
55 | 47 | "files": [
|
56 | 48 | "/lib",
|
|
82 | 74 | },
|
83 | 75 | "repository": "heroku/heroku-cli-addons-admin",
|
84 | 76 | "scripts": {
|
| 77 | + "build": "rm -rf lib && tsc", |
85 | 78 | "clean:branch": "./bin/clean-branch.sh",
|
86 | 79 | "lint": "eslint . --ext .ts --config .eslintrc",
|
87 | 80 | "postpack": "rm -f oclif.manifest.json",
|
88 | 81 | "posttest": "tsc -p test --noEmit",
|
89 |
| - "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme", |
| 82 | + "prepack": "yarn build && oclif-dev manifest && oclif-dev readme", |
| 83 | + "pretest": "yarn build", |
90 | 84 | "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
|
91 | 85 | "version": "oclif-dev readme && git add README.md"
|
92 | 86 | }
|
|
0 commit comments