Skip to content

Commit

Permalink
upgrading keyv packages ava and xo to latest (#381)
Browse files Browse the repository at this point in the history
* upgrading keyv packages ava and xo to latest

* updating xo eslint rules in memcache
  • Loading branch information
jaredwray authored Jun 20, 2022
1 parent 3acf31e commit 6a61ff4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/keyv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
},
"devDependencies": {
"@keyv/test-suite": "*",
"ava": "^4.2.0",
"ava": "^4.3.0",
"eslint-plugin-promise": "^6.0.0",
"nyc": "^15.1.0",
"pify": "5.0.0",
"this": "^1.1.0",
"timekeeper": "^2.2.0",
"tsd": "^0.20.0",
"typescript": "^4.6.4",
"xo": "^0.48.0"
"xo": "^0.50.0"
},
"tsd": {
"directory": "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/memcache/src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
/* eslint-disable @typescript-eslint/unified-signatures */
import {EventEmitter} from 'node:events';
import {Store} from 'keyv';

Expand Down
2 changes: 1 addition & 1 deletion packages/memcache/test/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable n/prefer-global/process */
/* eslint-disable node/prefer-global/process */
const {promisify} = require('util');
const test = require('ava');
const Keyv = require('keyv');
Expand Down

0 comments on commit 6a61ff4

Please sign in to comment.