Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 17, 2024
1 parent c7b7f41 commit 78d3370
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
- `esbuild` timeout [#591].
- Updated dependencies: `unocss`, `pagefind`, `postcss-nesting`, `sass`, `terser`, `vento`, `std`, `preact`, `unocss`, `liquid`, `react` types, `sass`, `tailwind`.
- Updated dependencies: `unocss`, `pagefind`, `postcss-nesting`, `sass`, `terser`, `vento`, `std`, `preact`, `unocss`, `liquid`, `react` types, `sass`, `tailwind`, `magic-string`.

## [2.1.3] - 2024-03-28
### Added
Expand Down
10 changes: 5 additions & 5 deletions cms.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].9/adapters/lume.ts";
export { default } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].9/mod.ts";
export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].9/storage/kv.ts";
export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].9/storage/fs.ts";
export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].9/storage/github.ts";
export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].10/adapters/lume.ts";
export { default } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].10/mod.ts";
export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].10/storage/kv.ts";
export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].10/storage/fs.ts";
export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].10/storage/github.ts";
2 changes: 1 addition & 1 deletion deps/unocss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export {
export { presetUno } from "npm:@unocss/[email protected]";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected]";
export { default as transformerDirectives } from "npm:@unocss/[email protected]";
export { default as MagicString } from "npm:[email protected].9";
export { default as MagicString } from "npm:[email protected].10";

export const resetUrl = "https://unpkg.com/@unocss/[email protected]";

0 comments on commit 78d3370

Please sign in to comment.