Skip to content

Commit

Permalink
feat(deps-dev): upgrade @carbon/icons 11.5.0 -> 11.6.0 (#149)
Browse files Browse the repository at this point in the history
* feat(deps-dev): upgrade `@carbon/icons` 11.5.0 -> 11.6.0

* Run "yarn prepack"

* Run "yarn test -u"
  • Loading branch information
metonym committed Jul 22, 2022
1 parent 78496e9 commit 9f2a059
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 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

> 1948 icons from [@carbon/icons@11.5.0](https://unpkg.com/browse/@carbon/icons@11.5.0/)
> 1949 icons from [@carbon/icons@11.6.0](https://unpkg.com/browse/@carbon/icons@11.6.0/)
- Accessibility
- AccessibilityAlt
Expand Down Expand Up @@ -792,6 +792,7 @@
- IbmCloud
- IbmCloudDedicatedHost
- IbmCloudInternetServices
- IbmCloudKubernetesService
- IbmCloudPakApplications
- IbmCloudPakBusinessAutomation
- IbmCloudPakData
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.31.0",
"@carbon/icons": "11.5.0",
"@carbon/icons": "11.6.0",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@types/carbon__icon-helpers": "^10.7.2",
"svelte": "^3.49.0",
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 @@ -792,6 +792,7 @@ exports[`carbon-icons-svelte > imports 2`] = `
"IbmCloud",
"IbmCloudDedicatedHost",
"IbmCloudInternetServices",
"IbmCloudKubernetesService",
"IbmCloudPakApplications",
"IbmCloudPakBusinessAutomation",
"IbmCloudPakData",
Expand Down
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("carbon-icons-svelte", () => {
});

test("imports", () => {
expect(icons.length).toMatchInlineSnapshot("1948");
expect(icons.length).toMatchInlineSnapshot("1949");
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 @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@carbon/icon-helpers/-/icon-helpers-10.31.0.tgz#6b53d67164ddc8fa6770194821c4082e66de557e"
integrity sha512-1H7J+mapu1mWS8exIsHuwDMGg0QfCQpz3ho9g/vTGJAhB/s3aPAVBx0yfswB92SLzznriDflSaIHZAi6vshpUg==

"@carbon/icons@11.5.0":
version "11.5.0"
resolved "https://registry.yarnpkg.com/@carbon/icons/-/icons-11.5.0.tgz#dde7f0093cffea5d9a47b35e23fec74dd5beba98"
integrity sha512-2k6TGPsqxQunVsWK6b/zWUQ2tjVFBBxCWRI2shJcgu016XsslMWs+zAa0ASZ7MYxOrhgisDmGvXQDVRU7MF68A==
"@carbon/icons@11.6.0":
version "11.6.0"
resolved "https://registry.yarnpkg.com/@carbon/icons/-/icons-11.6.0.tgz#34c9484c3db050e40670a748e5625916b80a199e"
integrity sha512-d9X4qJMJY66ICzaD2EmSgNA6W4duJG9ROqs/yEZ/M4lgf9raIIXdrG/dSU9wMy0g10kad+Dx8FPGadzXSFYueQ==

"@rollup/pluginutils@^4.2.1":
version "4.2.1"
Expand Down

0 comments on commit 9f2a059

Please sign in to comment.