Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 17, 2024
1 parent 4455e13 commit 0ba0f4e
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Go to the `v1` branch to see the changelog of Lume 1.

### Fixed
- `esbuild` timeout [#591].
- Updated dependencies: `unocss`, `pagefind`, `postcss-nesting`, `sass`, `terser`, `vento`, `std`, `preact`, `unocss`, `liquid`, `react` types, `sass`, `tailwind`, `magic-string`.
- Updated dependencies: `unocss`, `pagefind`, `postcss-nesting`, `sass`, `terser`, `vento`, `std`, `preact`, `unocss`, `liquid`, `react` types, `sass`, `tailwind`, `magic-string`, `lume_cms`, `sharp`, `esbuild`.

## [2.1.3] - 2024-03-28
### Added
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.3.11/";
const specifier = "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.4.1/";

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.3.11/"
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.4.1/"
}
}
2 changes: 1 addition & 1 deletion deps/assert.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].1";
export * from "jsr:@std/[email protected].2";
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/[email protected].0/base64";
export * from "jsr:@std/[email protected].1/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/[email protected].1";
export * from "jsr:@std/[email protected].2";
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/[email protected].0/colors";
export * from "jsr:@std/[email protected].1/colors";
2 changes: 1 addition & 1 deletion deps/esbuild.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/[email protected].1/mod.js";
export * from "https://deno.land/x/[email protected].3/mod.js";
2 changes: 1 addition & 1 deletion deps/fs.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].0";
export * from "jsr:@std/[email protected].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/[email protected].0/hex";
export * from "jsr:@std/[email protected].1/hex";
6 changes: 3 additions & 3 deletions deps/liquid.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from "npm:liquidjs@10.12.0";
export * from "npm:liquidjs@10.13.0";

export type { LiquidOptions, Template } from "npm:liquidjs@10.12.0";
export type { LiquidOptions, Template } from "npm:liquidjs@10.13.0";
export type {
TagClass,
TagImplOptions,
} from "npm:liquidjs@10.12.0/dist/template";
} from "npm:liquidjs@10.13.0/dist/template";
2 changes: 1 addition & 1 deletion deps/media_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].0";
export * from "jsr:@std/[email protected].1";
4 changes: 2 additions & 2 deletions deps/path.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "jsr:@std/[email protected].0";
export * as posix from "jsr:@std/[email protected].0/posix";
export * from "jsr:@std/[email protected].1";
export * as posix from "jsr:@std/[email protected].1/posix";
6 changes: 3 additions & 3 deletions deps/preact.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as preact from "npm:preact@10.21.0";
export * as hooks from "npm:preact@10.21.0/hooks";
export * as preact from "npm:preact@10.22.0";
export * as hooks from "npm:preact@10.22.0/hooks";
export { renderToString } from "npm:[email protected]";
export const specifier = "npm:preact@10.21.0";
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:[email protected].1";
export * from "npm:[email protected].2";
4 changes: 2 additions & 2 deletions deps/sharp.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default } from "npm:[email protected].3";
import sharp from "npm:[email protected].3";
export { default } from "npm:[email protected].4";
import sharp from "npm:[email protected].4";
import icoEndec from "npm:[email protected]";
import { svg2png } from "./svg2png.ts";

Expand Down

0 comments on commit 0ba0f4e

Please sign in to comment.