Skip to content

Commit c2980cc

Browse files
committed
chore: update deps
1 parent e9bc7b3 commit c2980cc

File tree

6 files changed

+928
-961
lines changed

6 files changed

+928
-961
lines changed

examples/vite-vue2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"vue": "2.7.16"
1111
},
1212
"devDependencies": {
13-
"@vitejs/plugin-vue2": "^2.3.3",
14-
"cross-env": "^10.0.0",
13+
"@vitejs/plugin-vue2": "^2.3.4",
14+
"cross-env": "^10.1.0",
1515
"unplugin-vue-components": "workspace:*",
16-
"vite": "^7.1.6"
16+
"vite": "^7.1.10"
1717
}
1818
}

examples/vite-vue3/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"vant": "^4.9.21"
1313
},
1414
"devDependencies": {
15-
"@iconify/json": "^2.2.386",
15+
"@iconify/json": "^2.2.397",
1616
"@vitejs/plugin-vue": "^6.0.1",
17-
"@vue/compiler-sfc": "^3.5.21",
18-
"cross-env": "^10.0.0",
17+
"@vue/compiler-sfc": "^3.5.22",
18+
"cross-env": "^10.1.0",
1919
"has-pkg": "^0.0.1",
20-
"typescript": "^5.9.2",
21-
"unplugin-icons": "^22.3.0",
20+
"typescript": "^5.9.3",
21+
"unplugin-icons": "^22.5.0",
2222
"unplugin-vue-components": "workspace:*",
23-
"unplugin-vue-markdown": "^29.1.0",
24-
"vite": "^7.1.6",
23+
"unplugin-vue-markdown": "^29.2.0",
24+
"vite": "^7.1.10",
2525
"vite-plugin-inspect": "^11.3.3",
26-
"vue-router": "^4.5.1"
26+
"vue-router": "^4.6.3"
2727
}
2828
}

examples/vue-cli-vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.45.1",
12-
"vue": "^3.5.21"
11+
"core-js": "^3.46.0",
12+
"vue": "^3.5.22"
1313
},
1414
"devDependencies": {
1515
"@babel/core": "^7.28.4",

examples/vue-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.7.2",
11-
"core-js": "^3.45.1",
11+
"core-js": "^3.46.0",
1212
"vue": "2.7.16"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^5.0.9",
1616
"@vue/cli-plugin-typescript": "^5.0.9",
1717
"@vue/cli-service": "^5.0.9",
18-
"typescript": "^5.9.2",
19-
"unplugin-icons": "^22.3.0",
18+
"typescript": "^5.9.3",
19+
"unplugin-icons": "^22.5.0",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.4"
2222
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-components",
33
"type": "module",
44
"version": "29.1.0",
5-
"packageManager": "pnpm@10.17.0",
5+
"packageManager": "pnpm@10.18.3",
66
"description": "Components auto importing for Vue",
77
"author": "antfu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -105,34 +105,34 @@
105105
"mlly": "^1.8.0",
106106
"tinyglobby": "^0.2.15",
107107
"unplugin": "^2.3.10",
108-
"unplugin-utils": "^0.3.0"
108+
"unplugin-utils": "^0.3.1"
109109
},
110110
"devDependencies": {
111-
"@antfu/eslint-config": "^5.4.1",
112-
"@antfu/utils": "^9.2.1",
111+
"@antfu/eslint-config": "^6.0.0",
112+
"@antfu/utils": "^9.3.0",
113113
"@babel/parser": "^7.28.4",
114114
"@babel/types": "^7.28.4",
115-
"@nuxt/kit": "^4.1.2",
116-
"@nuxt/schema": "^4.1.2",
115+
"@nuxt/kit": "^4.1.3",
116+
"@nuxt/schema": "^4.1.3",
117117
"@types/debug": "^4.1.12",
118118
"@types/minimatch": "^6.0.0",
119-
"@types/node": "^24.5.2",
120-
"bumpp": "^10.2.3",
119+
"@types/node": "^24.8.1",
120+
"bumpp": "^10.3.1",
121121
"compare-versions": "^6.1.1",
122-
"element-plus": "^2.11.3",
123-
"eslint": "^9.36.0",
122+
"element-plus": "^2.11.5",
123+
"eslint": "^9.38.0",
124124
"eslint-plugin-format": "^1.0.2",
125125
"esno": "^4.8.0",
126126
"estree-walker": "^3.0.3",
127127
"minimatch": "^10.0.3",
128128
"pathe": "^2.0.3",
129-
"rolldown": "^1.0.0-beta.38",
130-
"rollup": "^4.52.0",
131-
"tsdown": "^0.13.5",
132-
"typescript": "^5.9.2",
133-
"vite": "^7.1.6",
129+
"rolldown": "^1.0.0-beta.43",
130+
"rollup": "^4.52.5",
131+
"tsdown": "^0.15.8",
132+
"typescript": "^5.9.3",
133+
"vite": "^7.1.10",
134134
"vitest": "^3.2.4",
135135
"vue": "3.2.45",
136-
"vue-tsc": "^3.0.7"
136+
"vue-tsc": "^3.1.1"
137137
}
138138
}

0 commit comments

Comments
 (0)