Skip to content

Commit a50886b

Browse files
committed
chore: update deps
1 parent c1ffcd6 commit a50886b

File tree

6 files changed

+989
-970
lines changed

6 files changed

+989
-970
lines changed

examples/vite-vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"vue": "^2.7.8"
99
},
1010
"devDependencies": {
11-
"@vitejs/plugin-vue2": "^2.0.0",
11+
"@vitejs/plugin-vue2": "^2.0.1",
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^3.1.8"
14+
"vite": "^3.2.4"
1515
}
1616
}

examples/vite-vue3/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"build": "cross-env DEBUG=unplugin-vue-components:* vite build"
88
},
99
"dependencies": {
10-
"vant": "^3.6.4"
10+
"vant": "^3.6.5"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.1.127",
14-
"@vitejs/plugin-vue": "^3.1.2",
15-
"@vue/compiler-sfc": "^3.2.41",
13+
"@iconify/json": "^2.1.141",
14+
"@vitejs/plugin-vue": "^3.2.0",
15+
"@vue/compiler-sfc": "^3.2.45",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
18-
"typescript": "^4.8.4",
19-
"unplugin-icons": "^0.14.12",
18+
"typescript": "^4.9.3",
19+
"unplugin-icons": "^0.14.13",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^3.1.8",
22-
"vite-plugin-inspect": "^0.7.5",
21+
"vite": "^3.2.4",
22+
"vite-plugin-inspect": "^0.7.9",
2323
"vite-plugin-vue-markdown": "^0.22.1",
2424
"vue-router": "^4.1.6"
2525
}

examples/vue-cli-vue3/package.json

Lines changed: 2 additions & 2 deletions
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.26.0",
11+
"core-js": "^3.26.1",
1212
"vue": "^3.2.37"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.19.6",
15+
"@babel/core": "^7.20.2",
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

Lines changed: 3 additions & 3 deletions
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.26.0",
11+
"core-js": "^3.26.1",
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.4",
19-
"unplugin-icons": "^0.14.12",
18+
"typescript": "^4.9.3",
19+
"unplugin-icons": "^0.14.13",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.3"
2222
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-components",
33
"version": "0.22.9",
4-
"packageManager": "pnpm@7.1.5",
4+
"packageManager": "pnpm@7.13.4",
55
"description": "Components auto importing for Vue",
66
"author": "antfu <anthonyfu117@hotmail.com>",
77
"license": "MIT",
@@ -84,7 +84,7 @@
8484
}
8585
},
8686
"dependencies": {
87-
"@antfu/utils": "^0.6.0",
87+
"@antfu/utils": "^0.6.3",
8888
"@rollup/pluginutils": "^5.0.2",
8989
"chokidar": "^3.5.3",
9090
"debug": "^4.3.4",
@@ -93,29 +93,29 @@
9393
"magic-string": "^0.26.7",
9494
"minimatch": "^5.1.0",
9595
"resolve": "^1.22.1",
96-
"unplugin": "^0.10.1"
96+
"unplugin": "^1.0.0"
9797
},
9898
"devDependencies": {
99-
"@antfu/eslint-config": "^0.27.0",
100-
"@babel/parser": "^7.19.6",
101-
"@babel/types": "^7.19.3",
99+
"@antfu/eslint-config": "^0.31.0",
100+
"@babel/parser": "^7.20.3",
101+
"@babel/types": "^7.20.2",
102102
"@types/debug": "^4.1.7",
103103
"@types/minimatch": "^5.1.2",
104-
"@types/node": "^18.11.4",
104+
"@types/node": "^18.11.9",
105105
"@types/resolve": "^1.20.2",
106-
"@typescript-eslint/eslint-plugin": "^5.40.1",
106+
"@typescript-eslint/eslint-plugin": "^5.44.0",
107107
"bumpp": "^8.2.1",
108108
"compare-versions": "^5.0.1",
109-
"element-plus": "^2.2.19",
110-
"eslint": "^8.26.0",
109+
"element-plus": "^2.2.22",
110+
"eslint": "^8.28.0",
111111
"esno": "^0.16.3",
112112
"estree-walker": "^3.0.1",
113-
"pathe": "^0.3.9",
114-
"rollup": "^3.2.3",
115-
"tsup": "^6.3.0",
116-
"typescript": "^4.8.4",
117-
"vite": "^3.1.8",
118-
"vitest": "^0.24.3",
113+
"pathe": "^1.0.0",
114+
"rollup": "^3.4.0",
115+
"tsup": "^6.5.0",
116+
"typescript": "^4.9.3",
117+
"vite": "^3.2.4",
118+
"vitest": "^0.25.2",
119119
"vue": "3.2.37"
120120
}
121121
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy