Skip to content

Commit

Permalink
feat(deps-dev): upgrade @carbon/pictograms 12.14.0 -> 12.19.1 (#74)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump deps

* chore: alias library path

* Run "yarn test run -u"

* chore(preview): upgrade deps [ci skip]
  • Loading branch information
metonym authored Jul 8, 2023
1 parent b89d612 commit 4658bc5
Show file tree
Hide file tree
Showing 11 changed files with 742 additions and 530 deletions.
19 changes: 18 additions & 1 deletion PICTOGRAM_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pictogram Index

> 966 pictograms from @carbon/pictograms@12.14.0
> 983 pictograms from @carbon/pictograms@^12.19.1
## Usage

Expand All @@ -23,6 +23,7 @@
- AdvancedFraudProtection
- AdvancedThreats
- Advocate
- AdvocateMask
- Agility
- AgilityWithHybridMulticloud
- Agriculture
Expand Down Expand Up @@ -229,6 +230,8 @@
- Console
- ConsoleWireless
- Construct
- ConstructionWorker
- ConstructionWorkerMask
- ConsumerEngagementFoodJourney
- Container
- ContainerMicroservices
Expand All @@ -250,6 +253,14 @@
- CreditCard
- Crop
- Cupcake
- CurveCubic
- CurveExponential
- CurveInverse
- CurveLinear
- CurveLogarithmic
- CurveLogistic
- CurvePower
- CurveQuadratic
- CustomWorkloads
- CustomReports
- CustomerService
Expand Down Expand Up @@ -691,6 +702,7 @@
- Puzzle
- QQPlot
- QrCode
- Quantum
- QuantumSafe
- QuantumComputing
- Question
Expand Down Expand Up @@ -927,6 +939,7 @@
- UserExperienceDesign
- UserInsights
- UserInterface
- UserMask
- UserProfile
- UserSearch
- Vancouver
Expand Down Expand Up @@ -955,6 +968,10 @@
- WashingtonDcCapitol
- WashingtonDcMonument
- WatsonLogo
- Watsonx
- WatsonxAi
- WatsonxData
- WatsonxGovernance
- Weather
- WebDeveloper
- Webcast
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"test": "vitest"
},
"devDependencies": {
"@carbon/icon-helpers": "^10.33.0",
"@carbon/pictograms": "12.14.0",
"@carbon/icon-helpers": "^10.42.1",
"@carbon/pictograms": "^12.19.1",
"@sveltejs/vite-plugin-svelte": "^1.0.9",
"@types/carbon__icon-helpers": "^10.7.2",
"sveld": "^0.17.2",
"svelte": "^3.51.0",
"sveld": "^0.18.1",
"svelte": "^3.59.2",
"typescript": "^4.8.4",
"vitest": "^0.24.3"
"vitest": "^0.33.0"
},
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion preview/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "./.svelte-kit/tsconfig.json"
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"ignoreDeprecations": "5.0"
}
}
12 changes: 6 additions & 6 deletions preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-static": "1.0.0-next.48",
"@sveltejs/kit": "1.0.0-next.544",
"carbon-components-svelte": "^0.70.12",
"@sveltejs/adapter-static": "2.0.2",
"@sveltejs/kit": "1.22.1",
"carbon-components-svelte": "^0.76.0",
"carbon-icons-svelte": "^11.4.0",
"carbon-preprocess-svelte": "^0.9.1",
"fuzzy": "^0.1.3",
"svelte": "^3.53.1",
"svelte-focus-key": "^0.3.2",
"vite": "^3.2.3"
"svelte": "^3.59.2",
"svelte-focus-key": "^1.0.0",
"vite": "^4.4.2"
}
}
3 changes: 3 additions & 0 deletions preview/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { sveltekit } from "@sveltejs/kit/vite";

/** @type {import('vite').UserConfig} */
const config = {
optimizeDeps: {
exclude: ["carbon-components-svelte", "carbon-icons-svelte"],
},
plugins: [sveltekit()],
};

Expand Down
Loading

0 comments on commit 4658bc5

Please sign in to comment.