Skip to content

Commit c085e5e

Browse files
committed
updated deps
1 parent 4025d45 commit c085e5e

File tree

12 files changed

+27
-27
lines changed

12 files changed

+27
-27
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
2121
- Renamed `Config` interface of `seo` and `validate_html` plugins to `Options`.
2222
- Added export-ignore paths to `.gitattributes`.
2323
- `site.remote()`: support commit SHA for GitHub versions.
24-
- Updated dependencies: `deno-loader`, `tailwindcss`, `html-validate`, `magic-string`, `minify-html`, `sass`, `esbuild` and some icons.
24+
- Updated dependencies: `deno-loader`, `tailwindcss`, `html-validate`, `magic-string`, `minify-html`, `sass`, `esbuild`, `terser`, `sharp`, `decap-cms`, `unocss` and some icons.
2525

2626
## [3.1.1] - 2025-10-20
2727
### Added

deps/decap.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const decapUrl =
2-
"https://cdn.jsdelivr.net/npm/decap-cms@3.8.4/dist/decap-cms.js";
3-
export const serverUrl = "npm:decap-server@3.3.1";
2+
"https://cdn.jsdelivr.net/npm/decap-cms@3.9.0/dist/decap-cms.js";
3+
export const serverUrl = "npm:decap-server@3.4.0";

deps/esbuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://cdn.jsdelivr.net/gh/esbuild/deno-esbuild@0.25.12/mod.js";
1+
export * from "https://cdn.jsdelivr.net/gh/esbuild/deno-esbuild@0.27.0/mod.js";

deps/html_validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "npm:[email protected].0";
1+
export * from "npm:[email protected].1";

deps/icons.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const catalogs: Catalog[] = [
3333
{
3434
// https://lucide.dev/
3535
id: "lucide",
36-
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.552.0/icons/{name}.svg",
36+
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.553.0/icons/{name}.svg",
3737
},
3838
{
3939
// https://fonts.google.com/icons?icon.set=Material+Symbols
@@ -116,7 +116,7 @@ export const catalogs: Catalog[] = [
116116
{
117117
// https://simpleicons.org/
118118
id: "simpleicons",
119-
src: "https://cdn.jsdelivr.net/npm/simple-icons@15.19.0/icons/{name}.svg",
119+
src: "https://cdn.jsdelivr.net/npm/simple-icons@15.20.0/icons/{name}.svg",
120120
},
121121
{
122122
// https://tabler.io/icons

deps/postcss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { default as postcss } from "npm:[email protected]";
22
export { default as postcssImport } from "npm:[email protected]";
3-
export { default as autoprefixer } from "npm:[email protected].21";
3+
export { default as autoprefixer } from "npm:[email protected].22";

deps/sharp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { default } from "npm:[email protected].4";
2-
import sharp from "npm:[email protected].4";
1+
export { default } from "npm:[email protected].5";
2+
import sharp from "npm:[email protected].5";
33
import icoEndec from "npm:[email protected]";
44
import { toPng } from "./resvg.ts";
55

deps/tailwindcss.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { compile } from "npm:[email protected].16";
2-
export { toSourceMap } from "npm:@tailwindcss/[email protected].16";
3-
export { type ChangedContent, Scanner } from "npm:@tailwindcss/[email protected].16";
4-
export const specifier = "https://cdn.jsdelivr.net/npm/[email protected].16";
1+
export { compile } from "npm:[email protected].17";
2+
export { toSourceMap } from "npm:@tailwindcss/[email protected].17";
3+
export { type ChangedContent, Scanner } from "npm:@tailwindcss/[email protected].17";
4+
export const specifier = "https://cdn.jsdelivr.net/npm/[email protected].17";

deps/terser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { minify } from "npm:[email protected].0";
2-
export type { MinifyOptions } from "npm:[email protected].0";
1+
export { minify } from "npm:[email protected].1";
2+
export type { MinifyOptions } from "npm:[email protected].1";

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/[email protected].4";
6+
} from "npm:@unocss/[email protected].5";
77

8-
export { presetWind3 } from "npm:@unocss/[email protected].4";
9-
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].4";
10-
export { default as transformerDirectives } from "npm:@unocss/[email protected].4";
8+
export { presetWind3 } from "npm:@unocss/[email protected].5";
9+
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].5";
10+
export { default as transformerDirectives } from "npm:@unocss/[email protected].5";
1111
export { default as MagicString } from "npm:[email protected]";
1212

13-
export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/[email protected].4";
13+
export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/[email protected].5";

0 commit comments

Comments
 (0)