Skip to content

Commit 574808d

Browse files
⬆️ deps: Upgrade.
1 parent 428d55a commit 574808d

File tree

3 files changed

+272
-245
lines changed

3 files changed

+272
-245
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@
6161
"travis": "npm run lint && npm run cover"
6262
},
6363
"dependencies": {
64-
"@aureooms/js-pairing-heap": "^1.0.0",
65-
"@aureooms/js-pairs": "^0.0.0"
64+
"@aureooms/js-pairing-heap": "^2.0.1",
65+
"@aureooms/js-pairs": "^1.0.0"
6666
},
6767
"devDependencies": {
6868
"@aureooms/js-collections-counter": "5.0.0",
69-
"@aureooms/js-compare": "1.4.8",
70-
"@aureooms/js-itertools": "5.0.1",
69+
"@aureooms/js-compare": "2.0.0",
70+
"@aureooms/js-itertools": "5.1.0",
7171
"@babel/cli": "7.13.10",
7272
"@babel/core": "7.13.10",
73-
"@babel/preset-env": "7.13.10",
73+
"@babel/preset-env": "7.13.12",
7474
"@babel/register": "7.13.8",
7575
"@commitlint/cli": "12.0.1",
7676
"@js-library/commitlint-config": "0.0.4",
@@ -86,7 +86,7 @@
8686
"esdoc-inject-style-plugin": "1.0.0",
8787
"esdoc-standard-plugin": "1.0.0",
8888
"fixpack": "4.0.0",
89-
"husky": "5.1.3",
89+
"husky": "5.2.0",
9090
"lint-staged": "10.5.4",
9191
"microbundle": "0.13.0",
9292
"np": "7.4.0",

src/sorted.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Heap from '@aureooms/js-pairing-heap';
1+
import {PairingHeap as Heap} from '@aureooms/js-pairing-heap';
22
import {EfficientlyInvertiblePairs as Pairs} from '@aureooms/js-pairs';
33

44
import subroutine from './subroutine.js';

0 commit comments

Comments
 (0)