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

Commit a63add3

Browse files
committed
Upgrade vue to 3.2.22
1 parent 21b9359 commit a63add3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { isCanary, VERSION } from "../version.ts";
1313
const templates = ["react", "preact", "vue", "svelte", "lit", "vanilla", "api"];
1414
const versions = {
1515
react: "18.1.0",
16-
vue: "3.2.31",
16+
vue: "3.2.33",
1717
};
1818

1919
export const helpMessage = `

import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"aleph/react": "./framework/react/mod.ts",
88
"react": "https://esm.sh/[email protected]",
99
"react-dom/": "https://esm.sh/[email protected]/",
10-
"vue": "https://esm.sh/[email protected].31",
11-
"vue/server-renderer": "https://esm.sh/@vue/[email protected].31",
10+
"vue": "https://esm.sh/[email protected].33",
11+
"vue/server-renderer": "https://esm.sh/@vue/[email protected].33",
1212
"*.vue": "./loaders/vue.ts!loader"
1313
}
1414
}

loaders/vue.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import type {
33
SFCAsyncStyleCompileOptions,
44
SFCScriptCompileOptions,
55
SFCTemplateCompileOptions,
6-
} from "https://esm.sh/@vue/[email protected].31";
6+
} from "https://esm.sh/@vue/[email protected].33";
77
import {
88
compileScript,
99
compileStyleAsync,
1010
compileTemplate,
1111
parse,
1212
rewriteDefault,
13-
} from "https://esm.sh/@vue/[email protected].31";
13+
} from "https://esm.sh/@vue/[email protected].33";
1414
import log from "../lib/log.ts";
1515
import util from "../lib/util.ts";
1616
import type { ModuleLoader, ModuleLoaderContent, ModuleLoaderEnv } from "../server/types.ts";

0 commit comments

Comments
 (0)