Skip to content

Commit

Permalink
Upgraded dependencies; require node >= 18
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Nov 3, 2024
1 parent 8a65184 commit e074bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"bun"
],
"engines": {
"node": ">=14.16",
"node": ">=18",
"bun": ">=0.8"
},
"dependencies": {
"@farjs/better-sqlite3-wrapper": "^1.0.1"
"@farjs/better-sqlite3-wrapper": "^2.0.0"
},
"devDependencies": {
"@types/node": "^16.6.2",
Expand Down

0 comments on commit e074bf9

Please sign in to comment.