Skip to content

Commit 33fac79

Browse files
committed
chore: update deps
1 parent f27472d commit 33fac79

File tree

6 files changed

+419
-283
lines changed

6 files changed

+419
-283
lines changed

examples/vite-vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"dev": "cross-env DEBUG=unplugin-vue-components:* vite"
66
},
77
"dependencies": {
8-
"vue": "^2.7"
8+
"vue": "^2.7.8"
99
},
1010
"devDependencies": {
1111
"@vitejs/plugin-vue2": "^1.1.2",
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^3.0.3"
14+
"vite": "^3.0.4"
1515
}
1616
}

examples/vite-vue3/package.json

Lines changed: 6 additions & 6 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.5.2"
10+
"vant": "^3.5.3"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.1.82",
13+
"@iconify/json": "^2.1.87",
1414
"@vitejs/plugin-vue": "^3.0.1",
1515
"@vue/compiler-sfc": "^3.2.37",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
1818
"typescript": "^4.7.4",
19-
"unplugin-icons": "^0.14.7",
19+
"unplugin-icons": "^0.14.8",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^3.0.3",
21+
"vite": "^3.0.4",
2222
"vite-plugin-inspect": "^0.6.0",
23-
"vite-plugin-vue-markdown": "^0.20.1",
24-
"vue-router": "^4.1.2"
23+
"vite-plugin-vue-markdown": "^0.21.1",
24+
"vue-router": "^4.1.3"
2525
}
2626
}

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.24.0",
11+
"core-js": "^3.24.1",
1212
"vue": "^3.2.37"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.18.9",
15+
"@babel/core": "^7.18.10",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.7.0",
11-
"core-js": "^3.24.0",
11+
"core-js": "^3.24.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",
1818
"typescript": "^4.7.4",
19-
"unplugin-icons": "^0.14.7",
19+
"unplugin-icons": "^0.14.8",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.3"
2222
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,29 +93,29 @@
9393
"magic-string": "^0.26.2",
9494
"minimatch": "^5.1.0",
9595
"resolve": "^1.22.1",
96-
"unplugin": "^0.7.2"
96+
"unplugin": "^0.8.1"
9797
},
9898
"devDependencies": {
9999
"@antfu/eslint-config": "^0.25.2",
100-
"@babel/parser": "^7.18.9",
101-
"@babel/types": "^7.18.9",
100+
"@babel/parser": "^7.18.10",
101+
"@babel/types": "^7.18.10",
102102
"@types/debug": "^4.1.7",
103103
"@types/minimatch": "^3.0.5",
104-
"@types/node": "^18.6.1",
104+
"@types/node": "^18.6.3",
105105
"@types/resolve": "^1.20.2",
106-
"@typescript-eslint/eslint-plugin": "^5.31.0",
106+
"@typescript-eslint/eslint-plugin": "^5.32.0",
107107
"bumpp": "^8.2.1",
108108
"compare-versions": "^4.1.3",
109-
"element-plus": "^2.2.10",
110-
"eslint": "^8.20.0",
109+
"element-plus": "^2.2.12",
110+
"eslint": "^8.21.0",
111111
"esno": "^0.16.3",
112112
"estree-walker": "^3.0.1",
113-
"pathe": "^0.3.2",
114-
"rollup": "^2.77.0",
115-
"tsup": "^6.2.0",
113+
"pathe": "^0.3.3",
114+
"rollup": "^2.77.2",
115+
"tsup": "^6.2.1",
116116
"typescript": "^4.7.4",
117-
"vite": "^3.0.3",
118-
"vitest": "^0.19.1",
117+
"vite": "^3.0.4",
118+
"vitest": "^0.20.3",
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