Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jul 5, 2024
1 parent e3e4bc9 commit 96abb5c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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`, `postcss`, `esbuild`, `katex`, `preact`, `xml`.
- Updated dependencies: `std`, `postcss`, `esbuild`, `katex`, `preact`, `xml`, `vento`, `satori`, `unocss`.
- Vento plugin for component doesn't support multiline code.

## [2.2.2] - 2024-06-21
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/[email protected].3/";
const specifier = "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/";

throw new Error(`
This module is not longer available.
Expand Down
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"test": "TZ=Z LUME_LOGS=ERROR DENO_FUTURE=1 deno test -A",
"test:update": "deno task test -- --update",
"changelog": "deno run --allow-read --allow-write https://deno.land/x/[email protected]/bin.ts",
"update-deps": "deno run -A --quiet 'https://deno.land/x/[email protected].5/cli.ts' update deps/*.ts cms.ts deno.json"
"update-deps": "deno run -A --quiet 'https://deno.land/x/[email protected].6/cli.ts' update deps/*.ts cms.ts deno.json"
},
"imports": {
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].3/"
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/"
}
}
4 changes: 2 additions & 2 deletions deps/satori.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default } from "npm:[email protected].13";
export * from "npm:[email protected].13";
export { default } from "npm:[email protected].14";
export * from "npm:[email protected].14";
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/[email protected].0";
export { presetUno } from "npm:@unocss/[email protected].0";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].0";
export { default as transformerDirectives } from "npm:@unocss/[email protected].0";
} from "npm:@unocss/[email protected].2";
export { presetUno } from "npm:@unocss/[email protected].2";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].2";
export { default as transformerDirectives } from "npm:@unocss/[email protected].2";
export { default as MagicString } from "npm:[email protected]";

export const resetUrl = "https://unpkg.com/@unocss/[email protected].0";
export const resetUrl = "https://unpkg.com/@unocss/[email protected].2";
8 changes: 4 additions & 4 deletions deps/vento.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export { default as engine } from "https://deno.land/x/[email protected].7/mod.ts";
export { FileLoader } from "https://deno.land/x/[email protected].7/src/loader.ts";
export { default as engine } from "https://deno.land/x/[email protected].8/mod.ts";
export { FileLoader } from "https://deno.land/x/[email protected].8/src/loader.ts";

export type {
Environment,
Plugin,
} from "https://deno.land/x/[email protected].7/src/environment.ts";
export type { Token } from "https://deno.land/x/[email protected].7/src/tokenizer.ts";
} from "https://deno.land/x/[email protected].8/src/environment.ts";
export type { Token } from "https://deno.land/x/[email protected].8/src/tokenizer.ts";
4 changes: 2 additions & 2 deletions tests/__snapshots__/og_images.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ snapshot[`OpenGraph images 2`] = `[]`;
snapshot[`OpenGraph images 3`] = `
[
{
content: "Uint8Array(13124)",
content: "Uint8Array(13043)",
data: {
basename: "index",
content: "Uint8Array(13124)",
content: "Uint8Array(13043)",
page: [
"src",
"data",
Expand Down

0 comments on commit 96abb5c

Please sign in to comment.