|
45 | 45 | "bl": "node ./lib/blessed.js", |
46 | 46 | "lint": "eslint --fix src/**/*", |
47 | 47 | "test:unit": "NODE_ENV=test jest --bail --testRegex=.unit.spec.ts$", |
48 | | - "tsc": "tsc --noEmit -p tsconfig.json", |
| 48 | + "tsc": "tsc --noEmit", |
49 | 49 | "pkg:build": "./bin/pkg-build.sh", |
50 | 50 | "pkg:compress": "./bin/pkg-compress.sh", |
51 | 51 | "upg": "npx npm-check-updates -u -i" |
|
63 | 63 | "testEnvironment": "node" |
64 | 64 | }, |
65 | 65 | "dependencies": { |
66 | | - "@oclif/core": "^1.26.1", |
67 | | - "@oclif/plugin-autocomplete": "^1.4.6", |
| 66 | + "@oclif/core": "^3.19.1", |
| 67 | + "@oclif/plugin-autocomplete": "^3.0.8", |
68 | 68 | "@subsquid/commands": "^2.3.1", |
69 | 69 | "@subsquid/manifest": "^0.0.1-beta.13", |
70 | 70 | "@subsquid/manifest-expr": "^0.0.1", |
|
76 | 76 | "chalk": "^4.1.2", |
77 | 77 | "cli-select": "^1.1.2", |
78 | 78 | "cross-spawn": "^7.0.3", |
| 79 | + "date-fns": "^3.3.1", |
79 | 80 | "dotenv": "^16.4.2", |
80 | 81 | "fast-levenshtein": "^3.0.0", |
81 | 82 | "figlet": "^1.7.0", |
82 | 83 | "form-data": "^4.0.0", |
83 | 84 | "inquirer": "^8.2.5", |
84 | 85 | "js-yaml": "^4.1.0", |
85 | | - "lodash": "^4.17.21", "ms": "^2.1.3", |
| 86 | + "lodash": "^4.17.21", |
| 87 | + "ms": "^2.1.3", |
86 | 88 | "neo-blessed": "^0.2.0", |
87 | 89 | "node-fetch": "^2.6.7", |
88 | | - "oclif": "^2.7.0", |
89 | | - "query-string": "^7.1.2", |
| 90 | + "oclif": "^4.4.10", |
| 91 | + "qs": "^6.11.2", |
90 | 92 | "reblessed": "^0.2.1", |
91 | 93 | "simple-git": "^3.22.0", |
92 | 94 | "split2": "^4.2.0", |
|
107 | 109 | "@types/ms": "^0.7.34", |
108 | 110 | "@types/node": "^20.11.17", |
109 | 111 | "@types/node-fetch": "^2.6.11", |
| 112 | + "@types/qs": "^6.9.11", |
110 | 113 | "@types/split2": "^3.2.1", |
111 | 114 | "@typescript-eslint/eslint-plugin": "^6.21.0", |
112 | 115 | "@typescript-eslint/eslint-plugin-tslint": "^6.21.0", |
|
0 commit comments