Skip to content

Commit a5f3213

Browse files
committed
fix: adjust the unocss plugin type assertion
1 parent 774d563 commit a5f3213

File tree

3 files changed

+316
-71
lines changed

3 files changed

+316
-71
lines changed

packages/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"bumpp": "^9.9.1",
6868
"tsup": "8.3.5",
6969
"typescript": "^5.3.3",
70-
"vitepress": "^1.5.0"
70+
"vitepress": "^1.6.1"
7171
}
7272
}

packages/theme/src/node/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const baseConfig: RawConfigExports<DefaultTheme.Config> = {
5757
plugins: [
5858
groupIconVitePlugin(),
5959
rss(),
60-
UnoCSS()
60+
UnoCSS() as any
6161
],
6262
build: {
6363
chunkSizeWarningLimit: 2048

0 commit comments

Comments
 (0)