Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
Category: none
  • Loading branch information
vweevers committed Oct 20, 2024
1 parent e18d5c7 commit 3b81364
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"variables": {
'openssl_fips': ''
'openssl_fips': '',
'android_ndk_path': ''
},
"targets": [{
"target_name": "classic_level",
Expand Down
3 changes: 2 additions & 1 deletion deps/leveldb/leveldb.gyp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"variables": {
'openssl_fips': ''
'openssl_fips': '',
'android_ndk_path': ''
},
"targets": [{
"target_name": "leveldb",
Expand Down
3 changes: 2 additions & 1 deletion deps/snappy/snappy.gyp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"variables": {
'openssl_fips': ''
'openssl_fips': '',
'android_ndk_path': ''
},
"targets": [{
"variables": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@voxpelli/tsconfig/node12.json",
"extends": "@voxpelli/tsconfig/node18.json",
"compilerOptions": {
"checkJs": false
},
Expand Down

0 comments on commit 3b81364

Please sign in to comment.