Skip to content

Commit 26abee0

Browse files
fix(deps): update dependency downshift to v8
1 parent 772e5d8 commit 26abee0

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

packages/combobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/runtime": "^7.8.4",
2424
"@zendeskgarden/container-field": "^3.0.7",
2525
"@zendeskgarden/container-utilities": "^1.0.8",
26-
"downshift": "^7.6.0"
26+
"downshift": "^8.0.0"
2727
},
2828
"peerDependencies": {
2929
"prop-types": "^15.6.1",

packages/combobox/yarn.lock

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,43 @@
99
dependencies:
1010
regenerator-runtime "^0.13.11"
1111

12+
"@reach/auto-id@^0.18.0":
13+
version "0.18.0"
14+
resolved "https://registry.yarnpkg.com/@reach/auto-id/-/auto-id-0.18.0.tgz#4b97085cd1cf1360a9bedc6e9c78e97824014f0d"
15+
integrity sha512-XwY1IwhM7mkHZFghhjiqjQ6dstbOdpbFLdggeke75u8/8icT8uEHLbovFUgzKjy9qPvYwZIB87rLiR8WdtOXCg==
16+
dependencies:
17+
"@reach/utils" "0.18.0"
18+
19+
"@reach/utils@0.18.0":
20+
version "0.18.0"
21+
resolved "https://registry.yarnpkg.com/@reach/utils/-/utils-0.18.0.tgz#4f3cebe093dd436eeaff633809bf0f68f4f9d2ee"
22+
integrity sha512-KdVMdpTgDyK8FzdKO9SCpiibuy/kbv3pwgfXshTI6tEcQT1OOwj7BAksnzGC0rPz0UholwC+AgkqEl3EJX3M1A==
23+
24+
"@zendeskgarden/container-field@^3.0.7":
25+
version "3.0.7"
26+
resolved "https://registry.yarnpkg.com/@zendeskgarden/container-field/-/container-field-3.0.7.tgz#dc4d2b02461caee1959f5784720f444af663c587"
27+
integrity sha512-JnI5fvqI1tnbzl/PFybeyq/rRsEu7fLGYqbrgnijp1gs/75kY0D6PssFFBC3qXhyvJoarv92loIc3Zt7wRPqyA==
28+
dependencies:
29+
"@babel/runtime" "^7.8.4"
30+
"@zendeskgarden/container-utilities" "^1.0.8"
31+
32+
"@zendeskgarden/container-utilities@^1.0.8":
33+
version "1.0.8"
34+
resolved "https://registry.yarnpkg.com/@zendeskgarden/container-utilities/-/container-utilities-1.0.8.tgz#c2e59d355080cfcb2b9a516c53ddda604e9b34fc"
35+
integrity sha512-7ERJtrnaVUD+qOnp8XTlofuV67+j5XleVRXJy1QmVi/Yy/usqjcCFpMosZnYVMgDHmJgvHomUyqTNvKdgqwfrg==
36+
dependencies:
37+
"@babel/runtime" "^7.8.4"
38+
"@reach/auto-id" "^0.18.0"
39+
1240
compute-scroll-into-view@^2.0.4:
1341
version "2.0.4"
1442
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-2.0.4.tgz#2b444b2b9e4724819d2531efacb7ac094155fdf6"
1543
integrity sha512-y/ZA3BGnxoM/QHHQ2Uy49CLtnWPbt4tTPpEEZiEmmiWBFKjej7nEyH8Ryz54jH0MLXflUYA3Er2zUxPSJu5R+g==
1644

17-
downshift@^7.6.0:
18-
version "7.6.2"
19-
resolved "https://registry.yarnpkg.com/downshift/-/downshift-7.6.2.tgz#16fc951b7ff8f9c1c47d0f71b5ff10d78fb06e4c"
20-
integrity sha512-iOv+E1Hyt3JDdL9yYcOgW7nZ7GQ2Uz6YbggwXvKUSleetYhU2nXD482Rz6CzvM4lvI1At34BYruKAL4swRGxaA==
45+
downshift@^8.0.0:
46+
version "8.1.0"
47+
resolved "https://registry.yarnpkg.com/downshift/-/downshift-8.1.0.tgz#72023513256134723fe807a54168ebc64f9ddf6c"
48+
integrity sha512-e9EBBLZvB2G73qT272x3hExttGCH1q1usbjirm+1aMcFXuzSWhgBdbnAHPlFI2rEq61cU/kDrEIMrY+ozMhvmg==
2149
dependencies:
2250
"@babel/runtime" "^7.14.8"
2351
compute-scroll-into-view "^2.0.4"

0 commit comments

Comments
 (0)