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

Commit 1d1e822

Browse files
committed
Upgrade unocss
1 parent 09c37d7 commit 1d1e822

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/feature-apps/unocss/server.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import presetUno from "https://esm.sh/@unocss/[email protected].3";
2-
import presetIcons from "https://esm.sh/@unocss/[email protected].3?no-require";
1+
import presetUno from "https://esm.sh/@unocss/[email protected].12";
2+
import presetIcons from "https://esm.sh/@unocss/[email protected].12?no-require";
33
import carbonIcons from "https://esm.sh/@iconify-json/[email protected]/icons.json" assert { type: "json" };
44
import { renderToString } from "react-dom/server";
55
import { Router } from "aleph/react";

server/serve_modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createGenerator } from "https://esm.sh/@unocss/[email protected].3";
1+
import { createGenerator } from "https://esm.sh/@unocss/[email protected].12";
22
import { fastTransform } from "../compiler/mod.ts";
33
import { builtinModuleExts } from "../lib/helpers.ts";
44
import log from "../lib/log.ts";

server/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createGenerator } from "https://esm.sh/@unocss/[email protected].3";
1+
import { createGenerator } from "https://esm.sh/@unocss/[email protected].12";
22
import { transform } from "../compiler/mod.ts";
33
import type { TransformOptions } from "../compiler/types.ts";
44
import { readCode } from "../lib/fs.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/[email protected].3";
1+
import type { UserConfig as AtomicCSSConfig } from "https://esm.sh/@unocss/[email protected].12";
22
import type { URLPatternCompat, URLPatternInput } from "../lib/urlpattern.ts";
33

44
export type AlephConfig = {

0 commit comments

Comments
 (0)