From 3b81364da6ea4fdedafd16835fc34ddbbb78f0ab Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 20 Oct 2024 18:06:33 +0200 Subject: [PATCH] Bump dev dependencies Category: none --- binding.gyp | 3 ++- deps/leveldb/leveldb.gyp | 3 ++- deps/snappy/snappy.gyp | 3 ++- package.json | 18 +++++++++--------- tsconfig.json | 2 +- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/binding.gyp b/binding.gyp index 68b4d1ee..7d1d8fef 100644 --- a/binding.gyp +++ b/binding.gyp @@ -1,6 +1,7 @@ { "variables": { - 'openssl_fips': '' + 'openssl_fips': '', + 'android_ndk_path': '' }, "targets": [{ "target_name": "classic_level", diff --git a/deps/leveldb/leveldb.gyp b/deps/leveldb/leveldb.gyp index 8a8f840b..b99ce115 100644 --- a/deps/leveldb/leveldb.gyp +++ b/deps/leveldb/leveldb.gyp @@ -1,6 +1,7 @@ { "variables": { - 'openssl_fips': '' + 'openssl_fips': '', + 'android_ndk_path': '' }, "targets": [{ "target_name": "leveldb", diff --git a/deps/snappy/snappy.gyp b/deps/snappy/snappy.gyp index 6af271ae..49e79792 100644 --- a/deps/snappy/snappy.gyp +++ b/deps/snappy/snappy.gyp @@ -1,6 +1,7 @@ { "variables": { - 'openssl_fips': '' + 'openssl_fips': '', + 'android_ndk_path': '' }, "targets": [{ "variables": { diff --git a/package.json b/package.json index 3c31e875..2efb61fd 100644 --- a/package.json +++ b/package.json @@ -33,27 +33,27 @@ "node-gyp-build": "^4.3.0" }, "devDependencies": { - "@types/node": "^18.0.0", - "@voxpelli/tsconfig": "^4.0.0", + "@types/node": "^22.7.7", + "@voxpelli/tsconfig": "^15.0.0", "cross-env": "^7.0.3", "dependency-check": "^4.1.0", "du": "^1.0.0", "electron": "^30.5.1", "glob": "^8.0.1", - "hallmark": "^4.1.0", + "hallmark": "^5.0.1", "mkfiletree": "^2.0.0", "node-gyp": "^10.2.0", - "nyc": "^15.0.0", - "prebuildify": "^5.0.0", + "nyc": "^17.1.0", + "prebuildify": "^6.0.1", "prebuildify-ci": "^1.0.4", - "prebuildify-cross": "^5.0.0", + "prebuildify-cross": "^5.1.1", "readfiletree": "^1.0.0", "rimraf": "^3.0.0", "standard": "^17.0.0", - "tap-arc": "^0.3.5", - "tape": "^5.5.0", + "tap-arc": "^1.3.2", + "tape": "^5.9.0", "tempy": "^1.0.1", - "typescript": "^4.5.5" + "typescript": "^5.6.3" }, "gypfile": true, "repository": { diff --git a/tsconfig.json b/tsconfig.json index cb872156..0ea0ce0a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@voxpelli/tsconfig/node12.json", + "extends": "@voxpelli/tsconfig/node18.json", "compilerOptions": { "checkJs": false },