Skip to content

Commit ab6b87a

Browse files
committed
updated deps
1 parent dc9fc08 commit ab6b87a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Go to the `v1` branch to see the changelog of Lume 1.
88

99
## [3.0.11] - Unreleased
1010
### Fixed
11-
- `tailwind` plugin: Support to import styles from npm. (i.e. `npm:npm:tw-animate-css`)
11+
- `tailwind` plugin: Support to import styles from npm. (i.e. `@import "npm:tw-animate-css"`)
1212
- `tailwind` plugin: Imports with relative paths don't work.
13+
- Updated dependencies.
1314

1415
## [3.0.10] - 2025-09-24
1516
### Added

deps/icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const catalogs: Catalog[] = [
147147
id: "sargam",
148148
name: capitalize,
149149
src:
150-
"https://cdn.jsdelivr.net/npm/[email protected].10/Icons/{variant}/si_{name}.svg",
150+
"https://cdn.jsdelivr.net/npm/[email protected].11/Icons/{variant}/si_{name}.svg",
151151
variants: [
152152
{ id: "duotone", path: "Duotone" },
153153
{ id: "fill", path: "Fill" },

0 commit comments

Comments
 (0)