-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Also pegs better-sqlite3 dependency to a single version (the one used by mikro-orm and not pulled in from knex) which reduces our bundle size by ~2mb
- Loading branch information
1 parent
cb10ba9
commit 8925ed1
Showing
4 changed files
with
22 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,8 @@ | |
"[email protected]": "patches/[email protected]" | ||
}, | ||
"overrides": { | ||
"eslint": "8.56.0" | ||
"eslint": "8.56.0", | ||
"better-sqlite3": "9.4.5" | ||
} | ||
}, | ||
"lint-staged": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters