Skip to content

Commit b8c2995

Browse files
committed
chore: update deps
1 parent e7685d6 commit b8c2995

File tree

5 files changed

+1046
-1146
lines changed

5 files changed

+1046
-1146
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.7.12",
15-
"vite-plugin-vue2": "^1.9.2"
14+
"vite": "^2.8.4",
15+
"vite-plugin-vue2": "^1.9.3"
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.4.1"
10+
"vant": "^3.4.5"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.0.25",
14-
"@vitejs/plugin-vue": "^2.0.1",
15-
"@vue/compiler-sfc": "^3.2.26",
13+
"@iconify/json": "^2.1.6",
14+
"@vitejs/plugin-vue": "^2.2.2",
15+
"@vue/compiler-sfc": "^3.2.31",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
18-
"typescript": "^4.5.4",
19-
"unplugin-icons": "^0.13.0",
18+
"typescript": "^4.5.5",
19+
"unplugin-icons": "^0.13.2",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^2.7.12",
22-
"vite-plugin-inspect": "^0.3.13",
23-
"vite-plugin-md": "^0.11.7",
21+
"vite": "^2.8.4",
22+
"vite-plugin-inspect": "^0.3.15",
23+
"vite-plugin-md": "^0.11.8",
2424
"vite-plugin-vue-svg": "^0.1.0"
2525
}
2626
}

examples/vue-cli/package.json

Lines changed: 6 additions & 6 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.4.3",
11-
"core-js": "^3.20.3",
12-
"vue": "^3.2.26"
10+
"@vue/composition-api": "^1.4.6",
11+
"core-js": "^3.21.1",
12+
"vue": "^3.2.31"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^4.5.15",
1616
"@vue/cli-plugin-typescript": "^4.5.15",
1717
"@vue/cli-service": "^4.5.15",
18-
"typescript": "^4.5.4",
19-
"unplugin-icons": "^0.13.0",
18+
"typescript": "^4.5.5",
19+
"unplugin-icons": "^0.13.2",
2020
"unplugin-vue-components": "workspace:*",
21-
"unplugin-vue2-script-setup": "^0.9.0"
21+
"unplugin-vue2-script-setup": "^0.10.0"
2222
}
2323
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,38 +78,38 @@
7878
}
7979
},
8080
"dependencies": {
81-
"@antfu/utils": "^0.4.0",
81+
"@antfu/utils": "^0.5.0",
8282
"@rollup/pluginutils": "^4.1.2",
83-
"chokidar": "^3.5.2",
83+
"chokidar": "^3.5.3",
8484
"debug": "^4.3.3",
8585
"fast-glob": "^3.2.11",
8686
"local-pkg": "^0.4.1",
8787
"magic-string": "^0.25.7",
88-
"minimatch": "^3.0.4",
89-
"resolve": "^1.21.0",
90-
"unplugin": "^0.3.0"
88+
"minimatch": "^5.0.0",
89+
"resolve": "^1.22.0",
90+
"unplugin": "^0.3.2"
9191
},
9292
"devDependencies": {
93-
"@antfu/eslint-config": "^0.16.0",
94-
"@babel/parser": "^7.16.8",
95-
"@babel/traverse": "^7.16.8",
96-
"@babel/types": "^7.16.8",
93+
"@antfu/eslint-config": "^0.16.1",
94+
"@babel/parser": "^7.17.3",
95+
"@babel/traverse": "^7.17.3",
96+
"@babel/types": "^7.17.0",
9797
"@types/debug": "^4.1.7",
9898
"@types/minimatch": "^3.0.5",
99-
"@types/node": "^17.0.8",
99+
"@types/node": "^17.0.21",
100100
"@types/resolve": "^1.20.1",
101-
"@typescript-eslint/eslint-plugin": "^5.9.1",
101+
"@typescript-eslint/eslint-plugin": "^5.12.1",
102102
"bumpp": "^7.1.1",
103103
"compare-versions": "^4.1.3",
104104
"element-plus": "^1.1.0-beta.24",
105-
"eslint": "^8.7.0",
106-
"esno": "^0.14.0",
107-
"rollup": "^2.64.0",
108-
"tsup": "5.7.4",
109-
"typescript": "^4.5.4",
105+
"eslint": "^8.9.0",
106+
"esno": "^0.14.1",
107+
"rollup": "^2.68.0",
108+
"tsup": "5.11.13",
109+
"typescript": "^4.5.5",
110110
"vite": "^2.7.12",
111-
"vitest": "^0.1.17",
112-
"vue": "3.2.26"
111+
"vitest": "^0.5.5",
112+
"vue": "3.2.31"
113113
},
114114
"engines": {
115115
"node": ">=14"

0 commit comments

Comments
 (0)