Skip to content

Commit

Permalink
Update other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jul 2, 2023
1 parent 6a5744e commit 67897fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from '@ava/v5';
import type test from '@ava/v5';
import {expectType} from 'tsd';
import pkg from '.';

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@ava/v5": "npm:[email protected]"
},
"devDependencies": {
"tsd": "^0.19.1",
"xo": "^0.47.0"
"tsd": "^0.28.1",
"xo": "^0.54.2"
}
}

0 comments on commit 67897fb

Please sign in to comment.