Skip to content

Commit

Permalink
fix: downgrade better-sqlite3 to 8.0.0 until typeorm is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Oct 28, 2023
1 parent 1a72bcc commit 34df639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
@rm -rf node_modules
@rm -rf ${NODE_MODULES_DIR}
@echo -ne "\n\t ----- Installation of dependencies\n"
npm install --include=dev --force
npm install --include=dev
@echo -ne "\n\t ----- Installation of husky\n"
npx --yes husky install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"async-mutex": "^0.4.0",
"axios": "1.5.1",
"basic-auth": "2.0.1",
"better-sqlite3": "^9.0.0",
"better-sqlite3": "^8.0.0",
"blocked-at": "1.2.0",
"chalk": "5.3.0",
"class-validator": "^0.14.0",
Expand Down

0 comments on commit 34df639

Please sign in to comment.