Skip to content

Commit ba95412

Browse files
committed
feat: use unocss wind4 preset
1 parent 5d14f88 commit ba95412

File tree

7 files changed

+999
-991
lines changed

7 files changed

+999
-991
lines changed

auto-imports.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ declare global {
2121
const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
2222
const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
2323
const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
24+
const createRef: typeof import('@vueuse/core')['createRef']
2425
const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
2526
const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
2627
const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
@@ -324,6 +325,7 @@ declare module 'vue' {
324325
readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
325326
readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
326327
readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
328+
readonly createRef: UnwrapRef<typeof import('@vueuse/core')['createRef']>
327329
readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
328330
readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
329331
readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>

components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// @ts-nocheck
33
// Generated by unplugin-vue-components
44
// Read more: https://github.com/vuejs/core/pull/3399
5+
// biome-ignore lint: disable
56
export {}
67

78
/* prettier-ignore */

package.json

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@10.4.1",
4+
"packageManager": "pnpm@10.5.2",
55
"scripts": {
66
"build": "vite build",
77
"dev": "vite --port 3333 --open",
@@ -13,40 +13,44 @@
1313
"postinstall": "npx simple-git-hooks"
1414
},
1515
"dependencies": {
16-
"@vueuse/core": "^12.7.0",
16+
"@vueuse/core": "^12.8.0",
1717
"vue": "^3.5.13",
1818
"vue-router": "^4.5.0"
1919
},
2020
"devDependencies": {
21-
"@antfu/eslint-config": "^4.3.0",
22-
"@iconify-json/carbon": "^1.2.7",
23-
"@types/node": "^22.13.4",
24-
"@unocss/eslint-config": "^66.0.0",
25-
"@unocss/eslint-plugin": "^66.0.0",
26-
"@unocss/reset": "^66.0.0",
21+
"@antfu/eslint-config": "^4.5.1",
22+
"@iconify-json/carbon": "^1.2.8",
23+
"@types/node": "^22.13.9",
24+
"@unocss/eslint-config": "^66.1.0-beta.3",
25+
"@unocss/eslint-plugin": "^66.1.0-beta.3",
2726
"@vitejs/plugin-vue": "^5.2.1",
2827
"@vue-macros/volar": "^0.30.14",
2928
"@vue/test-utils": "^2.4.6",
30-
"eslint": "^9.20.1",
29+
"eslint": "^9.21.0",
3130
"eslint-plugin-format": "^1.0.1",
3231
"jsdom": "^26.0.0",
3332
"lint-staged": "^15.4.3",
34-
"pnpm": "^10.4.1",
3533
"simple-git-hooks": "^2.11.1",
3634
"taze": "^18.6.0",
37-
"typescript": "^5.7.3",
38-
"unocss": "^66.0.0",
39-
"unplugin-auto-import": "^19.1.0",
40-
"unplugin-vue-components": "^28.2.0",
41-
"unplugin-vue-macros": "^2.14.2",
42-
"unplugin-vue-router": "^0.11.2",
43-
"vite": "^6.1.0",
44-
"vitest": "^3.0.5",
45-
"vue-tsc": "^2.2.2"
35+
"typescript": "^5.8.2",
36+
"unocss": "^66.1.0-beta.3",
37+
"unplugin-auto-import": "^19.1.1",
38+
"unplugin-vue-components": "^28.4.1",
39+
"unplugin-vue-macros": "^2.14.5",
40+
"unplugin-vue-router": "^0.12.0",
41+
"vite": "^6.2.0",
42+
"vitest": "^3.0.7",
43+
"vue-tsc": "^2.2.8"
44+
},
45+
"pnpm": {
46+
"onlyBuiltDependencies": [
47+
"esbuild",
48+
"simple-git-hooks"
49+
]
4650
},
4751
"resolutions": {
4852
"unplugin": "^2.2.0",
49-
"vite": "^6.1.0"
53+
"vite": "^6.2.0"
5054
},
5155
"simple-git-hooks": {
5256
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)