Skip to content

Commit 2b0e6fd

Browse files
committed
fix: downgrade unplugin auto import
Signed-off-by: braks <[email protected]>
1 parent 1d23804 commit 2b0e6fd

File tree

3 files changed

+21
-61
lines changed

3 files changed

+21
-61
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"postcss-nested": "^6.0.1",
5757
"ts-patch": "^2.1.0",
5858
"typescript-transform-paths": "^3.4.6",
59-
"unplugin-auto-import": "^0.15.1",
59+
"unplugin-auto-import": "^0.12.2",
6060
"unplugin-vue-macros": "1.8.2",
6161
"vite": "^4.1.4",
6262
"vue": "^3.2.25",

pnpm-lock.yaml

Lines changed: 19 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tooling/vite-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@tooling/tsconfig": "workspace:*",
1111
"@vitejs/plugin-vue": "^4.0.0",
1212
"defu": "^6.1.2",
13-
"unplugin-auto-import": "^0.15.1",
13+
"unplugin-auto-import": "^0.12.2",
1414
"unplugin-vue-macros": "1.8.2",
1515
"vite": "^4.1.4"
1616
}

0 commit comments

Comments
 (0)