Skip to content

Commit

Permalink
⬆️ deps: Upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Dec 20, 2021
1 parent a622ace commit 71ece74
Show file tree
Hide file tree
Showing 3 changed files with 1,520 additions and 4,148 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
"test": "ava"
},
"dependencies": {
"@data-structure/deque": "^9.0.0",
"@iterable-iterator/count": "^1.0.0",
"@data-structure/deque": "^9.0.1",
"@iterable-iterator/count": "^1.0.1",
"@iterable-iterator/cycle": "^1.0.0",
"@iterable-iterator/iter": "^1.0.1",
"@iterable-iterator/list": "^1.0.0",
"@iterable-iterator/map": "^1.0.0",
"@iterable-iterator/next": "^2.0.0",
"@iterable-iterator/list": "^1.0.1",
"@iterable-iterator/map": "^1.0.1",
"@iterable-iterator/next": "^2.0.1",
"@iterable-iterator/reversed": "^1.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -100,7 +100,7 @@
"pinst": "2.1.6",
"power-assert": "1.6.1",
"regenerator-runtime": "0.13.9",
"xo": "0.39.1"
"xo": "0.47.0"
},
"ava": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/src/diagonal.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ test('diagonal finite rectangle (horizontal)', (t) => {

test('diagonal large but finite', (t) => {
const N = 10;
const M = 10000;
const M = 10_000;
const result = list(take(diagonal(range(M), range(M)), N));
const expected = [
[0, 0],
Expand Down
Loading

0 comments on commit 71ece74

Please sign in to comment.