Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 2, 2024
1 parent cc6663c commit 0ff0698
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
### Fixed
- Port detection in `lume cms` command.
- Show an error when trying to copy a file from outside the src folder [#610].
- Updated dependencies: `std`, `preact-render-to-string`, `vento`, `lightningcss`, `unocss`, `pug`, `cms`, `liquid`, `lightningcss`, `esbuild`, `react-types`.
- Updated dependencies: `std`, `preact-render-to-string`, `vento`, `lightningcss`, `unocss`, `pug`, `cms`, `liquid`, `lightningcss`, `esbuild`, `react-types`, `deno_dom`, `sass`, `unocss`.

## [2.2.0] - 2024-05-17
[Luísa Villalta](https://galicianliterature.com/villalta) edition.
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.4.2/";
const specifier = "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.5.0/";

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/nudd@v0.2.4/cli.ts' update deps/*.ts cms.ts deno.json"
},
"imports": {
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.4.2/"
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.5.0/"
}
}
2 changes: 1 addition & 1 deletion deps/base64.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/encoding@0.224.2/base64";
export * from "jsr:@std/encoding@0.224.3/base64";
2 changes: 1 addition & 1 deletion deps/cli.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/cli@0.224.3";
export * from "jsr:@std/cli@0.224.4";
2 changes: 1 addition & 1 deletion deps/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/fmt@0.225.1/colors";
export * from "jsr:@std/fmt@0.225.2/colors";
2 changes: 1 addition & 1 deletion deps/dom.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// <reference lib="dom" />
/// <reference lib="dom.iterable" />
export * from "https://deno.land/x/deno_dom@v0.1.45/deno-dom-wasm.ts";
export * from "https://deno.land/x/deno_dom@v0.1.47/deno-dom-wasm.ts";
4 changes: 2 additions & 2 deletions deps/front_matter.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "jsr:@std/front-matter@0.224.0/any";
export { test } from "jsr:@std/front-matter@0.224.0";
export * from "jsr:@std/front-matter@0.224.1/any";
export { test } from "jsr:@std/front-matter@0.224.1";
2 changes: 1 addition & 1 deletion deps/hex.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/encoding@0.224.2/hex";
export * from "jsr:@std/encoding@0.224.3/hex";
2 changes: 1 addition & 1 deletion deps/http.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { serveFile } from "jsr:@std/http@0.224.1/file-server";
export { serveFile } from "jsr:@std/http@0.224.2/file-server";
2 changes: 1 addition & 1 deletion deps/preact.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as preact from "npm:preact@10.22.0";
export * as hooks from "npm:preact@10.22.0/hooks";
export { renderToString } from "npm:preact-render-to-string@6.5.2";
export { renderToString } from "npm:preact-render-to-string@6.5.3";
export const specifier = "npm:preact@10.22.0";
2 changes: 1 addition & 1 deletion deps/sass.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:sass@1.77.2";
export * from "npm:sass@1.77.4";
10 changes: 5 additions & 5 deletions deps/unocss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export {
type SourceCodeTransformer,
type UnocssPluginContext,
type UserConfig,
} from "npm:@unocss/core@0.60.3";
export { presetUno } from "npm:@unocss/preset-uno@0.60.3";
export { default as transformerVariantGroup } from "npm:@unocss/transformer-variant-group@0.60.3";
export { default as transformerDirectives } from "npm:@unocss/transformer-directives@0.60.3";
} from "npm:@unocss/core@0.60.4";
export { presetUno } from "npm:@unocss/preset-uno@0.60.4";
export { default as transformerVariantGroup } from "npm:@unocss/transformer-variant-group@0.60.4";
export { default as transformerDirectives } from "npm:@unocss/transformer-directives@0.60.4";
export { default as MagicString } from "npm:magic-string@0.30.10";

export const resetUrl = "https://unpkg.com/@unocss/reset@0.60.3";
export const resetUrl = "https://unpkg.com/@unocss/reset@0.60.4";
2 changes: 1 addition & 1 deletion deps/yaml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/yaml@0.224.0";
export * from "jsr:@std/yaml@0.224.1";

0 comments on commit 0ff0698

Please sign in to comment.