Skip to content

Commit 046f750

Browse files
authored
Merge pull request #510 from zeromq/bump [skip ci]
2 parents c9f313e + 6364fdd commit 046f750

23 files changed

+278
-158
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ public-hoist-pattern[]=*
22
package-lock=false
33
lockfile=true
44
prefer-frozen-lockfile=false
5+
strict-peer-dependencies=false

binding.gyp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
],
172172
'cflags_cc+': [
173173
'-std=c++17',
174-
'-flto',
174+
# '-flto',
175175
'-Wno-missing-field-initializers',
176176
],
177177
}],
@@ -181,8 +181,8 @@
181181
'xcode_settings': {
182182
'CLANG_CXX_LIBRARY': 'libc++',
183183
'CLANG_CXX_LANGUAGE_STANDARD': 'c++17',
184-
'MACOSX_DEPLOYMENT_TARGET': '10.9',
185-
'LLVM_LTO': 'YES',
184+
'MACOSX_DEPLOYMENT_TARGET': '10.15',
185+
# 'LLVM_LTO': 'YES',
186186
'GCC_OPTIMIZATION_LEVEL': '3',
187187
'DEPLOYMENT_POSTPROCESSING': 'YES',
188188
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES',

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,35 @@
1717
"url": "https://github.com/zeromq/zeromq.js.git"
1818
},
1919
"dependencies": {
20-
"node-gyp-build": "^4.2.3"
20+
"node-gyp-build": "^4.5.0"
2121
},
2222
"devDependencies": {
2323
"@gnd/typedoc": "^0.15.0-0",
24-
"@types/chai": ">=4.2",
25-
"@types/fs-extra": "^9.0.12",
26-
"@types/mocha": ">=8.2",
27-
"@types/node": ">=16.3",
24+
"@types/chai": ">=4.3",
25+
"@types/fs-extra": "^9.0.13",
26+
"@types/mocha": ">=9.1",
27+
"@types/node": ">=18.7",
2828
"@types/semver": ">=7",
29-
"@types/weak-napi": "^2.0.0",
29+
"@types/weak-napi": "^2.0.1",
3030
"benchmark": ">=2",
3131
"chai": ">=4.3",
3232
"choma": ">= 1.2",
33-
"deasync": "^0.1.21",
33+
"deasync": "^0.1.28",
3434
"eslint-config-atomic": "^1.18.1",
3535
"eslint-plugin-prettier": "^4.2.1",
36-
"fs-extra": "^10.0.0",
36+
"fs-extra": "^10.1.0",
3737
"gunzip-maybe": "^1.4.2",
38-
"mocha": ">=9.0",
39-
"node-addon-api": "^4.0.0",
40-
"node-fetch": "^2.6.1",
41-
"prebuildify": "^4.1.2",
38+
"mocha": ">=10.0",
39+
"node-addon-api": "^5.0.0",
40+
"node-fetch": "^3.2.10",
41+
"prebuildify": "^5.0.1",
4242
"prettier": "^2.7.1",
4343
"semver": ">=7",
44-
"shx": "^0.3.3",
44+
"shx": "^0.3.4",
4545
"tar-fs": "^2.1.1",
46-
"ts-morph": "^11.0.3",
46+
"ts-morph": "^16.0.0",
4747
"ts-node": ">=10",
48-
"typescript": "4.3",
48+
"typescript": "4.8",
4949
"weak-napi": "^2.0.2"
5050
},
5151
"engines": {

0 commit comments

Comments
 (0)