Skip to content
This repository was archived by the owner on Jun 14, 2025. It is now read-only.

Commit fbab3b3

Browse files
committed
chore: update deps
1 parent 1f513e2 commit fbab3b3

File tree

6 files changed

+2286
-1248
lines changed

6 files changed

+2286
-1248
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ignore-workspace-root-check=true
22
shamefully-hoist=true
3+
strict-peer-dependencies=false

examples/vite-vue2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"dev": "cross-env DEBUG=unplugin-vue-components:* vite"
66
},
77
"dependencies": {
8-
"vue": "^3.2.33",
8+
"vue": "^3.2.37",
99
"vue-template-compiler": "^2.6.14"
1010
},
1111
"devDependencies": {
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^2.9.8",
15-
"vite-plugin-vue2": "^2.0.0"
14+
"vite": "^2.9.12",
15+
"vite-plugin-vue2": "^2.0.1"
1616
}
1717
}

examples/vite-vue3/package.json

Lines changed: 8 additions & 8 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.9"
10+
"vant": "^3.5.1"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.1.39",
14-
"@vitejs/plugin-vue": "^2.3.2",
15-
"@vue/compiler-sfc": "^3.2.33",
13+
"@iconify/json": "^2.1.62",
14+
"@vitejs/plugin-vue": "^2.3.3",
15+
"@vue/compiler-sfc": "^3.2.37",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
18-
"typescript": "^4.6.4",
18+
"typescript": "^4.7.3",
1919
"unplugin-icons": "^0.14.3",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^2.9.8",
21+
"vite": "^2.9.12",
2222
"vite-plugin-inspect": "^0.5.0",
23-
"vite-plugin-md": "^0.13.1",
24-
"vue-router": "^4.0.15"
23+
"vite-plugin-md": "^0.14.1",
24+
"vue-router": "^4.0.16"
2525
}
2626
}

examples/vue-cli/package.json

Lines changed: 5 additions & 5 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.6.1",
11-
"core-js": "^3.22.4",
12-
"vue": "^3.2.33"
10+
"@vue/composition-api": "^1.6.2",
11+
"core-js": "^3.23.1",
12+
"vue": "^3.2.37"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^5.0.4",
1616
"@vue/cli-plugin-typescript": "^5.0.4",
1717
"@vue/cli-service": "^5.0.4",
18-
"typescript": "^4.6.4",
18+
"typescript": "^4.7.3",
1919
"unplugin-icons": "^0.14.3",
2020
"unplugin-vue-components": "workspace:*",
21-
"unplugin-vue2-script-setup": "^0.10.2"
21+
"unplugin-vue2-script-setup": "^0.11.0"
2222
}
2323
}

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -85,39 +85,39 @@
8585
}
8686
},
8787
"dependencies": {
88-
"@antfu/utils": "^0.5.1",
88+
"@antfu/utils": "^0.5.2",
8989
"@rollup/pluginutils": "^4.2.1",
9090
"chokidar": "^3.5.3",
9191
"debug": "^4.3.4",
9292
"fast-glob": "^3.2.11",
9393
"local-pkg": "^0.4.1",
94-
"magic-string": "^0.26.1",
95-
"minimatch": "^5.0.1",
94+
"magic-string": "^0.26.2",
95+
"minimatch": "^5.1.0",
9696
"resolve": "^1.22.0",
97-
"unplugin": "^0.6.3"
97+
"unplugin": "^0.7.0"
9898
},
9999
"devDependencies": {
100-
"@antfu/eslint-config": "^0.23.0",
101-
"@babel/parser": "^7.17.10",
102-
"@babel/traverse": "^7.17.10",
103-
"@babel/types": "^7.17.10",
100+
"@antfu/eslint-config": "^0.25.1",
101+
"@babel/parser": "^7.18.5",
102+
"@babel/traverse": "^7.18.5",
103+
"@babel/types": "^7.18.4",
104104
"@types/debug": "^4.1.7",
105105
"@types/minimatch": "^3.0.5",
106-
"@types/node": "^17.0.31",
106+
"@types/node": "^17.0.43",
107107
"@types/resolve": "^1.20.2",
108-
"@typescript-eslint/eslint-plugin": "^5.22.0",
109-
"bumpp": "^7.1.1",
108+
"@typescript-eslint/eslint-plugin": "^5.28.0",
109+
"bumpp": "^7.2.0",
110110
"compare-versions": "^4.1.3",
111-
"element-plus": "^2.2.0",
112-
"eslint": "^8.15.0",
113-
"esno": "^0.14.1",
111+
"element-plus": "^2.2.5",
112+
"eslint": "^8.17.0",
113+
"esno": "^0.16.3",
114114
"pathe": "^0.3.0",
115-
"rollup": "^2.72.1",
116-
"tsup": "5.12.7",
117-
"typescript": "^4.6.4",
118-
"vite": "^2.9.8",
119-
"vitest": "^0.12.1",
120-
"vue": "3.2.33"
115+
"rollup": "^2.75.6",
116+
"tsup": "^6.1.2",
117+
"typescript": "^4.7.3",
118+
"vite": "^2.9.12",
119+
"vitest": "^0.15.0",
120+
"vue": "3.2.37"
121121
},
122122
"engines": {
123123
"node": ">=14"

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