Skip to content

Commit 63d50dd

Browse files
committed
chore: update deps
1 parent 9463de0 commit 63d50dd

File tree

6 files changed

+1160
-1651
lines changed

6 files changed

+1160
-1651
lines changed

examples/vite-vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@vitejs/plugin-vue2": "^2.2.0",
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^4.0.4"
14+
"vite": "^4.1.1"
1515
}
1616
}

examples/vite-vue3/package.json

+7-7
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": "^4.0.9"
10+
"vant": "^4.0.10"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.2.13",
13+
"@iconify/json": "^2.2.22",
1414
"@vitejs/plugin-vue": "^4.0.0",
15-
"@vue/compiler-sfc": "^3.2.45",
15+
"@vue/compiler-sfc": "^3.2.47",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
18-
"typescript": "^4.9.4",
19-
"unplugin-icons": "^0.15.2",
18+
"typescript": "^4.9.5",
19+
"unplugin-icons": "^0.15.3",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^4.0.4",
21+
"vite": "^4.1.1",
2222
"vite-plugin-inspect": "^0.7.15",
23-
"vite-plugin-vue-markdown": "^0.22.2",
23+
"vite-plugin-vue-markdown": "^0.22.4",
2424
"vue-router": "^4.1.6"
2525
}
2626
}

examples/vue-cli-vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.27.2",
11+
"core-js": "^3.28.0",
1212
"vue": "^3.2.45"
1313
},
1414
"devDependencies": {

examples/vue-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.7.1",
11-
"core-js": "^3.27.2",
11+
"core-js": "^3.28.0",
1212
"vue": "^3.2.45"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^5.0.8",
1616
"@vue/cli-plugin-typescript": "^5.0.8",
1717
"@vue/cli-service": "^5.0.8",
18-
"typescript": "^4.9.4",
19-
"unplugin-icons": "^0.15.2",
18+
"typescript": "^4.9.5",
19+
"unplugin-icons": "^0.15.3",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.3"
2222
}

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -93,39 +93,39 @@
9393
},
9494
"dependencies": {
9595
"@antfu/utils": "^0.7.2",
96-
"@nuxt/kit": "^3.1.1",
96+
"@nuxt/kit": "^3.2.0",
9797
"@rollup/pluginutils": "^5.0.2",
9898
"chokidar": "^3.5.3",
9999
"debug": "^4.3.4",
100100
"fast-glob": "^3.2.12",
101101
"local-pkg": "^0.4.3",
102-
"magic-string": "^0.27.0",
103-
"minimatch": "^6.1.6",
102+
"magic-string": "^0.29.0",
103+
"minimatch": "^6.2.0",
104104
"resolve": "^1.22.1",
105-
"unplugin": "^1.0.1"
105+
"unplugin": "^1.1.0"
106106
},
107107
"devDependencies": {
108-
"@antfu/eslint-config": "^0.34.1",
109-
"@babel/parser": "^7.20.13",
108+
"@antfu/eslint-config": "^0.35.2",
109+
"@babel/parser": "^7.20.15",
110110
"@babel/types": "^7.20.7",
111-
"@nuxt/schema": "^3.1.1",
111+
"@nuxt/schema": "^3.2.0",
112112
"@types/debug": "^4.1.7",
113113
"@types/minimatch": "^5.1.2",
114-
"@types/node": "^18.11.18",
114+
"@types/node": "^18.13.0",
115115
"@types/resolve": "^1.20.2",
116-
"@typescript-eslint/eslint-plugin": "^5.49.0",
116+
"@typescript-eslint/eslint-plugin": "^5.52.0",
117117
"bumpp": "^8.2.1",
118118
"compare-versions": "^5.0.3",
119-
"element-plus": "^2.2.28",
120-
"eslint": "^8.32.0",
119+
"element-plus": "^2.2.30",
120+
"eslint": "^8.34.0",
121121
"esno": "^0.16.3",
122122
"estree-walker": "^3.0.3",
123123
"pathe": "^1.1.0",
124-
"rollup": "^3.12.0",
125-
"tsup": "^6.5.0",
126-
"typescript": "^4.9.4",
127-
"vite": "^4.0.4",
128-
"vitest": "^0.28.3",
124+
"rollup": "^3.15.0",
125+
"tsup": "^6.6.3",
126+
"typescript": "^4.9.5",
127+
"vite": "^4.1.1",
128+
"vitest": "^0.28.5",
129129
"vue": "3.2.45"
130130
}
131131
}

0 commit comments

Comments
 (0)