From db8af7c1a99f8be2e5aaed7d034a10f1f7c8c241 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Sun, 30 Jun 2024 11:45:51 +0200 Subject: [PATCH] updated deps --- CHANGELOG.md | 2 +- cms.ts | 2 +- deno.json | 2 +- deps/postcss.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e22f1138..aa2954ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Go to the `v1` branch to see the changelog of Lume 1. ### Fixed - Nav plugin: the `order` option is not applied. -- Updated dependencies: `std`. +- Updated dependencies: `std`, `postcss`. ## [2.2.2] - 2024-06-21 ### Fixed diff --git a/cms.ts b/cms.ts index aaf132db..f3d477e6 100644 --- a/cms.ts +++ b/cms.ts @@ -1,5 +1,5 @@ import { yellow } from "./deps/colors.ts"; -const specifier = "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.5.2/"; +const specifier = "https://cdn.jsdelivr.net/gh/lumeland/cms@0.5.3/"; throw new Error(` This module is not longer available. diff --git a/deno.json b/deno.json index bf3f7394..3b826dde 100644 --- a/deno.json +++ b/deno.json @@ -15,6 +15,6 @@ "update-deps": "deno run -A --quiet 'https://deno.land/x/nudd@v0.2.5/cli.ts' update deps/*.ts cms.ts deno.json" }, "imports": { - "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.5.2/" + "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.5.3/" } } diff --git a/deps/postcss.ts b/deps/postcss.ts index 178f1a0f..1c0789ef 100644 --- a/deps/postcss.ts +++ b/deps/postcss.ts @@ -1,3 +1,3 @@ -export { default as postcss } from "npm:postcss@8.4.38"; +export { default as postcss } from "npm:postcss@8.4.39"; export { default as postcssImport } from "npm:postcss-import@16.1.0"; export { default as autoprefixer } from "npm:autoprefixer@10.4.19";