Skip to content

Commit

Permalink
Merge pull request #596 from lumeland/chore/unocss
Browse files Browse the repository at this point in the history
chore(unocss): updated deps
  • Loading branch information
oscarotero committed Apr 6, 2024
2 parents 54053d2 + 630f7a3 commit bec18f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
## [2.1.4] - Unreleased
### Fixed
- `esbuild` timeout [#591].
- Updated dependencies: `unocss`.

## [2.1.3] - 2024-03-28
### Added
Expand Down
20 changes: 6 additions & 14 deletions deps/unocss.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
// https://github.com/denoland/deno/issues/19096
import transformerVariantGroupImport from "npm:@unocss/[email protected]";
import transformerDirectivesImport from "npm:@unocss/[email protected]";

export {
createGenerator,
type SourceCodeTransformer,
type UnocssPluginContext,
type UserConfig,
} from "npm:@unocss/[email protected]";
export { presetUno } from "npm:@unocss/[email protected]";
export { default as MagicString } from "npm:[email protected]";

// https://github.com/denoland/deno/issues/16458#issuecomment-1295003089
export const transformerVariantGroup =
transformerVariantGroupImport as unknown as typeof transformerDirectivesImport.default;
export const transformerDirectives =
transformerDirectivesImport as unknown as typeof transformerDirectivesImport.default;
} from "npm:@unocss/[email protected]";
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]";

export const resetUrl = "https://unpkg.com/@unocss/reset@0.58.8";
export const resetUrl = "https://unpkg.com/@unocss/reset@0.59.0";

0 comments on commit bec18f8

Please sign in to comment.