|
4 | 4 | "description": "Generate binary filesystem diffs between docker images to speed up distribution", |
5 | 5 | "main": "out/docker-delta", |
6 | 6 | "scripts": { |
7 | | - "prettify": "balena-lint -t tsconfig.dev.json --fix -e js -e ts lib/ test/", |
| 7 | + "lint-fix": "balena-lint -t tsconfig.dev.json --fix -e js -e ts lib/ test/", |
8 | 8 | "lint": "balena-lint -t tsconfig.dev.json -e js -e ts lib/ test/", |
9 | 9 | "test": "bash ./test.sh", |
10 | | - "prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && npx tsc" |
| 10 | + "prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && npx tsc" |
11 | 11 | }, |
12 | 12 | "author": "Balena Ltd.", |
13 | 13 | "license": "Apache-2.0", |
14 | 14 | "devDependencies": { |
15 | | - "@balena/lint": "^7.2.4", |
| 15 | + "@balena/lint": "^9.3.8", |
16 | 16 | "@types/bluebird": "^3.5.42", |
17 | | - "@types/dockerode": "^3.3.23", |
18 | | - "@types/node": "^16.18.63", |
19 | | - "chai": "^4.3.10", |
| 17 | + "@types/dockerode": "^3.3.44", |
| 18 | + "@types/node": "^16.18.126", |
| 19 | + "chai": "^4.5.0", |
20 | 20 | "chai-events": "0.0.3", |
21 | 21 | "chai-stream": "0.0.0", |
22 | | - "event-stream": "3.3.5", |
23 | | - "husky": "^8.0.3", |
| 22 | + "husky": "^9.1.7", |
24 | 23 | "JSONStream": "^1.3.5", |
25 | | - "lint-staged": "^15.1.0", |
26 | | - "mocha": "^10.2.0", |
27 | | - "typescript": "^5.3.2" |
| 24 | + "lint-staged": "^16.2.3", |
| 25 | + "mocha": "^11.7.4", |
| 26 | + "typescript": "^5.9.3" |
28 | 27 | }, |
29 | 28 | "dependencies": { |
30 | 29 | "bluebird": "^3.7.2", |
31 | | - "docker-toolbelt": "^6.0.2", |
32 | | - "dockerode": "^4.0.2", |
| 30 | + "docker-toolbelt": "^6.0.13", |
| 31 | + "dockerode": "^4.0.9", |
33 | 32 | "tmp-promise": "^3.0.3", |
34 | 33 | "typed-error": "^3.2.2" |
35 | 34 | }, |
|
0 commit comments