Skip to content

Commit 718163c

Browse files
committed
chore: update deps
1 parent d65a7a0 commit 718163c

16 files changed

+1106
-599
lines changed

examples/vite-vue2/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"dev": "cross-env DEBUG=unplugin-vue-components:* vite"
66
},
77
"dependencies": {
8-
"vue": "^3.2.31",
8+
"vue": "^3.2.33",
99
"vue-template-compiler": "^2.6.14"
1010
},
1111
"devDependencies": {
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^2.9.1",
15-
"vite-plugin-vue2": "^1.9.3"
14+
"vite": "^2.9.8",
15+
"vite-plugin-vue2": "^2.0.0"
1616
}
1717
}

examples/vite-vue3/package.json

+10-10
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": "^3.4.7"
10+
"vant": "^3.4.9"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.1.26",
14-
"@vitejs/plugin-vue": "^2.3.1",
15-
"@vue/compiler-sfc": "^3.2.31",
13+
"@iconify/json": "^2.1.39",
14+
"@vitejs/plugin-vue": "^2.3.2",
15+
"@vue/compiler-sfc": "^3.2.33",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
18-
"typescript": "^4.6.3",
19-
"unplugin-icons": "^0.14.1",
18+
"typescript": "^4.6.4",
19+
"unplugin-icons": "^0.14.3",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^2.9.1",
22-
"vite-plugin-inspect": "^0.4.3",
23-
"vite-plugin-md": "^0.12.4",
24-
"vue-router": "^4.0.14"
21+
"vite": "^2.9.8",
22+
"vite-plugin-inspect": "^0.5.0",
23+
"vite-plugin-md": "^0.13.1",
24+
"vue-router": "^4.0.15"
2525
}
2626
}

examples/vue-cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"lint": "vue-cli-service lint"
88
},
99
"dependencies": {
10-
"@vue/composition-api": "^1.4.9",
11-
"core-js": "^3.21.1",
12-
"vue": "^3.2.31"
10+
"@vue/composition-api": "^1.6.1",
11+
"core-js": "^3.22.4",
12+
"vue": "^3.2.33"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^5.0.4",
1616
"@vue/cli-plugin-typescript": "^5.0.4",
1717
"@vue/cli-service": "^5.0.4",
18-
"typescript": "^4.6.3",
19-
"unplugin-icons": "^0.14.1",
18+
"typescript": "^4.6.4",
19+
"unplugin-icons": "^0.14.3",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.10.2"
2222
}

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -86,39 +86,39 @@
8686
}
8787
},
8888
"dependencies": {
89-
"@antfu/utils": "^0.5.0",
90-
"@rollup/pluginutils": "^4.2.0",
89+
"@antfu/utils": "^0.5.1",
90+
"@rollup/pluginutils": "^4.2.1",
9191
"chokidar": "^3.5.3",
9292
"debug": "^4.3.4",
9393
"fast-glob": "^3.2.11",
9494
"local-pkg": "^0.4.1",
9595
"magic-string": "^0.26.1",
9696
"minimatch": "^5.0.1",
9797
"resolve": "^1.22.0",
98-
"unplugin": "^0.6.1"
98+
"unplugin": "^0.6.3"
9999
},
100100
"devDependencies": {
101-
"@antfu/eslint-config": "^0.20.2",
102-
"@babel/parser": "^7.17.9",
103-
"@babel/traverse": "^7.17.9",
104-
"@babel/types": "^7.17.0",
101+
"@antfu/eslint-config": "^0.23.0",
102+
"@babel/parser": "^7.17.10",
103+
"@babel/traverse": "^7.17.10",
104+
"@babel/types": "^7.17.10",
105105
"@types/debug": "^4.1.7",
106106
"@types/minimatch": "^3.0.5",
107-
"@types/node": "^17.0.23",
108-
"@types/resolve": "^1.20.1",
109-
"@typescript-eslint/eslint-plugin": "^5.18.0",
107+
"@types/node": "^17.0.31",
108+
"@types/resolve": "^1.20.2",
109+
"@typescript-eslint/eslint-plugin": "^5.22.0",
110110
"bumpp": "^7.1.1",
111111
"compare-versions": "^4.1.3",
112-
"element-plus": "^2.1.8",
113-
"eslint": "^8.13.0",
112+
"element-plus": "^2.2.0",
113+
"eslint": "^8.15.0",
114114
"esno": "^0.14.1",
115-
"pathe": "^0.2.0",
116-
"rollup": "^2.70.1",
117-
"tsup": "5.12.4",
118-
"typescript": "^4.6.3",
119-
"vite": "^2.9.1",
120-
"vitest": "^0.9.2",
121-
"vue": "3.2.31"
115+
"pathe": "^0.3.0",
116+
"rollup": "^2.72.1",
117+
"tsup": "5.12.7",
118+
"typescript": "^4.6.4",
119+
"vite": "^2.9.8",
120+
"vitest": "^0.12.1",
121+
"vue": "3.2.33"
122122
},
123123
"engines": {
124124
"node": ">=14"

0 commit comments

Comments
 (0)