Skip to content

Commit

Permalink
Prevent Keyv from being updated
Browse files Browse the repository at this point in the history
Keyv 5.2 introduces a change, that sees a mixture of ESM (locally) and CJS (from hyper-ts-session) loaded. TypeScript then complains that the types are incompatible. Rather than spending ages trying to unravel this mess, this change pins the version of Keyv, and it's something we should move away from anyway.

Refs #2158, #2213, f109f87
  • Loading branch information
thewilkybarkid committed Jan 31, 2025
1 parent 75c07a7 commit 7e312d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ioredis": "^5.4.2",
"iso-639-1": "^3.1.2",
"katex": "^0.16.21",
"keyv": "^5.1.3",
"keyv": "5.1.3",
"logger-fp-ts": "^0.2.2",
"logging-ts": "^0.3.4",
"make-fetch-happen": "^14.0.3",
Expand Down

0 comments on commit 7e312d9

Please sign in to comment.