Skip to content

Commit 46b72e8

Browse files
authored
feat(deps-dev): upgrade @carbon/pictograms 12.36.0 -> 12.43.0 (#93)
1 parent e9441b6 commit 46b72e8

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

PICTOGRAM_INDEX.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pictogram Index
22

3-
> 1183 pictograms from @carbon/pictograms@12.36.0
3+
> 1187 pictograms from @carbon/pictograms@12.43.0
44
55
## Usage
66

@@ -617,6 +617,7 @@
617617
- Invoice
618618
- IotMunich
619619
- ItInfrastructureSoftware
620+
- JapanMtFuji
620621
- Java
621622
- Javascript
622623
- Juice
@@ -670,6 +671,7 @@
670671
- MadridCathedral
671672
- MadridSkyscrapers
672673
- MadridStatue
674+
- MagicWand
673675
- Magnify
674676
- MailVerse
675677
- MainframeQualitiesOfService
@@ -865,6 +867,7 @@
865867
- RedHatApplications
866868
- RedefiningFinancialServices
867869
- ReducingCost
870+
- ReferenceArchitecture
868871
- Refinery
869872
- Refresh
870873
- RelationshipDiagram
@@ -1176,6 +1179,7 @@
11761179
- WeddingCake
11771180
- Wheat
11781181
- Whistle
1182+
- WhitePaper
11791183
- Wifi
11801184
- WindPower
11811185
- Windows

bun.lockb

0 Bytes
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@carbon/icon-helpers": "latest",
25-
"@carbon/pictograms": "12.36.0",
25+
"@carbon/pictograms": "12.43.0",
2626
"@types/bun": "latest",
2727
"sveld": "latest",
2828
"svelte": "^5.0.3",

tests/__snapshots__/index.test.ts.snap

+4
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ exports[`imports 1`] = `
605605
"Invoice",
606606
"IotMunich",
607607
"ItInfrastructureSoftware",
608+
"JapanMtFuji",
608609
"Java",
609610
"Javascript",
610611
"Juice",
@@ -658,6 +659,7 @@ exports[`imports 1`] = `
658659
"MadridCathedral",
659660
"MadridSkyscrapers",
660661
"MadridStatue",
662+
"MagicWand",
661663
"Magnify",
662664
"MailVerse",
663665
"MainframeQualitiesOfService",
@@ -853,6 +855,7 @@ exports[`imports 1`] = `
853855
"RedHatApplications",
854856
"RedefiningFinancialServices",
855857
"ReducingCost",
858+
"ReferenceArchitecture",
856859
"Refinery",
857860
"Refresh",
858861
"RelationshipDiagram",
@@ -1164,6 +1167,7 @@ exports[`imports 1`] = `
11641167
"WeddingCake",
11651168
"Wheat",
11661169
"Whistle",
1170+
"WhitePaper",
11671171
"Wifi",
11681172
"WindPower",
11691173
"Windows",

tests/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { template } from "../src/template";
55

66
test("imports", async () => {
77
const pictograms = await buildPictograms();
8-
expect(pictograms.length).toEqual(1183);
8+
expect(pictograms.length).toEqual(1187);
99
expect(pictograms).toMatchSnapshot();
1010
}, 30_000);
1111

0 commit comments

Comments
 (0)