Skip to content

Commit c764412

Browse files
committed
chore: update deps
1 parent 0d0a939 commit c764412

File tree

6 files changed

+399
-184
lines changed

6 files changed

+399
-184
lines changed

examples/vite-vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^2.9.12",
14+
"vite": "^2.9.13",
1515
"vite-plugin-vue2": "^2.0.1"
1616
}
1717
}

examples/vite-vue3/package.json

+6-6
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.5.1"
10+
"vant": "^3.5.2"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.1.67",
13+
"@iconify/json": "^2.1.70",
1414
"@vitejs/plugin-vue": "^2.3.3",
1515
"@vue/compiler-sfc": "^3.2.37",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
1818
"typescript": "^4.7.4",
19-
"unplugin-icons": "^0.14.5",
19+
"unplugin-icons": "^0.14.7",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^2.9.12",
22-
"vite-plugin-inspect": "^0.5.0",
23-
"vite-plugin-vue-markdown": "^0.1.0",
21+
"vite": "^2.9.13",
22+
"vite-plugin-inspect": "^0.5.1",
23+
"vite-plugin-vue-markdown": "^0.20.1",
2424
"vue-router": "^4.0.16"
2525
}
2626
}

examples/vue-cli-vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vue": "^3.2.37"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.18.5",
15+
"@babel/core": "^7.18.6",
1616
"@vue/cli-plugin-babel": "~5.0.6",
1717
"@vue/cli-service": "~5.0.6",
1818
"unplugin-vue-components": "workspace:*"

examples/vue-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vue/cli-plugin-typescript": "^5.0.6",
1717
"@vue/cli-service": "^5.0.6",
1818
"typescript": "^4.7.4",
19-
"unplugin-icons": "^0.14.5",
19+
"unplugin-icons": "^0.14.7",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.0"
2222
}

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -93,28 +93,28 @@
9393
"magic-string": "^0.26.2",
9494
"minimatch": "^5.1.0",
9595
"resolve": "^1.22.1",
96-
"unplugin": "^0.7.0"
96+
"unplugin": "^0.7.1"
9797
},
9898
"devDependencies": {
9999
"@antfu/eslint-config": "^0.25.2",
100-
"@babel/parser": "^7.18.5",
101-
"@babel/types": "^7.18.4",
100+
"@babel/parser": "^7.18.6",
101+
"@babel/types": "^7.18.7",
102102
"@types/debug": "^4.1.7",
103103
"@types/minimatch": "^3.0.5",
104104
"@types/node": "^18.0.0",
105105
"@types/resolve": "^1.20.2",
106-
"@typescript-eslint/eslint-plugin": "^5.29.0",
106+
"@typescript-eslint/eslint-plugin": "^5.30.0",
107107
"bumpp": "^8.2.1",
108108
"compare-versions": "^4.1.3",
109-
"element-plus": "^2.2.6",
109+
"element-plus": "^2.2.7",
110110
"eslint": "^8.18.0",
111111
"esno": "^0.16.3",
112112
"estree-walker": "^3.0.1",
113-
"pathe": "^0.3.0",
113+
"pathe": "^0.3.2",
114114
"rollup": "^2.75.7",
115115
"tsup": "^6.1.2",
116116
"typescript": "^4.7.4",
117-
"vite": "^2.9.12",
117+
"vite": "^2.9.13",
118118
"vitest": "^0.16.0",
119119
"vue": "3.2.37"
120120
}

0 commit comments

Comments
 (0)