Skip to content

Commit 3b81364

Browse files
committed
Bump dev dependencies
Category: none
1 parent e18d5c7 commit 3b81364

5 files changed

Lines changed: 16 additions & 13 deletions

File tree

binding.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"variables": {
3-
'openssl_fips': ''
3+
'openssl_fips': '',
4+
'android_ndk_path': ''
45
},
56
"targets": [{
67
"target_name": "classic_level",

deps/leveldb/leveldb.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"variables": {
3-
'openssl_fips': ''
3+
'openssl_fips': '',
4+
'android_ndk_path': ''
45
},
56
"targets": [{
67
"target_name": "leveldb",

deps/snappy/snappy.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"variables": {
3-
'openssl_fips': ''
3+
'openssl_fips': '',
4+
'android_ndk_path': ''
45
},
56
"targets": [{
67
"variables": {

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
"node-gyp-build": "^4.3.0"
3434
},
3535
"devDependencies": {
36-
"@types/node": "^18.0.0",
37-
"@voxpelli/tsconfig": "^4.0.0",
36+
"@types/node": "^22.7.7",
37+
"@voxpelli/tsconfig": "^15.0.0",
3838
"cross-env": "^7.0.3",
3939
"dependency-check": "^4.1.0",
4040
"du": "^1.0.0",
4141
"electron": "^30.5.1",
4242
"glob": "^8.0.1",
43-
"hallmark": "^4.1.0",
43+
"hallmark": "^5.0.1",
4444
"mkfiletree": "^2.0.0",
4545
"node-gyp": "^10.2.0",
46-
"nyc": "^15.0.0",
47-
"prebuildify": "^5.0.0",
46+
"nyc": "^17.1.0",
47+
"prebuildify": "^6.0.1",
4848
"prebuildify-ci": "^1.0.4",
49-
"prebuildify-cross": "^5.0.0",
49+
"prebuildify-cross": "^5.1.1",
5050
"readfiletree": "^1.0.0",
5151
"rimraf": "^3.0.0",
5252
"standard": "^17.0.0",
53-
"tap-arc": "^0.3.5",
54-
"tape": "^5.5.0",
53+
"tap-arc": "^1.3.2",
54+
"tape": "^5.9.0",
5555
"tempy": "^1.0.1",
56-
"typescript": "^4.5.5"
56+
"typescript": "^5.6.3"
5757
},
5858
"gypfile": true,
5959
"repository": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@voxpelli/tsconfig/node12.json",
2+
"extends": "@voxpelli/tsconfig/node18.json",
33
"compilerOptions": {
44
"checkJs": false
55
},

0 commit comments

Comments
 (0)