Skip to content

Commit

Permalink
feat(deps-dev): upgrade @carbon/icons 11.44 -> 11.48 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Aug 30, 2024
1 parent 5af6bb5 commit f056344
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ICON_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Icon Index

> 2369 icons from [@carbon/icons@11.44.1](https://unpkg.com/browse/@carbon/icons@11.44.1/)
> 2371 icons from [@carbon/icons@11.48.0](https://unpkg.com/browse/@carbon/icons@11.48.0/)
- AcceptActionUsage
- Accessibility
Expand Down Expand Up @@ -1308,6 +1308,7 @@
- Misuse
- MisuseOutline
- MixedRainHail
- MlModelReference
- Mobile
- MobileAdd
- MobileAudio
Expand All @@ -1325,6 +1326,7 @@
- ModelAlt
- ModelBuilder
- ModelBuilderReference
- ModelFoundation
- ModelReference
- ModelTuned
- Money
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/src/build-info.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@carbon/icon-helpers": "latest",
"@carbon/icons": "11.44.1",
"@carbon/icons": "11.48.0",
"@carbon/icons-11.31": "npm:@carbon/icons@~11.31.0",
"@types/bun": "latest",
"@types/carbon__icon-helpers": "latest",
Expand Down
2 changes: 2 additions & 0 deletions tests/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,7 @@ exports[`imports 1`] = `
"Misuse",
"MisuseOutline",
"MixedRainHail",
"MlModelReference",
"Mobile",
"MobileAdd",
"MobileAudio",
Expand All @@ -1325,6 +1326,7 @@ exports[`imports 1`] = `
"ModelAlt",
"ModelBuilder",
"ModelBuilderReference",
"ModelFoundation",
"ModelReference",
"ModelTuned",
"Money",
Expand Down
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { template } from "../src/template";

test("imports", async () => {
const icons = await buildIcons();
expect(icons.length).toEqual(2369);
expect(icons.length).toEqual(2371);
expect(icons).toMatchSnapshot();
});

Expand Down

0 comments on commit f056344

Please sign in to comment.