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

Commit 8291b72

Browse files
committed
Upgrade unocss to 0.31.6
1 parent ca451cf commit 8291b72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

server/proxy_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/core@0.30.12";
1+
import { createGenerator } from "https://esm.sh/@unocss/core@0.31.6";
22
import MagicString from "https://esm.sh/[email protected]";
33
import { parseDeps } from "../compiler/mod.ts";
44
import { builtinModuleExts } from "../lib/helpers.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/core@0.30.12";
1+
import { createGenerator } from "https://esm.sh/@unocss/core@0.31.6";
22
import MagicString from "https://esm.sh/[email protected]";
33
import { parseDeps, transform } from "../compiler/mod.ts";
44
import type { TransformOptions, TransformResult } from "../compiler/types.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.30.12";
1+
import type { UserConfig as AtomicCSSConfig } from "https://esm.sh/@unocss/core@0.31.6";
22
import type { RouteModule } from "../lib/route.ts";
33

44
export type AlephConfig = {

0 commit comments

Comments
 (0)