Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jaredwray/keyv
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 21, 2024
2 parents 2f95b5f + 89f8b0a commit 86ba527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/third-party/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"devDependencies": {
"@keyv/test-suite": "*",
"ts-node": "^10.9.2",
"tsd": "^0.31.1",
"tsd": "^0.31.2",
"xo": "^0.59.3"
},
"dependencies": {
"keyv": "^5.0.0",
"keyv-file": "^0.3.3",
"keyv": "^5.0.1",
"keyv-file": "^5.0.3",
"keyv-lru": "^3.0.4",
"keyv-mssql": "^1.0.3",
"quick-lru": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/third-party/tests/third-party.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as test from 'vitest';
import Keyv from 'keyv';
import {Keyv} from 'keyv';
import KeyvFile from 'keyv-file';
import QuickLRU from 'quick-lru';
import {keyvApiTests} from '@keyv/test-suite';
Expand Down

0 comments on commit 86ba527

Please sign in to comment.