|
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | 26 | "@gnd/typedoc": "^0.15.0-0", |
27 | | - "@types/chai": ">=4.3", |
| 27 | + "@types/chai": "^4.3.4", |
28 | 28 | "@types/fs-extra": "^9.0.13", |
29 | | - "@types/mocha": ">=10.0", |
| 29 | + "@types/mocha": "^10.0.0", |
30 | 30 | "@types/node": "^18.11.9", |
31 | | - "@types/semver": ">=7", |
| 31 | + "@types/semver": "^7.3.13", |
32 | 32 | "@types/shelljs": "^0.8.11", |
33 | 33 | "@types/weak-napi": "^2.0.1", |
34 | 34 | "@types/which": "^2.0.1", |
35 | | - "benchmark": ">=2", |
36 | | - "chai": ">=4.3", |
| 35 | + "benchmark": "^2.1.4", |
| 36 | + "chai": "^4.3.7", |
37 | 37 | "cross-env": "^7.0.3", |
38 | 38 | "deasync": "^0.1.28", |
39 | 39 | "downlevel-dts": "^0.11.0", |
40 | 40 | "eslint-config-atomic": "^1.18.1", |
41 | 41 | "eslint-plugin-prettier": "^4.2.1", |
42 | 42 | "fs-extra": "^10.1.0", |
43 | | - "gunzip-maybe": "^1.4.2", |
44 | | - "mocha": ">=10.1", |
45 | | - "node-fetch": "^3.3.0", |
| 43 | + "mocha": "^10.1.0", |
46 | 44 | "node-gyp": "^9.3.0", |
47 | 45 | "npm-run-all2": "^6.0.4", |
48 | 46 | "prebuildify": "^5.0.1", |
49 | 47 | "prettier": "^2.8.0", |
50 | 48 | "rocha": "^2.5.10", |
51 | | - "semver": ">=7", |
52 | | - "tar-fs": "^2.1.1", |
53 | | - "ts-morph": "^17.0.1", |
54 | | - "ts-node": "10.9", |
55 | | - "typescript": "4.9", |
| 49 | + "semver": "^7.3.8", |
| 50 | + "ts-node": "~10.9.1", |
| 51 | + "typescript": "~4.9.3", |
56 | 52 | "weak-napi": "^2.0.2", |
57 | 53 | "which": "^3.0.0" |
58 | 54 | }, |
|
74 | 70 | ], |
75 | 71 | "scripts": { |
76 | 72 | "install": "(shx test -f ./script/build.js || run-s build.js) && node-gyp-build", |
77 | | - "clean": "shx rm -rf ./build ./lib/ ./prebuilds", |
78 | | - "clean.temp": "shx rm -rf ./tmp && shx mkdir -p tmp && shx touch tmp/.gitkeep", |
79 | | - "build.library": "shx rm -rf ./lib && tsc -p ./src/tsconfig.json && downlevel-dts ./lib ./lib/ts3.7 --to=3.7", |
| 73 | + "clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.js.map ./script/*.d.ts ./script/*.tsbuildinfo", |
| 74 | + "clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp && shx touch ./tmp/.gitkeep", |
| 75 | + "build.library": "tsc -p ./src/tsconfig.json && downlevel-dts ./lib ./lib/ts3.7 --to=3.7", |
80 | 76 | "build.script": "tsc -p ./script/tsconfig.json", |
81 | 77 | "build.js": "run-p build.script build.library", |
82 | 78 | "build.doc": "typedoc --out docs --name zeromq.js --excludeProtected --excludePrivate --excludeNotExported --excludeExternals --externalPattern 'src/+(draft|native|compat).ts' --tsconfig tsconfig-build.json --mode file", |
|
0 commit comments