Skip to content

Commit

Permalink
📦 deps: Replace deprecated dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 30, 2021
1 parent 7698bf4 commit bd62149
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 16 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,14 @@
"@iterable-iterator/map": "^0.0.1"
},
"devDependencies": {
"@aureooms/js-compare": "2.0.1",
"@aureooms/js-itertools": "5.1.1",
"@babel/core": "7.14.0",
"@babel/preset-env": "7.14.0",
"@babel/register": "7.13.16",
"@commitlint/cli": "12.1.1",
"@js-library/commitlint-config": "0.0.4",
"@total-order/lex": "^0.0.1",
"@total-order/primitive": "^0.0.2",
"ava": "3.15.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-unassert": "3.0.1",
Expand Down
4 changes: 3 additions & 1 deletion test/src/Symbol.iterator.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import test from 'ava';

import {sorted, map, list, group} from '@aureooms/js-itertools';
import {lexicographical, increasing} from '@aureooms/js-compare';

import {increasing} from '@total-order/primitive';
import {lexicographical} from '@total-order/lex';

import {
MemoryEfficientPairs,
Expand Down
4 changes: 3 additions & 1 deletion test/src/entries.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import test from 'ava';

import {sorted, map, list, group} from '@aureooms/js-itertools';
import {lexicographical, increasing} from '@aureooms/js-compare';

import {increasing} from '@total-order/primitive';
import {lexicographical} from '@total-order/lex';

import {
MemoryEfficientPairs,
Expand Down
4 changes: 3 additions & 1 deletion test/src/forEach.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import test from 'ava';

import {sorted, map, list, group} from '@aureooms/js-itertools';
import {lexicographical, increasing} from '@aureooms/js-compare';

import {increasing} from '@total-order/primitive';
import {lexicographical} from '@total-order/lex';

import {
MemoryEfficientPairs,
Expand Down
4 changes: 3 additions & 1 deletion test/src/from.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import test from 'ava';

import {sorted, map, list, group} from '@aureooms/js-itertools';
import {lexicographical, increasing} from '@aureooms/js-compare';

import {increasing} from '@total-order/primitive';
import {lexicographical} from '@total-order/lex';

import {
MemoryEfficientPairs,
Expand Down
4 changes: 3 additions & 1 deletion test/src/invert.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import test from 'ava';

import {sorted, map, list, group} from '@aureooms/js-itertools';
import {lexicographical, increasing} from '@aureooms/js-compare';

import {increasing} from '@total-order/primitive';
import {lexicographical} from '@total-order/lex';

import {
MemoryEfficientPairs,
Expand Down
4 changes: 3 additions & 1 deletion test/src/keys.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import test from 'ava';

import {sorted, map, list, group} from '@aureooms/js-itertools';
import {lexicographical, increasing} from '@aureooms/js-compare';

import {increasing} from '@total-order/primitive';
import {lexicographical} from '@total-order/lex';

import {
MemoryEfficientPairs,
Expand Down
3 changes: 2 additions & 1 deletion test/src/left.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import {
permutations,
enumerate,
} from '@aureooms/js-itertools';
import {increasing} from '@aureooms/js-compare';

import {increasing} from '@total-order/primitive';

import {
MemoryEfficientPairs,
Expand Down
3 changes: 2 additions & 1 deletion test/src/leftOf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import {
permutations,
enumerate,
} from '@aureooms/js-itertools';
import {increasing} from '@aureooms/js-compare';

import {increasing} from '@total-order/primitive';

import {
MemoryEfficientPairs,
Expand Down
3 changes: 2 additions & 1 deletion test/src/right.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import {
permutations,
enumerate,
} from '@aureooms/js-itertools';
import {increasing} from '@aureooms/js-compare';

import {increasing} from '@total-order/primitive';

import {
MemoryEfficientPairs,
Expand Down
3 changes: 2 additions & 1 deletion test/src/rightOf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import {
permutations,
enumerate,
} from '@aureooms/js-itertools';
import {increasing} from '@aureooms/js-compare';

import {increasing} from '@total-order/primitive';

import {
MemoryEfficientPairs,
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
dependencies:
"@aureooms/js-error" "^5.0.3"

"@aureooms/js-compare@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@aureooms/js-compare/-/js-compare-2.0.1.tgz#4636ea0736945abbcca38d5bd56a1f405034b2f9"
integrity sha512-J+gG1wlwF401ySv0mOYhIIVUuoukvZaRkIwYNH9xZTLhRyI4VxoaFi3k8GA0ebjHqndLGYJS9uEeG3cuQcg+7w==

"@aureooms/js-error@^5.0.3":
version "5.0.3"
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.3.tgz#e4cb52e3525028e4725a5886663a67a0749abf6b"
Expand Down Expand Up @@ -1547,6 +1542,16 @@
dependencies:
defer-to-connect "^2.0.0"

"@total-order/lex@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@total-order/lex/-/lex-0.0.1.tgz#25a50b7213e12dddfec7f487635e1fb57fdf5598"
integrity sha512-g6gjcsAfCt0VxMtGxbP6+OdiT6wKYeCctXQl5fFfHXfgH0/s4/FSKcg5Wz1GPAVdT/2Q+MmzbYCM+VHQRqyhWQ==

"@total-order/primitive@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@total-order/primitive/-/primitive-0.0.2.tgz#0c2925de9b80e0d43f1ffc1ec4e5ded7f69b6100"
integrity sha512-u0qradNHAUOn7pZGbcpz7xK/Wb8Ic0w5DtFWcNC+mcJ/QgURr+4ovQ0OkOj4XcK0/5lks78fMnQxOa5yOJERwg==

"@types/cacheable-request@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@types/cacheable-request/-/cacheable-request-6.0.1.tgz#5d22f3dded1fd3a84c0bbeb5039a7419c2c91976"
Expand Down

0 comments on commit bd62149

Please sign in to comment.