Skip to content

Commit

Permalink
feat(deps-dev): upgrade @carbon/pictograms 12.36.0 -> 12.43.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Nov 20, 2024
1 parent e9441b6 commit 46b72e8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion PICTOGRAM_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pictogram Index

> 1183 pictograms from @carbon/pictograms@12.36.0
> 1187 pictograms from @carbon/pictograms@12.43.0
## Usage

Expand Down Expand Up @@ -617,6 +617,7 @@
- Invoice
- IotMunich
- ItInfrastructureSoftware
- JapanMtFuji
- Java
- Javascript
- Juice
Expand Down Expand Up @@ -670,6 +671,7 @@
- MadridCathedral
- MadridSkyscrapers
- MadridStatue
- MagicWand
- Magnify
- MailVerse
- MainframeQualitiesOfService
Expand Down Expand Up @@ -865,6 +867,7 @@
- RedHatApplications
- RedefiningFinancialServices
- ReducingCost
- ReferenceArchitecture
- Refinery
- Refresh
- RelationshipDiagram
Expand Down Expand Up @@ -1176,6 +1179,7 @@
- WeddingCake
- Wheat
- Whistle
- WhitePaper
- Wifi
- WindPower
- Windows
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@carbon/icon-helpers": "latest",
"@carbon/pictograms": "12.36.0",
"@carbon/pictograms": "12.43.0",
"@types/bun": "latest",
"sveld": "latest",
"svelte": "^5.0.3",
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 @@ -605,6 +605,7 @@ exports[`imports 1`] = `
"Invoice",
"IotMunich",
"ItInfrastructureSoftware",
"JapanMtFuji",
"Java",
"Javascript",
"Juice",
Expand Down Expand Up @@ -658,6 +659,7 @@ exports[`imports 1`] = `
"MadridCathedral",
"MadridSkyscrapers",
"MadridStatue",
"MagicWand",
"Magnify",
"MailVerse",
"MainframeQualitiesOfService",
Expand Down Expand Up @@ -853,6 +855,7 @@ exports[`imports 1`] = `
"RedHatApplications",
"RedefiningFinancialServices",
"ReducingCost",
"ReferenceArchitecture",
"Refinery",
"Refresh",
"RelationshipDiagram",
Expand Down Expand Up @@ -1164,6 +1167,7 @@ exports[`imports 1`] = `
"WeddingCake",
"Wheat",
"Whistle",
"WhitePaper",
"Wifi",
"WindPower",
"Windows",
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 pictograms = await buildPictograms();
expect(pictograms.length).toEqual(1183);
expect(pictograms.length).toEqual(1187);
expect(pictograms).toMatchSnapshot();
}, 30_000);

Expand Down

0 comments on commit 46b72e8

Please sign in to comment.