Skip to content

Commit

Permalink
add better-sqlite3 to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Klowner committed Nov 15, 2023
1 parent a11c885 commit fb89d76
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"better-sqlite3": "^9.1.1",
"coveralls": "^3.1.1",
"eslint": "^8.26.0",
"eslint-plugin-deprecation": "^1.3.2",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3038,6 +3038,7 @@ __metadata:
"@types/jest": ^29.2.3
"@typescript-eslint/eslint-plugin": ^5.45.0
"@typescript-eslint/parser": ^5.45.0
better-sqlite3: ^9.1.1
coveralls: ^3.1.1
eslint: ^8.26.0
eslint-plugin-deprecation: ^1.3.2
Expand Down Expand Up @@ -6117,6 +6118,17 @@ __metadata:
languageName: node
linkType: hard

"better-sqlite3@npm:^9.1.1":
version: 9.1.1
resolution: "better-sqlite3@npm:9.1.1"
dependencies:
bindings: ^1.5.0
node-gyp: latest
prebuild-install: ^7.1.1
checksum: b016b225b1c23717acb596848729ca9118d2496c3059643fcf23e11e22e63bf35bd1e61dd5b30c5b649d56df821521aba9c0f2cbad8fc7cdca9f3a4484e7ebcb
languageName: node
linkType: hard

"bin-links@npm:^3.0.0":
version: 3.0.3
resolution: "bin-links@npm:3.0.3"
Expand Down Expand Up @@ -12708,7 +12720,7 @@ __metadata:
languageName: node
linkType: hard

"prebuild-install@npm:^7.1.0":
"prebuild-install@npm:^7.1.0, prebuild-install@npm:^7.1.1":
version: 7.1.1
resolution: "prebuild-install@npm:7.1.1"
dependencies:
Expand Down

0 comments on commit fb89d76

Please sign in to comment.