Skip to content

Commit

Permalink
DEVPROD-11145: Upgrade @leafygreen-ui/combobox to v9.1.4 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt authored Oct 14, 2024
1 parent f8f9050 commit 828ba35
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions apps/parsley/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3489,6 +3489,7 @@ export type WaterfallOptions = {
minOrder?: InputMaybe<Scalars["Int"]["input"]>;
projectIdentifier: Scalars["String"]["input"];
requesters?: InputMaybe<Array<Scalars["String"]["input"]>>;
revision?: InputMaybe<Scalars["String"]["input"]>;
};

export type WaterfallTask = {
Expand Down
2 changes: 1 addition & 1 deletion apps/spruce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@leafygreen-ui/checkbox": "^13.1.2",
"@leafygreen-ui/chip": "^1.2.1",
"@leafygreen-ui/code": "^14.3.3",
"@leafygreen-ui/combobox": "^9.1.1",
"@leafygreen-ui/combobox": "^9.1.4",
"@leafygreen-ui/confirmation-modal": "^5.0.9",
"@leafygreen-ui/date-picker": "^1.1.3",
"@leafygreen-ui/date-utils": "^0.1.2",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2065,16 +2065,16 @@
lodash "^4.17.21"
polished "^4.2.2"

"@leafygreen-ui/combobox@^9.1.1":
version "9.1.3"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/combobox/-/combobox-9.1.3.tgz#b9d3af4543e2a367ea9f493e212fa5688a203f89"
integrity sha512-Fb0A45hYhcEumy4fsubzYHenjkgT70ITxEi4A4p8TiobRPfpG5KQqp7vFbRK1ER+5Kq45r8c92PZVjffMKOAMw==
"@leafygreen-ui/combobox@^9.1.4":
version "9.1.4"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/combobox/-/combobox-9.1.4.tgz#3ad9418a2bae31f9eb66c07538f6bba69e2f117f"
integrity sha512-0iNBC63pVK54qpOezW81UgX6iWnKNG24duVmo/ChBX72OFgIiWX3OOI/iMS9mCxLWCPT8rt9GgdpGxRFFresnA==
dependencies:
"@leafygreen-ui/checkbox" "^13.1.2"
"@leafygreen-ui/chip" "^1.2.1"
"@leafygreen-ui/emotion" "^4.0.8"
"@leafygreen-ui/form-field" "^1.2.4"
"@leafygreen-ui/hooks" "^8.1.4"
"@leafygreen-ui/hooks" "^8.2.0"
"@leafygreen-ui/icon" "^12.5.4"
"@leafygreen-ui/icon-button" "^15.0.23"
"@leafygreen-ui/input-option" "^2.0.2"
Expand Down Expand Up @@ -2259,6 +2259,14 @@
"@leafygreen-ui/lib" "^13.3.0"
lodash "^4.17.21"

"@leafygreen-ui/hooks@^8.2.0":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/hooks/-/hooks-8.2.1.tgz#746ca00f11bea47d34c03760e7734db95e7eb81e"
integrity sha512-yozp+WfMo1aNzQJG4WOa4eoxEEMK3T7Q7D2AObRWEPR+jPeeocsBKSHoAkUsfJ/8AklQ+LIWM1SvtUm4iuLXtQ==
dependencies:
"@leafygreen-ui/lib" "^13.3.0"
lodash "^4.17.21"

"@leafygreen-ui/icon-button@^15.0.10", "@leafygreen-ui/icon-button@^15.0.18", "@leafygreen-ui/icon-button@^15.0.21", "@leafygreen-ui/icon-button@^15.0.22", "@leafygreen-ui/icon-button@^15.0.23":
version "15.0.23"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/icon-button/-/icon-button-15.0.23.tgz#c20688f40e3ee742fa8b3c44e9f80590530ea9cc"
Expand Down

0 comments on commit 828ba35

Please sign in to comment.