Skip to content

Commit

Permalink
feat(deps-dev): upgrade @carbon/icons 11.42 -> 11.43 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jun 9, 2024
1 parent b0f8c24 commit 8d1363e
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

> 2365 icons from [@carbon/icons@11.42.0](https://unpkg.com/browse/@carbon/icons@11.42.0/)
> 2367 icons from [@carbon/icons@11.43.0](https://unpkg.com/browse/@carbon/icons@11.43.0/)
- AcceptActionUsage
- Accessibility
Expand Down Expand Up @@ -845,6 +845,8 @@
- GatewayUserAccess
- GatewayVpn
- Gears
- Gem
- GemReference
- GenderFemale
- GenderMale
- GeneratePdf
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.42.0",
"@carbon/icons": "11.43.0",
"@carbon/icons-11.31": "npm:@carbon/[email protected]",
"@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 @@ -845,6 +845,8 @@ exports[`imports 1`] = `
"GatewayUserAccess",
"GatewayVpn",
"Gears",
"Gem",
"GemReference",
"GenderFemale",
"GenderMale",
"GeneratePdf",
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(2365);
expect(icons.length).toEqual(2367);
expect(icons).toMatchSnapshot();
});

Expand Down

0 comments on commit 8d1363e

Please sign in to comment.