Skip to content

Commit

Permalink
postgres - upgrading xo to 0.52.3 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Sep 17, 2022
1 parent 85143c8 commit f030dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"tsd": "^0.22.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"xo": "^0.51.0"
"xo": "^0.52.3"
},
"tsd": {
"directory": "test"
Expand Down
3 changes: 2 additions & 1 deletion packages/postgres/src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
import {EventEmitter} from 'events';
import {Store, StoredData} from 'keyv';
import type {Store, StoredData} from 'keyv';

export = KeyvPostgres;
declare class KeyvPostgres extends EventEmitter implements Store<Value> {
Expand Down

0 comments on commit f030dbb

Please sign in to comment.