Skip to content

Commit

Permalink
⬆️ deps: Upgrade xo to v0.57.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 8, 2024
1 parent 85c837b commit 416347d
Show file tree
Hide file tree
Showing 3 changed files with 989 additions and 553 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"pinst": "3.0.0",
"power-assert": "1.6.1",
"regenerator-runtime": "0.14.1",
"xo": "0.53.1"
"xo": "0.57.0"
},
"ava": {
"files": [
Expand Down
1 change: 1 addition & 0 deletions test/src/multicombinations.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import test from 'ava';

import {list} from '@iterable-iterator/list';
import {range} from '@iterable-iterator/range';

import {multicombinations} from '#module';

const repr = (x) => (Array.isArray(x) ? JSON.stringify(x) : x);
Expand Down
Loading

0 comments on commit 416347d

Please sign in to comment.