Skip to content

Commit

Permalink
feat(deps-dev): upgrade @carbon/icons 11.36 -> 11.37 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Mar 12, 2024
1 parent 919dc0d commit 6f699f5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion ICON_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Icon Index

> 2233 icons from [@carbon/icons@11.36.0](https://unpkg.com/browse/@carbon/icons@11.36.0/)
> 2237 icons from [@carbon/icons@11.37.0](https://unpkg.com/browse/@carbon/icons@11.37.0/)
- Accessibility
- AccessibilityAlt
Expand Down Expand Up @@ -1560,6 +1560,10 @@
- Rewind_10
- Rewind_30
- Rewind_5
- RightPanelClose
- RightPanelCloseFilled
- RightPanelOpen
- RightPanelOpenFilled
- Road
- RoadWeather
- Roadmap
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.36.0",
"@carbon/icons": "11.37.0",
"@carbon/icons-11.31": "npm:@carbon/[email protected]",
"@types/bun": "latest",
"@types/carbon__icon-helpers": "latest",
Expand Down
4 changes: 4 additions & 0 deletions tests/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,10 @@ exports[`imports 1`] = `
"Rewind_10",
"Rewind_30",
"Rewind_5",
"RightPanelClose",
"RightPanelCloseFilled",
"RightPanelOpen",
"RightPanelOpenFilled",
"Road",
"RoadWeather",
"Roadmap",
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(2233);
expect(icons.length).toEqual(2237);
expect(icons).toMatchSnapshot();
});

Expand Down

0 comments on commit 6f699f5

Please sign in to comment.