Skip to content

Commit 83d2a50

Browse files
committed
chore: update deps
1 parent 8091d1d commit 83d2a50

File tree

9 files changed

+232
-303
lines changed

9 files changed

+232
-303
lines changed

examples/vite-vue2/package.json

Lines changed: 1 addition & 1 deletion
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.7.10",
14+
"vite": "^2.7.12",
1515
"vite-plugin-vue2": "^1.9.2"
1616
}
1717
}

examples/vite-vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"vant": "^3.4.1"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.0.23",
13+
"@iconify/json": "^2.0.25",
1414
"@vitejs/plugin-vue": "^2.0.1",
1515
"@vue/compiler-sfc": "^3.2.26",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
1818
"typescript": "^4.5.4",
1919
"unplugin-icons": "^0.13.0",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^2.7.10",
21+
"vite": "^2.7.12",
2222
"vite-plugin-inspect": "^0.3.13",
2323
"vite-plugin-md": "^0.11.7",
2424
"vite-plugin-vue-svg": "^0.1.0"

examples/vue-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.4.3",
11-
"core-js": "^3.20.2",
11+
"core-js": "^3.20.3",
1212
"vue": "^3.2.26"
1313
},
1414
"devDependencies": {
@@ -18,6 +18,6 @@
1818
"typescript": "^4.5.4",
1919
"unplugin-icons": "^0.13.0",
2020
"unplugin-vue-components": "workspace:*",
21-
"unplugin-vue2-script-setup": "^0.8.4"
21+
"unplugin-vue2-script-setup": "^0.9.0"
2222
}
2323
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@
8282
"@rollup/pluginutils": "^4.1.2",
8383
"chokidar": "^3.5.2",
8484
"debug": "^4.3.3",
85-
"fast-glob": "^3.2.10",
85+
"fast-glob": "^3.2.11",
8686
"local-pkg": "^0.4.1",
8787
"magic-string": "^0.25.7",
8888
"minimatch": "^3.0.4",
8989
"resolve": "^1.21.0",
9090
"unplugin": "^0.3.0"
9191
},
9292
"devDependencies": {
93-
"@antfu/eslint-config": "^0.15.0",
93+
"@antfu/eslint-config": "^0.16.0",
9494
"@babel/parser": "^7.16.8",
9595
"@babel/traverse": "^7.16.8",
9696
"@babel/types": "^7.16.8",
@@ -102,13 +102,13 @@
102102
"bumpp": "^7.1.1",
103103
"compare-versions": "^4.1.3",
104104
"element-plus": "^1.1.0-beta.24",
105-
"eslint": "^8.6.0",
106-
"esno": "^0.13.0",
107-
"rollup": "^2.63.0",
105+
"eslint": "^8.7.0",
106+
"esno": "^0.14.0",
107+
"rollup": "^2.64.0",
108108
"tsup": "^5.11.11",
109109
"typescript": "^4.5.4",
110-
"vite": "^2.7.10",
111-
"vitest": "^0.0.141",
110+
"vite": "^2.7.12",
111+
"vitest": "^0.1.17",
112112
"vue": "3.2.26"
113113
},
114114
"engines": {

0 commit comments

Comments
 (0)