From 379e8c278fc41c582368e423c5a4a92ee36bf9ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:54:33 -0400 Subject: [PATCH] CHORE(NPM) - bump @leafygreen-ui/empty-state from 1.0.17 to 1.1.0 (#456) --- apps/parsley/package.json | 2 +- apps/spruce/package.json | 2 +- .../ListArea/__snapshots__/ListArea_Empty.storyshot | 2 +- yarn.lock | 11 ++++++----- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/apps/parsley/package.json b/apps/parsley/package.json index f69df1de2..f7715fb06 100644 --- a/apps/parsley/package.json +++ b/apps/parsley/package.json @@ -48,7 +48,7 @@ "@leafygreen-ui/confirmation-modal": "^5.0.8", "@leafygreen-ui/copyable": "^8.1.0", "@leafygreen-ui/emotion": "^4.0.7", - "@leafygreen-ui/empty-state": "^1.0.10", + "@leafygreen-ui/empty-state": "^1.1.0", "@leafygreen-ui/guide-cue": "^5.0.8", "@leafygreen-ui/icon": "^12.6.0", "@leafygreen-ui/icon-button": "^15.0.23", diff --git a/apps/spruce/package.json b/apps/spruce/package.json index 098c90289..311a742ea 100644 --- a/apps/spruce/package.json +++ b/apps/spruce/package.json @@ -68,7 +68,7 @@ "@leafygreen-ui/date-picker": "^1.1.3", "@leafygreen-ui/date-utils": "^0.1.2", "@leafygreen-ui/emotion": "^4.0.7", - "@leafygreen-ui/empty-state": "^1.0.17", + "@leafygreen-ui/empty-state": "^1.1.0", "@leafygreen-ui/expandable-card": "^3.1.0", "@leafygreen-ui/guide-cue": "^5.0.8", "@leafygreen-ui/icon": "^12.6.0", diff --git a/apps/spruce/src/components/PatchesPage/ListArea/__snapshots__/ListArea_Empty.storyshot b/apps/spruce/src/components/PatchesPage/ListArea/__snapshots__/ListArea_Empty.storyshot index d72eee07d..db7dc8be9 100644 --- a/apps/spruce/src/components/PatchesPage/ListArea/__snapshots__/ListArea_Empty.storyshot +++ b/apps/spruce/src/components/PatchesPage/ListArea/__snapshots__/ListArea_Empty.storyshot @@ -11,7 +11,7 @@ No patches found
Create a patch to see it here.
diff --git a/yarn.lock b/yarn.lock index d76d8452e..25d31b98e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1935,7 +1935,7 @@ "@leafygreen-ui/hooks" "^8.1.3" "@leafygreen-ui/lib" "^13.6.1" -"@leafygreen-ui/badge@^8.0.2": +"@leafygreen-ui/badge@^8.0.2", "@leafygreen-ui/badge@^8.1.3": version "8.1.3" resolved "https://registry.yarnpkg.com/@leafygreen-ui/badge/-/badge-8.1.3.tgz#a1b5ea4780e1505ce7444ea7c39b3fe2c3719a45" integrity sha512-KsMi231G1dtF3XOzHgOpxp2TfpwqaUTZfJmrL38GaWh4G2svtzqejdeuxYKLCRBVo5udAjbrXvSjYyHhOYsw2Q== @@ -2170,11 +2170,12 @@ "@emotion/css" "^11.1.3" "@emotion/server" "^11.4.0" -"@leafygreen-ui/empty-state@^1.0.10", "@leafygreen-ui/empty-state@^1.0.17": - version "1.0.17" - resolved "https://registry.yarnpkg.com/@leafygreen-ui/empty-state/-/empty-state-1.0.17.tgz#8a545046f5d9f14287f83d068d9f68d62b89d5e4" - integrity sha512-gdQa9BnApX9Um4yQgnkWszPzBL/X/ZC3wGKm9VY0uY2Mp+G8bYA4WwXQ1sGjNBkevnY2Qma+XxEulDamlcxP2Q== +"@leafygreen-ui/empty-state@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@leafygreen-ui/empty-state/-/empty-state-1.1.0.tgz#68f0f4fe6f64a317d86553a192198fd3196f876b" + integrity sha512-SZZbSHm4kbeTJM4m9ClXvKKyGqQE+2BWu1Z6IbR+jUe2kZqkA5pz2m5rhWXrx8lvICKXngAboRqjduxc+OBeRQ== dependencies: + "@leafygreen-ui/badge" "^8.1.3" "@leafygreen-ui/button" "^21.2.1" "@leafygreen-ui/emotion" "^4.0.8" "@leafygreen-ui/lib" "^13.3.0"