Skip to content

Commit

Permalink
feat(deps-dev): upgrade @carbon/icons 11.43 -> 11.44 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jun 20, 2024
1 parent a299469 commit 3092fb1
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

> 2367 icons from [@carbon/icons@11.43.0](https://unpkg.com/browse/@carbon/icons@11.43.0/)
> 2369 icons from [@carbon/icons@11.44.1](https://unpkg.com/browse/@carbon/icons@11.44.1/)
- AcceptActionUsage
- Accessibility
Expand All @@ -23,10 +23,12 @@
- AgricultureAnalytics
- Ai
- AiFinancialSustainabilityCheck
- AiGenerate
- AiGovernanceLifecycle
- AiGovernanceTracked
- AiGovernanceUntracked
- AiLaunch
- AiRecommend
- AirlineDigitalGate
- AirlineManageGates
- AirlinePassengerCare
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.43.0",
"@carbon/icons": "11.44.1",
"@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 @@ -23,10 +23,12 @@ exports[`imports 1`] = `
"AgricultureAnalytics",
"Ai",
"AiFinancialSustainabilityCheck",
"AiGenerate",
"AiGovernanceLifecycle",
"AiGovernanceTracked",
"AiGovernanceUntracked",
"AiLaunch",
"AiRecommend",
"AirlineDigitalGate",
"AirlineManageGates",
"AirlinePassengerCare",
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(2367);
expect(icons.length).toEqual(2369);
expect(icons).toMatchSnapshot();
});

Expand Down

0 comments on commit 3092fb1

Please sign in to comment.