Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 30, 2024
1 parent 3b36d6f commit db8af7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cms.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"update-deps": "deno run -A --quiet 'https://deno.land/x/[email protected]/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/"
}
}
2 changes: 1 addition & 1 deletion deps/postcss.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { default as postcss } from "npm:[email protected].38";
export { default as postcss } from "npm:[email protected].39";
export { default as postcssImport } from "npm:[email protected]";
export { default as autoprefixer } from "npm:[email protected]";

0 comments on commit db8af7c

Please sign in to comment.