Skip to content

Commit c19e414

Browse files
authored
Merge pull request #391 from mongodb/update
Updates pacakges
2 parents 421c96d + 68d3ab7 commit c19e414

File tree

3 files changed

+25
-24
lines changed

3 files changed

+25
-24
lines changed

package-lock.json

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@leafygreen-ui/badge": "^8.1.3",
1818
"@leafygreen-ui/banner": "^8.0.1",
1919
"@leafygreen-ui/button": "^21.2.1",
20-
"@leafygreen-ui/callout": "^9.0.22",
20+
"@leafygreen-ui/callout": "^10.0.0",
2121
"@leafygreen-ui/card": "^11.0.0",
2222
"@leafygreen-ui/code": "^14.3.3",
2323
"@leafygreen-ui/combobox": "^9.1.2",
@@ -28,9 +28,9 @@
2828
"@leafygreen-ui/expandable-card": "^3.2.3",
2929
"@leafygreen-ui/form-footer": "^4.0.0",
3030
"@leafygreen-ui/guide-cue": "^5.1.0",
31-
"@leafygreen-ui/icon": "^12.5.4",
31+
"@leafygreen-ui/icon": "^12.6.0",
3232
"@leafygreen-ui/icon-button": "^15.0.22",
33-
"@leafygreen-ui/info-sprinkle": "^1.0.5",
33+
"@leafygreen-ui/info-sprinkle": "^2.0.0",
3434
"@leafygreen-ui/leafygreen-provider": "^3.1.12",
3535
"@leafygreen-ui/loading-indicator": "^2.0.12",
3636
"@leafygreen-ui/logo": "^9.1.1",
@@ -46,7 +46,7 @@
4646
"@leafygreen-ui/segmented-control": "^8.2.13",
4747
"@leafygreen-ui/select": "^12.1.4",
4848
"@leafygreen-ui/side-nav": "^14.1.3",
49-
"@leafygreen-ui/skeleton-loader": "^1.2.1",
49+
"@leafygreen-ui/skeleton-loader": "^1.3.0",
5050
"@leafygreen-ui/split-button": "^1.1.2",
5151
"@leafygreen-ui/stepper": "^3.2.13",
5252
"@leafygreen-ui/table": "^12.6.4",
@@ -57,7 +57,7 @@
5757
"@leafygreen-ui/toggle": "^10.1.1",
5858
"@leafygreen-ui/tokens": "^2.10.0",
5959
"@leafygreen-ui/tooltip": "^11.1.0",
60-
"@leafygreen-ui/typography": "^19.2.1",
60+
"@leafygreen-ui/typography": "^19.3.0",
6161
"@lg-tools/storybook-utils": "^0.1.1",
6262
"@next/third-parties": "^14.2.3",
6363
"@storybook/react": "^8.0.10",

src/components/content-stack/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { EntryEmbedable, Node, TextNode } from '@contentstack/utils';
22

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

77
type AnyNode = CSNode | CSTextNode;
88

0 commit comments

Comments
 (0)