Skip to content

Commit

Permalink
feat(deps-dev): upgrade @carbon/icons 11.48 -> 11.51
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Oct 9, 2024
1 parent 0af5e0a commit 58ca080
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ICON_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Icon Index

> 2371 icons from [@carbon/icons@11.48.0](https://unpkg.com/browse/@carbon/icons@11.48.0/)
> 2372 icons from [@carbon/icons@11.51.0](https://unpkg.com/browse/@carbon/icons@11.51.0/)
- AcceptActionUsage
- Accessibility
Expand Down Expand Up @@ -1016,6 +1016,7 @@
- IbmTenet
- IbmToolchain
- IbmTurbonomic
- IbmUnstructuredDataProcessor
- IbmVpnForVpc
- IbmVsiOnVpcForRegulatedIndustries
- IbmWatsonAssistant
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.48.0",
"@carbon/icons": "11.51.0",
"@carbon/icons-11.31": "npm:@carbon/icons@~11.31.0",
"@types/bun": "latest",
"svelte": "latest",
Expand Down
1 change: 1 addition & 0 deletions tests/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ exports[`imports 1`] = `
"IbmTenet",
"IbmToolchain",
"IbmTurbonomic",
"IbmUnstructuredDataProcessor",
"IbmVpnForVpc",
"IbmVsiOnVpcForRegulatedIndustries",
"IbmWatsonAssistant",
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(2371);
expect(icons.length).toEqual(2372);
expect(icons).toMatchSnapshot();
});

Expand Down

0 comments on commit 58ca080

Please sign in to comment.