Skip to content

Commit c9f5be1

Browse files
committed
chore: update deps
1 parent 2aafa44 commit c9f5be1

File tree

6 files changed

+1245
-1309
lines changed

6 files changed

+1245
-1309
lines changed

examples/vite-vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@vitejs/plugin-vue2": "^2.2.0",
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^4.3.9"
14+
"vite": "^4.4.4"
1515
}
1616
}

examples/vite-vue3/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"build": "cross-env DEBUG=unplugin-vue-components:* vite build"
88
},
99
"dependencies": {
10-
"vant": "^4.4.1"
10+
"vant": "^4.6.2"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.2.74",
13+
"@iconify/json": "^2.2.92",
1414
"@vitejs/plugin-vue": "^4.2.3",
1515
"@vue/compiler-sfc": "^3.3.4",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
18-
"typescript": "^5.1.3",
19-
"unplugin-icons": "^0.16.2",
18+
"typescript": "^5.1.6",
19+
"unplugin-icons": "^0.16.5",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^4.3.9",
22-
"vite-plugin-inspect": "^0.7.28",
21+
"vite": "^4.4.4",
22+
"vite-plugin-inspect": "^0.7.33",
2323
"vite-plugin-vue-markdown": "^0.23.5",
24-
"vue-router": "^4.2.2"
24+
"vue-router": "^4.2.4"
2525
}
2626
}

examples/vue-cli-vue3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.30.2",
11+
"core-js": "^3.31.1",
1212
"vue": "^3.2.45"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.22.1",
15+
"@babel/core": "^7.22.9",
1616
"@vue/cli-plugin-babel": "~5.0.8",
1717
"@vue/cli-service": "~5.0.8",
1818
"unplugin-vue-components": "workspace:*"

examples/vue-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.7.1",
11-
"core-js": "^3.30.2",
11+
"core-js": "^3.31.1",
1212
"vue": "^3.2.45"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^5.0.8",
1616
"@vue/cli-plugin-typescript": "^5.0.8",
1717
"@vue/cli-service": "^5.0.8",
18-
"typescript": "^5.1.3",
19-
"unplugin-icons": "^0.16.2",
18+
"typescript": "^5.1.6",
19+
"unplugin-icons": "^0.16.5",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.4"
2222
}

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-components",
33
"version": "0.25.1",
4-
"packageManager": "pnpm@8.6.0",
4+
"packageManager": "pnpm@8.6.8",
55
"description": "Components auto importing for Vue",
66
"author": "antfu <anthonyfu117@hotmail.com>",
77
"license": "MIT",
@@ -101,39 +101,39 @@
101101
}
102102
},
103103
"dependencies": {
104-
"@antfu/utils": "^0.7.4",
104+
"@antfu/utils": "^0.7.5",
105105
"@rollup/pluginutils": "^5.0.2",
106106
"chokidar": "^3.5.3",
107107
"debug": "^4.3.4",
108-
"fast-glob": "^3.2.12",
108+
"fast-glob": "^3.3.0",
109109
"local-pkg": "^0.4.3",
110-
"magic-string": "^0.30.0",
111-
"minimatch": "^9.0.1",
110+
"magic-string": "^0.30.1",
111+
"minimatch": "^9.0.3",
112112
"resolve": "^1.22.2",
113-
"unplugin": "^1.3.1"
113+
"unplugin": "^1.4.0"
114114
},
115115
"devDependencies": {
116-
"@antfu/eslint-config": "^0.39.5",
117-
"@babel/parser": "^7.22.4",
118-
"@babel/types": "^7.22.4",
119-
"@nuxt/kit": "^3.5.2",
116+
"@antfu/eslint-config": "^0.39.8",
117+
"@babel/parser": "^7.22.7",
118+
"@babel/types": "^7.22.5",
119+
"@nuxt/kit": "^3.6.3",
120120
"@types/debug": "^4.1.8",
121121
"@types/minimatch": "^5.1.2",
122-
"@types/node": "^18.16.16",
122+
"@types/node": "^20.4.2",
123123
"@types/resolve": "^1.20.2",
124-
"@typescript-eslint/eslint-plugin": "^5.59.8",
124+
"@typescript-eslint/eslint-plugin": "^6.1.0",
125125
"bumpp": "^9.1.1",
126-
"compare-versions": "^5.0.3",
127-
"element-plus": "^2.3.6",
128-
"eslint": "^8.42.0",
129-
"esno": "^0.16.3",
126+
"compare-versions": "^6.0.0",
127+
"element-plus": "^2.3.8",
128+
"eslint": "^8.45.0",
129+
"esno": "^0.17.0",
130130
"estree-walker": "^3.0.3",
131131
"pathe": "^1.1.1",
132-
"rollup": "^3.23.1",
133-
"tsup": "^6.7.0",
134-
"typescript": "^5.1.3",
135-
"vite": "^4.3.9",
136-
"vitest": "^0.31.4",
132+
"rollup": "^3.26.3",
133+
"tsup": "^7.1.0",
134+
"typescript": "^5.1.6",
135+
"vite": "^4.4.4",
136+
"vitest": "^0.33.0",
137137
"vue": "3.2.45"
138138
}
139139
}

0 commit comments

Comments
 (0)