Skip to content

Commit

Permalink
feat: support ix@5
Browse files Browse the repository at this point in the history
  • Loading branch information
aikoven committed Jan 23, 2023
1 parent b37f1fe commit cd9febe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"abort-controller-x": "^0.4.0",
"ix": "^4.5.0",
"ix": "^4.5.0 || ^5.0.0",
"lodash.isequal": "^4.0.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1416,10 +1416,10 @@ istanbul-reports@^3.0.2:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"

ix@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/ix/-/ix-4.5.0.tgz#44e6c5652e3bcb95c1a1d216afdc5225610205b9"
integrity sha512-Dtj/nuKa+WjJfxRwgIpRBFs/83fDnhmiZlvYXPVIzBc/n8kwaaRqKwdSr8ySB8zrVGFWomiPWwIMbKSa1/FYHA==
"ix@^4.5.0 || ^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/ix/-/ix-5.0.0.tgz#b9e292f79b1876bbf696809fe86e42930bdbfcd4"
integrity sha512-6LyyrHnvNrSy5pKtW/KA+KKusHrB223aBJCJlIGPN7QBfDkEEtNrAkAz9lLLShIcdJntq6BiPCHuKaCM/9wwXw==
dependencies:
"@types/node" "^13.7.4"
tslib "^2.3.0"
Expand Down

0 comments on commit cd9febe

Please sign in to comment.