Skip to content

Commit

Permalink
feat: allow peerDependency of better-sqlite3 version 8.x.x (#9564)
Browse files Browse the repository at this point in the history
closes #9563
  • Loading branch information
d-koppenhagen committed Dec 3, 2022
1 parent 68f18a3 commit 26107e6
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 @@ -106,7 +106,7 @@
"@types/uuid": "^8.3.4",
"@types/xml2js": "^0.4.8",
"@types/yargs": "^17.0.2",
"better-sqlite3": "^7.1.2",
"better-sqlite3": "^8.0.0",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"class-transformer": "^0.4.0",
Expand Down Expand Up @@ -146,7 +146,7 @@
"peerDependencies": {
"@google-cloud/spanner": "^5.18.0",
"@sap/hana-client": "^2.12.25",
"better-sqlite3": "^7.1.2",
"better-sqlite3": "^7.1.2 || ^8.0.0",
"hdb-pool": "^0.1.6",
"ioredis": "^5.0.4",
"mongodb": "^3.6.0",
Expand Down

0 comments on commit 26107e6

Please sign in to comment.