Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 3df8dd9

Browse files
committed
Upgrade uncss to 0.32.2
1 parent 57856c2 commit 3df8dd9

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

lib/@unocss/preset-attributify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Provides Attributify Mode to other presets and rules.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-attributify
44
*/
5-
export { default } from "https://esm.sh/@unocss/preset-attributify@0.31.6";
5+
export { default } from "https://esm.sh/@unocss/preset-attributify@0.32.2";

lib/@unocss/preset-icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Use any icon as a class utility.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-icons
44
*/
5-
export { default } from "https://esm.sh/@unocss/preset-icons@0.31.6?no-require";
5+
export { default } from "https://esm.sh/@unocss/preset-icons@0.32.2?no-require";

lib/@unocss/preset-mini.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* The minimal but essential rules and variants.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-mini
44
*/
5-
export { default } from "https://esm.sh/@unocss/preset-mini@0.31.6";
5+
export { default } from "https://esm.sh/@unocss/preset-mini@0.32.2";

lib/@unocss/preset-typography.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* The typography preset.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-typography
44
*/
5-
export { default } from "https://esm.sh/@unocss/preset-typography@0.31.6";
5+
export { default } from "https://esm.sh/@unocss/preset-typography@0.32.2";

lib/@unocss/preset-uno.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from "https://esm.sh/@unocss/preset-uno@0.31.6";
1+
export { default } from "https://esm.sh/@unocss/preset-uno@0.32.2";

lib/@unocss/preset-web-fonts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Web fonts at ease.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-web-fonts
44
*/
5-
export { default } from "https://esm.sh/@unocss/preset-web-fonts@0.31.6";
5+
export { default } from "https://esm.sh/@unocss/preset-web-fonts@0.32.2";

lib/@unocss/preset-wind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Tailwind / Windi CSS compact preset.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-wind
44
*/
5-
export { default } from "https://esm.sh/@unocss/preset-wind@0.31.6";
5+
export { default } from "https://esm.sh/@unocss/preset-wind@0.32.2";

server/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { basename, dirname, globToRegExp, join } from "https://deno.land/[email protected]/path/mod.ts";
22
import { JSONC } from "https://deno.land/x/[email protected]/src/jsonc.ts";
33
import { findFile } from "../lib/fs.ts";
4-
import { createGenerator } from "https://esm.sh/@unocss/core@0.31.6";
4+
import { createGenerator } from "https://esm.sh/@unocss/core@0.32.2";
55
import log from "../lib/log.ts";
66
import util from "../lib/util.ts";
77
import { isCanary, VERSION } from "../version.ts";

server/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { UserConfig as AtomicCSSConfig } from "https://esm.sh/@unocss/core@0.31.6";
1+
import type { UserConfig as AtomicCSSConfig } from "https://esm.sh/@unocss/core@0.32.2";
22

33
export type AlephConfig = {
44
/** The basePath of the app. */

0 commit comments

Comments
 (0)