Skip to content

Commit f5f6f86

Browse files
authored
Merge pull request #539 from zeromq/fixes [skip ci]
2 parents 9422764 + 447b74b commit f5f6f86

File tree

4 files changed

+210
-387
lines changed

4 files changed

+210
-387
lines changed

package.json

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,35 +24,31 @@
2424
},
2525
"devDependencies": {
2626
"@gnd/typedoc": "^0.15.0-0",
27-
"@types/chai": ">=4.3",
27+
"@types/chai": "^4.3.4",
2828
"@types/fs-extra": "^9.0.13",
29-
"@types/mocha": ">=10.0",
29+
"@types/mocha": "^10.0.0",
3030
"@types/node": "^18.11.9",
31-
"@types/semver": ">=7",
31+
"@types/semver": "^7.3.13",
3232
"@types/shelljs": "^0.8.11",
3333
"@types/weak-napi": "^2.0.1",
3434
"@types/which": "^2.0.1",
35-
"benchmark": ">=2",
36-
"chai": ">=4.3",
35+
"benchmark": "^2.1.4",
36+
"chai": "^4.3.7",
3737
"cross-env": "^7.0.3",
3838
"deasync": "^0.1.28",
3939
"downlevel-dts": "^0.11.0",
4040
"eslint-config-atomic": "^1.18.1",
4141
"eslint-plugin-prettier": "^4.2.1",
4242
"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",
4644
"node-gyp": "^9.3.0",
4745
"npm-run-all2": "^6.0.4",
4846
"prebuildify": "^5.0.1",
4947
"prettier": "^2.8.0",
5048
"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",
5652
"weak-napi": "^2.0.2",
5753
"which": "^3.0.0"
5854
},
@@ -74,9 +70,9 @@
7470
],
7571
"scripts": {
7672
"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",
8076
"build.script": "tsc -p ./script/tsconfig.json",
8177
"build.js": "run-p build.script build.library",
8278
"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

Comments
 (0)