diff --git a/apps/parsley/src/gql/generated/types.ts b/apps/parsley/src/gql/generated/types.ts index 44da21e65..10bb4ead7 100644 --- a/apps/parsley/src/gql/generated/types.ts +++ b/apps/parsley/src/gql/generated/types.ts @@ -3489,6 +3489,7 @@ export type WaterfallOptions = { minOrder?: InputMaybe; projectIdentifier: Scalars["String"]["input"]; requesters?: InputMaybe>; + revision?: InputMaybe; }; export type WaterfallTask = { diff --git a/apps/spruce/package.json b/apps/spruce/package.json index 7ddf5acf4..5d024d823 100644 --- a/apps/spruce/package.json +++ b/apps/spruce/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 750253a12..4709165bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"