Skip to content

Commit

Permalink
Merge pull request #11 from duckdb/jray/update-deps
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
jraymakers authored Oct 5, 2024
2 parents 95cb289 + 825ee8f commit 7074133
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 337 deletions.
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@duckdb/node-bindings": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/node": "^20.16.10",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
"typescript": "^5.6.2",
"vitest": "^2.1.2"
}
}
10 changes: 5 additions & 5 deletions bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"@duckdb/node-bindings": "workspace:*",
"node-addon-api": "^8.0.0",
"node-gyp": "^10.1.0",
"rimraf": "^5.0.7",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
"node-addon-api": "^8.1.0",
"node-gyp": "^10.2.0",
"rimraf": "^5.0.10",
"typescript": "^5.6.2",
"vitest": "^2.1.2"
}
}
Loading

0 comments on commit 7074133

Please sign in to comment.