Skip to content

Commit a4c4a46

Browse files
committed
Updated dependencies
1 parent b28a88f commit a4c4a46

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
1414

1515
### Fixed
1616
- Duplicated pages throws an error instead of using the `log.error` helper.
17-
- Updated dependencies: `schema-dts`, `esbuild`, `sass`, `terser`, `katex`, `satori`, `zip-js`, `xml`, `deno-loader`, `pug`, `tailwindcss`, `decap-cms`, `partytown`, `unocss`, `pagefind` and icons.
17+
- Updated dependencies: `schema-dts`, `esbuild`, `sass`, `terser`, `katex`, `satori`, `zip-js`, `xml`, `deno-loader`, `pug`, `tailwindcss`, `decap-cms`, `partytown`, `unocss`, `pagefind`, `postcss` and icons.
1818

1919
## [3.2.3] - 2026-03-11
2020
### Fixed

deps/icons.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,55 +33,55 @@ export const catalogs: Catalog[] = [
3333
{
3434
// https://lucide.dev/
3535
id: "lucide",
36-
src: "https://cdn.jsdelivr.net/npm/lucide-static@1.7.0/icons/{name}.svg",
36+
src: "https://cdn.jsdelivr.net/npm/lucide-static@1.8.0/icons/{name}.svg",
3737
},
3838
{
3939
// https://fonts.google.com/icons?icon.set=Material+Symbols
4040
id: "material-100",
4141
src:
42-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-100@0.44.0/{variant}/{name}.svg",
42+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-100@0.44.1/{variant}/{name}.svg",
4343
variants: ["outlined", "rounded", "sharp"],
4444
},
4545
{
4646
// https://fonts.google.com/icons?icon.set=Material+Symbols
4747
id: "material-200",
4848
src:
49-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-200@0.44.0/{variant}/{name}.svg",
49+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-200@0.44.1/{variant}/{name}.svg",
5050
variants: ["outlined", "rounded", "sharp"],
5151
},
5252
{
5353
// https://fonts.google.com/icons?icon.set=Material+Symbols
5454
id: "material-300",
5555
src:
56-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-300@0.44.0/{variant}/{name}.svg",
56+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-300@0.44.1/{variant}/{name}.svg",
5757
variants: ["outlined", "rounded", "sharp"],
5858
},
5959
{
6060
// https://fonts.google.com/icons?icon.set=Material+Symbols
6161
id: "material-400",
6262
src:
63-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.44.0/{variant}/{name}.svg",
63+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.44.1/{variant}/{name}.svg",
6464
variants: ["outlined", "rounded", "sharp"],
6565
},
6666
{
6767
// https://fonts.google.com/icons?icon.set=Material+Symbols
6868
id: "material-500",
6969
src:
70-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-500@0.44.0/{variant}/{name}.svg",
70+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-500@0.44.1/{variant}/{name}.svg",
7171
variants: ["outlined", "rounded", "sharp"],
7272
},
7373
{
7474
// https://fonts.google.com/icons?icon.set=Material+Symbols
7575
id: "material-600",
7676
src:
77-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-600@0.44.0/{variant}/{name}.svg",
77+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-600@0.44.1/{variant}/{name}.svg",
7878
variants: ["outlined", "rounded", "sharp"],
7979
},
8080
{
8181
// https://fonts.google.com/icons?icon.set=Material+Symbols
8282
id: "material-700",
8383
src:
84-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-700@0.44.0/{variant}/{name}.svg",
84+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-700@0.44.1/{variant}/{name}.svg",
8585
variants: ["outlined", "rounded", "sharp"],
8686
},
8787
{

deps/postcss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { default as postcss } from "npm:postcss@8.5.8";
1+
export { default as postcss } from "npm:postcss@8.5.9";
22
export { default as postcssImport } from "npm:postcss-import@16.1.1";
33
export { default as autoprefixer } from "npm:autoprefixer@10.4.27";

deps/unocss.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ export {
33
type SourceCodeTransformer,
44
type UnocssPluginContext,
55
type UserConfig,
6-
} from "npm:@unocss/core@66.6.7";
6+
} from "npm:@unocss/core@66.6.8";
77

8-
export { presetWind3 } from "npm:@unocss/preset-wind3@66.6.7";
9-
export { default as transformerVariantGroup } from "npm:@unocss/transformer-variant-group@66.6.7";
10-
export { default as transformerDirectives } from "npm:@unocss/transformer-directives@66.6.7";
8+
export { presetWind3 } from "npm:@unocss/preset-wind3@66.6.8";
9+
export { default as transformerVariantGroup } from "npm:@unocss/transformer-variant-group@66.6.8";
10+
export { default as transformerDirectives } from "npm:@unocss/transformer-directives@66.6.8";
1111
export { default as MagicString } from "npm:magic-string@0.30.21";
1212

13-
export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/reset@66.6.7";
13+
export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/reset@66.6.8";

0 commit comments

Comments
 (0)