Skip to content

Commit 5400dd1

Browse files
committed
remove idx from yarn lock
1 parent b1f53ca commit 5400dd1

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

packages/redux-query-interface-superagent/yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3939,11 +3939,6 @@ iconv-lite@0.4.24, iconv-lite@^0.4.24:
39393939
dependencies:
39403940
safer-buffer ">= 2.1.2 < 3"
39413941

3942-
idx@^2.5.6:
3943-
version "2.5.6"
3944-
resolved "https://registry.yarnpkg.com/idx/-/idx-2.5.6.tgz#1f824595070100ae9ad585c86db08dc74f83a59d"
3945-
integrity sha512-WFXLF7JgPytbMgelpRY46nHz5tyDcedJ76pLV+RJWdb8h33bxFq4bdZau38DhNSzk5eVniBf1K3jwfK+Lb5nYA==
3946-
39473942
ieee754@^1.1.4:
39483943
version "1.2.1"
39493944
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
@@ -6158,13 +6153,12 @@ realpath-native@^2.0.0:
61586153
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-2.0.0.tgz#7377ac429b6e1fd599dc38d08ed942d0d7beb866"
61596154
integrity sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q==
61606155

6161-
redux-query@^3.5.1-alpha.1:
6162-
version "3.5.1-alpha.1"
6163-
resolved "https://registry.yarnpkg.com/redux-query/-/redux-query-3.5.1-alpha.1.tgz#bd3d1109e0a8dc8b0c8c96fa03bd2631979b57e9"
6164-
integrity sha512-YqbdV2qamE9+LD2u7r557s1q6zS1LJy6L7a7vArAgIWwLeHGu8TOi5BShZQmu62w9Zuob+4MM324wFDBZuL3Hg==
6156+
redux-query@^3.5.1:
6157+
version "3.5.1"
6158+
resolved "https://registry.yarnpkg.com/redux-query/-/redux-query-3.5.1.tgz#889769214d32829a9302807f56285f29af0b70e8"
6159+
integrity sha512-2s8ekKJYLYxQwBdhbwhewVbNM+HKNLuyWk3lR3gXRbbDlwnWccUv78qwtaHU4LXcjXzpG2lfYeFqGPQd+hneKw==
61656160
dependencies:
61666161
backo "^1.1.0"
6167-
idx "^2.5.6"
61686162
invariant "^2.2.0"
61696163
json-stable-stringify "^1.0.0"
61706164
reselect "^4.0.0"

packages/redux-query-react/yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4134,11 +4134,6 @@ iconv-lite@0.4.24, iconv-lite@^0.4.24:
41344134
dependencies:
41354135
safer-buffer ">= 2.1.2 < 3"
41364136

4137-
idx@^2.5.6:
4138-
version "2.5.6"
4139-
resolved "https://registry.yarnpkg.com/idx/-/idx-2.5.6.tgz#1f824595070100ae9ad585c86db08dc74f83a59d"
4140-
integrity sha512-WFXLF7JgPytbMgelpRY46nHz5tyDcedJ76pLV+RJWdb8h33bxFq4bdZau38DhNSzk5eVniBf1K3jwfK+Lb5nYA==
4141-
41424137
ieee754@^1.1.4:
41434138
version "1.2.1"
41444139
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
@@ -6502,13 +6497,12 @@ realpath-native@^2.0.0:
65026497
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-2.0.0.tgz#7377ac429b6e1fd599dc38d08ed942d0d7beb866"
65036498
integrity sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q==
65046499

6505-
redux-query@^3.5.1-alpha.1:
6506-
version "3.5.1-alpha.1"
6507-
resolved "https://registry.yarnpkg.com/redux-query/-/redux-query-3.5.1-alpha.1.tgz#bd3d1109e0a8dc8b0c8c96fa03bd2631979b57e9"
6508-
integrity sha512-YqbdV2qamE9+LD2u7r557s1q6zS1LJy6L7a7vArAgIWwLeHGu8TOi5BShZQmu62w9Zuob+4MM324wFDBZuL3Hg==
6500+
redux-query@^3.5.1:
6501+
version "3.5.1"
6502+
resolved "https://registry.yarnpkg.com/redux-query/-/redux-query-3.5.1.tgz#889769214d32829a9302807f56285f29af0b70e8"
6503+
integrity sha512-2s8ekKJYLYxQwBdhbwhewVbNM+HKNLuyWk3lR3gXRbbDlwnWccUv78qwtaHU4LXcjXzpG2lfYeFqGPQd+hneKw==
65096504
dependencies:
65106505
backo "^1.1.0"
6511-
idx "^2.5.6"
65126506
invariant "^2.2.0"
65136507
json-stable-stringify "^1.0.0"
65146508
reselect "^4.0.0"

0 commit comments

Comments
 (0)