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 5133424 commit c414086
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"test": "ava"
},
"dependencies": {
"@aureooms/js-error": "^5.0.3",
"@failure-abstraction/error": "^5.0.4",
"@iterable-iterator/filter": "^0.0.1",
"@iterable-iterator/map": "^0.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/BasePairs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {map} from '@iterable-iterator/map';
import {filter} from '@iterable-iterator/filter';
import {NotImplementedError} from '@aureooms/js-error';
import {NotImplementedError} from '@failure-abstraction/error';
import iterableFromMap from './iterableFromMap.js';

export default class BasePairs {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,11 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@failure-abstraction/error@^5.0.4":
version "5.0.4"
resolved "https://registry.yarnpkg.com/@failure-abstraction/error/-/error-5.0.4.tgz#e07965ac778ba3ac18ed73f4f5a49ae109704557"
integrity sha512-G8km9Sv4xDQ4QLir8jxjEonEpAKUQqLlJsGrUlI/KVrpiWd1/ApwOnh3NthpS/llsaplm1Mkh2GWgYuHaVLnbQ==

"@istanbuljs/schema@^0.1.2":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
Expand Down

0 comments on commit c414086

Please sign in to comment.