Skip to content

Commit 303eb5a

Browse files
committed
chore: update deps
1 parent 0df8218 commit 303eb5a

File tree

5 files changed

+1755
-3223
lines changed

5 files changed

+1755
-3223
lines changed

examples/vite-vue2/package.json

Lines changed: 2 additions & 2 deletions
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.5.3",
15-
"vite-plugin-vue2": "^1.8.1"
14+
"vite": "^2.7.10",
15+
"vite-plugin-vue2": "^1.9.2"
1616
}
1717
}

examples/vite-vue3/package.json

Lines changed: 9 additions & 9 deletions
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.3.6"
10+
"vant": "^3.4.1"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^1.1.396",
14-
"@vitejs/plugin-vue": "^1.6.0",
15-
"@vue/compiler-sfc": "^3.2.6",
13+
"@iconify/json": "^2.0.23",
14+
"@vitejs/plugin-vue": "^2.0.1",
15+
"@vue/compiler-sfc": "^3.2.26",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
18-
"typescript": "^4.4.2",
19-
"unplugin-icons": "^0.7.4",
18+
"typescript": "^4.5.4",
19+
"unplugin-icons": "^0.13.0",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^2.5.3",
22-
"vite-plugin-inspect": "^0.2.2",
23-
"vite-plugin-md": "^0.11.0",
21+
"vite": "^2.7.10",
22+
"vite-plugin-inspect": "^0.3.13",
23+
"vite-plugin-md": "^0.11.7",
2424
"vite-plugin-vue-svg": "^0.1.0"
2525
}
2626
}

examples/vue-cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"lint": "vue-cli-service lint"
88
},
99
"dependencies": {
10-
"@vue/composition-api": "^1.1.4",
11-
"core-js": "^3.16.4",
12-
"vue": "^2.6.14"
10+
"@vue/composition-api": "^1.4.3",
11+
"core-js": "^3.20.2",
12+
"vue": "^3.2.26"
1313
},
1414
"devDependencies": {
15-
"@vue/cli-plugin-babel": "^4.5.13",
16-
"@vue/cli-plugin-typescript": "^4.5.13",
17-
"@vue/cli-service": "^4.5.13",
18-
"typescript": "^4.4.2",
19-
"unplugin-icons": "^0.7.4",
15+
"@vue/cli-plugin-babel": "^4.5.15",
16+
"@vue/cli-plugin-typescript": "^4.5.15",
17+
"@vue/cli-service": "^4.5.15",
18+
"typescript": "^4.5.4",
19+
"unplugin-icons": "^0.13.0",
2020
"unplugin-vue-components": "workspace:*",
21-
"unplugin-vue2-script-setup": "^0.5.5"
21+
"unplugin-vue2-script-setup": "^0.8.4"
2222
}
2323
}

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -77,38 +77,38 @@
7777
}
7878
},
7979
"dependencies": {
80-
"@antfu/utils": "^0.3.0",
81-
"@rollup/pluginutils": "^4.1.1",
80+
"@antfu/utils": "^0.4.0",
81+
"@rollup/pluginutils": "^4.1.2",
8282
"chokidar": "^3.5.2",
83-
"debug": "^4.3.2",
84-
"fast-glob": "^3.2.7",
85-
"local-pkg": "^0.4.0",
83+
"debug": "^4.3.3",
84+
"fast-glob": "^3.2.10",
85+
"local-pkg": "^0.4.1",
8686
"magic-string": "^0.25.7",
8787
"minimatch": "^3.0.4",
88-
"resolve": "^1.20.0",
88+
"resolve": "^1.21.0",
8989
"unplugin": "^0.3.0"
9090
},
9191
"devDependencies": {
92-
"@antfu/eslint-config": "^0.10.0",
93-
"@babel/parser": "^7.16.4",
94-
"@babel/traverse": "^7.16.3",
95-
"@babel/types": "^7.16.0",
92+
"@antfu/eslint-config": "^0.15.0",
93+
"@babel/parser": "^7.16.8",
94+
"@babel/traverse": "^7.16.8",
95+
"@babel/types": "^7.16.8",
9696
"@types/debug": "^4.1.7",
9797
"@types/minimatch": "^3.0.5",
98-
"@types/node": "^16.11.9",
98+
"@types/node": "^17.0.8",
9999
"@types/resolve": "^1.20.1",
100-
"@typescript-eslint/eslint-plugin": "^5.4.0",
100+
"@typescript-eslint/eslint-plugin": "^5.9.1",
101101
"bumpp": "^7.1.1",
102-
"compare-versions": "^4.1.1",
102+
"compare-versions": "^4.1.3",
103103
"element-plus": "^1.1.0-beta.24",
104-
"eslint": "^8.3.0",
105-
"esno": "^0.12.1",
106-
"rollup": "^2.60.0",
107-
"tsup": "^5.7.4",
108-
"typescript": "^4.5.2",
109-
"vite": "^2.6.14",
110-
"vitest": "^0.0.50",
111-
"vue": "3"
104+
"eslint": "^8.6.0",
105+
"esno": "^0.13.0",
106+
"rollup": "^2.63.0",
107+
"tsup": "^5.11.11",
108+
"typescript": "^4.5.4",
109+
"vite": "^2.7.10",
110+
"vitest": "^0.0.141",
111+
"vue": "3.2.26"
112112
},
113113
"engines": {
114114
"node": ">=14"

0 commit comments

Comments
 (0)