Skip to content

Commit ff90a1d

Browse files
committed
chore: update deps
1 parent aefa2ae commit ff90a1d

File tree

6 files changed

+505
-582
lines changed

6 files changed

+505
-582
lines changed

examples/vite-vue2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"vue": "^2.7.8"
99
},
1010
"devDependencies": {
11-
"@vitejs/plugin-vue2": "^1.1.2",
11+
"@vitejs/plugin-vue2": "^2.0.0",
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^3.1.0"
14+
"vite": "^3.1.4"
1515
}
1616
}

examples/vite-vue3/package.json

+9-9
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.6.2"
10+
"vant": "^3.6.3"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.1.105",
14-
"@vitejs/plugin-vue": "^3.1.0",
15-
"@vue/compiler-sfc": "^3.2.39",
13+
"@iconify/json": "^2.1.118",
14+
"@vitejs/plugin-vue": "^3.1.2",
15+
"@vue/compiler-sfc": "^3.2.40",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
18-
"typescript": "^4.8.3",
19-
"unplugin-icons": "^0.14.9",
18+
"typescript": "^4.8.4",
19+
"unplugin-icons": "^0.14.11",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^3.1.0",
22-
"vite-plugin-inspect": "^0.7.1",
23-
"vite-plugin-vue-markdown": "^0.21.1",
21+
"vite": "^3.1.4",
22+
"vite-plugin-inspect": "^0.7.5",
23+
"vite-plugin-vue-markdown": "^0.22.1",
2424
"vue-router": "^4.1.5"
2525
}
2626
}

examples/vue-cli-vue3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.25.1",
11+
"core-js": "^3.25.5",
1212
"vue": "^3.2.37"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.19.0",
15+
"@babel/core": "^7.19.3",
1616
"@vue/cli-plugin-babel": "~5.0.8",
1717
"@vue/cli-service": "~5.0.8",
1818
"unplugin-vue-components": "workspace:*"

examples/vue-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"lint": "vue-cli-service lint"
88
},
99
"dependencies": {
10-
"@vue/composition-api": "^1.7.0",
11-
"core-js": "^3.25.1",
10+
"@vue/composition-api": "^1.7.1",
11+
"core-js": "^3.25.5",
1212
"vue": "^3.2.37"
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.8.3",
19-
"unplugin-icons": "^0.14.9",
18+
"typescript": "^4.8.4",
19+
"unplugin-icons": "^0.14.11",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.3"
2222
}

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -90,32 +90,32 @@
9090
"debug": "^4.3.4",
9191
"fast-glob": "^3.2.12",
9292
"local-pkg": "^0.4.2",
93-
"magic-string": "^0.26.3",
93+
"magic-string": "^0.26.5",
9494
"minimatch": "^5.1.0",
9595
"resolve": "^1.22.1",
96-
"unplugin": "^0.9.5"
96+
"unplugin": "^0.9.6"
9797
},
9898
"devDependencies": {
99-
"@antfu/eslint-config": "^0.26.3",
100-
"@babel/parser": "^7.19.0",
101-
"@babel/types": "^7.19.0",
99+
"@antfu/eslint-config": "^0.27.0",
100+
"@babel/parser": "^7.19.3",
101+
"@babel/types": "^7.19.3",
102102
"@types/debug": "^4.1.7",
103103
"@types/minimatch": "^5.1.2",
104-
"@types/node": "^18.7.16",
104+
"@types/node": "^18.8.2",
105105
"@types/resolve": "^1.20.2",
106-
"@typescript-eslint/eslint-plugin": "^5.36.2",
106+
"@typescript-eslint/eslint-plugin": "^5.39.0",
107107
"bumpp": "^8.2.1",
108108
"compare-versions": "^5.0.1",
109-
"element-plus": "^2.2.16",
110-
"eslint": "^8.23.0",
109+
"element-plus": "^2.2.17",
110+
"eslint": "^8.24.0",
111111
"esno": "^0.16.3",
112112
"estree-walker": "^3.0.1",
113-
"pathe": "^0.3.7",
114-
"rollup": "^2.79.0",
113+
"pathe": "^0.3.8",
114+
"rollup": "^2.79.1",
115115
"tsup": "^6.2.3",
116-
"typescript": "^4.8.3",
117-
"vite": "^3.1.0",
118-
"vitest": "^0.23.2",
116+
"typescript": "^4.8.4",
117+
"vite": "^3.1.4",
118+
"vitest": "^0.23.4",
119119
"vue": "3.2.37"
120120
}
121121
}

0 commit comments

Comments
 (0)