Bump better-sqlite3 to 7.5 to fix "Could not detect abi" issue on Windows

This commit is contained in:
Ben Gotow 2022-02-27 22:29:37 -06:00
parent 5ff67fdda0
commit 445546f9ed
2 changed files with 4 additions and 2 deletions

View file

@ -8,12 +8,14 @@ branches:
skip_non_tags: true
image: Visual Studio 2017
init:
- ps: $env:commit = $env:appveyor_repo_commit.SubString(0,8)
install:
- ps: Install-Product node $env:NODE_VERSION
- ps: npm config set msvs_version 2015
- ps: npm config set msvs_version 2017
# Extract the codesigning certs, encrypted private ssh key
- ps: |

View file

@ -13,7 +13,7 @@
"dependencies": {
"@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108",
"@electron/remote": "^2.0.1",
"better-sqlite3": "^7.1.2",
"better-sqlite3": "^7.5.0",
"cheerio": "^1.0.0-rc.6",
"chromium-net-errors": "1.0.3",
"chrono-node": "^1.1.2",