Skip to content

Commit

Permalink
Merge pull request #391 from mongodb/update
Browse files Browse the repository at this point in the history
Updates pacakges
  • Loading branch information
bruugey authored Aug 6, 2024
2 parents 421c96d + 68d3ab7 commit c19e414
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
37 changes: 19 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@leafygreen-ui/badge": "^8.1.3",
"@leafygreen-ui/banner": "^8.0.1",
"@leafygreen-ui/button": "^21.2.1",
"@leafygreen-ui/callout": "^9.0.22",
"@leafygreen-ui/callout": "^10.0.0",
"@leafygreen-ui/card": "^11.0.0",
"@leafygreen-ui/code": "^14.3.3",
"@leafygreen-ui/combobox": "^9.1.2",
Expand All @@ -28,9 +28,9 @@
"@leafygreen-ui/expandable-card": "^3.2.3",
"@leafygreen-ui/form-footer": "^4.0.0",
"@leafygreen-ui/guide-cue": "^5.1.0",
"@leafygreen-ui/icon": "^12.5.4",
"@leafygreen-ui/icon": "^12.6.0",
"@leafygreen-ui/icon-button": "^15.0.22",
"@leafygreen-ui/info-sprinkle": "^1.0.5",
"@leafygreen-ui/info-sprinkle": "^2.0.0",
"@leafygreen-ui/leafygreen-provider": "^3.1.12",
"@leafygreen-ui/loading-indicator": "^2.0.12",
"@leafygreen-ui/logo": "^9.1.1",
Expand All @@ -46,7 +46,7 @@
"@leafygreen-ui/segmented-control": "^8.2.13",
"@leafygreen-ui/select": "^12.1.4",
"@leafygreen-ui/side-nav": "^14.1.3",
"@leafygreen-ui/skeleton-loader": "^1.2.1",
"@leafygreen-ui/skeleton-loader": "^1.3.0",
"@leafygreen-ui/split-button": "^1.1.2",
"@leafygreen-ui/stepper": "^3.2.13",
"@leafygreen-ui/table": "^12.6.4",
Expand All @@ -57,7 +57,7 @@
"@leafygreen-ui/toggle": "^10.1.1",
"@leafygreen-ui/tokens": "^2.10.0",
"@leafygreen-ui/tooltip": "^11.1.0",
"@leafygreen-ui/typography": "^19.2.1",
"@leafygreen-ui/typography": "^19.3.0",
"@lg-tools/storybook-utils": "^0.1.1",
"@next/third-parties": "^14.2.3",
"@storybook/react": "^8.0.10",
Expand Down
2 changes: 1 addition & 1 deletion src/components/content-stack/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { EntryEmbedable, Node, TextNode } from '@contentstack/utils';

import { BadgeProps } from '@leafygreen-ui/badge/dist/Badge/types';
import { ButtonProps } from '@leafygreen-ui/button';
import { CalloutProps } from '@leafygreen-ui/callout/dist/Callout/types';
import { CalloutProps } from '@leafygreen-ui/callout';

type AnyNode = CSNode | CSTextNode;

Expand Down

0 comments on commit c19e414

Please sign in to comment.