Skip to content

Commit

Permalink
feat(deps-dev): upgrade @carbon/icons 11.16 -> 11.25 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Aug 26, 2023
1 parent a182ad7 commit 127a232
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 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

> 2110 icons from [@carbon/icons@^11.16.1](https://unpkg.com/browse/@carbon/icons@^11.16.1/)
> 2112 icons from [@carbon/icons@^11.25.0](https://unpkg.com/browse/@carbon/icons@^11.25.0/)
- Accessibility
- AccessibilityAlt
Expand Down Expand Up @@ -513,6 +513,7 @@
- Db2Database
- Debug
- DecisionTree
- Delete
- Delivery
- DeliveryAdd
- DeliveryParcel
Expand Down Expand Up @@ -1464,6 +1465,7 @@
- ResultNew
- ResultOld
- RetryFailed
- Return
- Review
- Rewind_10
- Rewind_30
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@carbon/icon-helpers": "^10.44.0",
"@carbon/icons": "^11.16.1",
"@carbon/icons": "^11.25.0",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@types/carbon__icon-helpers": "^10.7.2",
"svelte": "^4.2.0",
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 @@ -513,6 +513,7 @@ exports[`carbon-icons-svelte > imports 2`] = `
"Db2Database",
"Debug",
"DecisionTree",
"Delete",
"Delivery",
"DeliveryAdd",
"DeliveryParcel",
Expand Down Expand Up @@ -1464,6 +1465,7 @@ exports[`carbon-icons-svelte > imports 2`] = `
"ResultNew",
"ResultOld",
"RetryFailed",
"Return",
"Review",
"Rewind_10",
"Rewind_30",
Expand Down
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { template } from "../src/template";
describe("carbon-icons-svelte", () => {
test("imports", async () => {
const icons = await buildIcons();
expect(icons.length).toMatchInlineSnapshot("2110");
expect(icons.length).toMatchInlineSnapshot("2112");
expect(icons).toMatchSnapshot();
});

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
resolved "https://registry.yarnpkg.com/@carbon/icon-helpers/-/icon-helpers-10.44.0.tgz#4308806bf903310d68240325a53ce400ef7dc9af"
integrity sha512-8gvP8Qr2pNspIUPiQRQQUB9gdklLxfs7JDIz4a/PUzon7IcVielpl08blh2IjpbDr/cZSje5fwn3CAInCKNb1g==

"@carbon/icons@^11.16.1":
version "11.22.1"
resolved "https://registry.yarnpkg.com/@carbon/icons/-/icons-11.22.1.tgz#cb7a163a0c3b22b0d2d93ed355c662e243931983"
integrity sha512-d1FtLT3+BRuUn6P59mvIr6m4osfz7RQbKL8tSrU72c45/eb/w8xDJ/1NOSoVIjZ55/JKLo9XkSt7HwwOJBlEiQ==
"@carbon/icons@^11.25.0":
version "11.25.0"
resolved "https://registry.yarnpkg.com/@carbon/icons/-/icons-11.25.0.tgz#9cbc5e0075790d910842f61514e16510fb76e6c1"
integrity sha512-Pdd/6lY7v/c0dk3HVr+XteAc0PyumIA7WrdcSipaICivxuSiD2Wxzo8dO1aoB4OAqNOzLnODODAiDHr5xqCGkg==

"@esbuild/[email protected]":
version "0.18.11"
Expand Down

0 comments on commit 127a232

Please sign in to comment.