Skip to content

Commit

Permalink
Updated unocss
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 19, 2024
1 parent 4ef9f15 commit 6ebe308
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Go to the `v1` branch to see the changelog of Lume 1.
- Feed plugin: Add image support [#599], [#598].
- New middleware `shutdown`.

### Fixed
- Updated dependencies: `unocss`.

## [2.1.4] - 2024-04-17
### Added
- Pagefind plugin: Updated the `ui` object with the new options introduced in v1.1.0.
Expand Down
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].3";
export { presetUno } from "npm:@unocss/[email protected].3";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].3";
export { default as transformerDirectives } from "npm:@unocss/[email protected].3";
} from "npm:@unocss/[email protected].4";
export { presetUno } from "npm:@unocss/[email protected].4";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].4";
export { default as transformerDirectives } from "npm:@unocss/[email protected].4";
export { default as MagicString } from "npm:[email protected]";

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

0 comments on commit 6ebe308

Please sign in to comment.