Skip to content

Commit 74cd71a

Browse files
feat(deps): update ionicons to v8 (#30390)
Issue number: resolves #30445 --------- Updates all packages to use the latest version of Ionicons v8 --------- Co-authored-by: Brandy Smith <[email protected]>
1 parent 30d1910 commit 74cd71a

35 files changed

+7544
-21359
lines changed

core/package-lock.json

Lines changed: 50 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"@stencil/core": "4.33.1",
35-
"ionicons": "^7.2.2",
35+
"ionicons": "^8.0.13",
3636
"tslib": "^2.1.0"
3737
},
3838
"devDependencies": {

core/stencil.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export const config: Config = {
216216
},
217217
{
218218
type: 'dist',
219-
esmLoaderPath: '../loader'
219+
esmLoaderPath: '../loader',
220220
},
221221
{
222222
type: 'dist-custom-elements',

0 commit comments

Comments
 (0)