Skip to content

Commit 5c104b5

Browse files
committed
⬆️ Update Astro version
1 parent 92f13c1 commit 5c104b5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</a>
2929
<a href="https://www.npmjs.com/package/webcoreui">
3030
<img
31-
src="https://img.shields.io/npm/d18m/webcoreui.svg"
31+
src="https://img.shields.io/npm/d18m/webcoreui.svg?color=black"
3232
alt="NPM"
3333
/>
3434
</a>

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@astrojs/svelte": "7.0.4",
2525
"@eslint/js": "9.18.0",
2626
"@typescript-eslint/parser": "8.21.0",
27-
"astro": "5.1.8",
27+
"astro": "5.1.10",
2828
"astro-eslint-parser": "1.1.0",
2929
"eslint": "9.18.0",
3030
"eslint-plugin-astro": "1.3.1",

src/components/Icon/icon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export type IconProps = {
2222
| string
2323
size?: number
2424
color?: string
25-
theme?: 'info' | 'success' | 'warning' | 'alert',
25+
theme?: 'info' | 'success' | 'warning' | 'alert'
2626
iconSet?: {
2727
[key: string]: string
2828
}

0 commit comments

Comments
 (0)