Skip to content

Commit 263f8f1

Browse files
committed
chore: update deps
1 parent d8a54a5 commit 263f8f1

File tree

6 files changed

+1055
-831
lines changed

6 files changed

+1055
-831
lines changed

examples/vite-vue2/package.json

Lines changed: 1 addition & 1 deletion
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.0"
14+
"vite": "^4.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": "^4.0.2"
10+
"vant": "^4.0.9"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.1.151",
13+
"@iconify/json": "^2.2.13",
1414
"@vitejs/plugin-vue": "^4.0.0",
1515
"@vue/compiler-sfc": "^3.2.45",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
1818
"typescript": "^4.9.4",
19-
"unplugin-icons": "^0.14.15",
19+
"unplugin-icons": "^0.15.2",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^4.0.0",
22-
"vite-plugin-inspect": "^0.7.9",
23-
"vite-plugin-vue-markdown": "^0.22.1",
21+
"vite": "^4.0.4",
22+
"vite-plugin-inspect": "^0.7.15",
23+
"vite-plugin-vue-markdown": "^0.22.2",
2424
"vue-router": "^4.1.6"
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.26.1",
11+
"core-js": "^3.27.2",
1212
"vue": "^3.2.45"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.20.5",
15+
"@babel/core": "^7.20.12",
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.1",
11-
"core-js": "^3.26.1",
11+
"core-js": "^3.27.2",
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",
1818
"typescript": "^4.9.4",
19-
"unplugin-icons": "^0.14.15",
19+
"unplugin-icons": "^0.15.2",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.3"
2222
}

package.json

Lines changed: 17 additions & 17 deletions
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.0.0",
96+
"@nuxt/kit": "^3.1.1",
9797
"@rollup/pluginutils": "^5.0.2",
9898
"chokidar": "^3.5.3",
9999
"debug": "^4.3.4",
100100
"fast-glob": "^3.2.12",
101-
"local-pkg": "^0.4.2",
101+
"local-pkg": "^0.4.3",
102102
"magic-string": "^0.27.0",
103-
"minimatch": "^5.1.1",
103+
"minimatch": "^6.1.6",
104104
"resolve": "^1.22.1",
105105
"unplugin": "^1.0.1"
106106
},
107107
"devDependencies": {
108-
"@antfu/eslint-config": "^0.33.1",
109-
"@babel/parser": "^7.20.5",
110-
"@babel/types": "^7.20.5",
111-
"@nuxt/schema": "^3.0.0",
108+
"@antfu/eslint-config": "^0.34.1",
109+
"@babel/parser": "^7.20.13",
110+
"@babel/types": "^7.20.7",
111+
"@nuxt/schema": "^3.1.1",
112112
"@types/debug": "^4.1.7",
113113
"@types/minimatch": "^5.1.2",
114-
"@types/node": "^18.11.13",
114+
"@types/node": "^18.11.18",
115115
"@types/resolve": "^1.20.2",
116-
"@typescript-eslint/eslint-plugin": "^5.46.0",
116+
"@typescript-eslint/eslint-plugin": "^5.49.0",
117117
"bumpp": "^8.2.1",
118-
"compare-versions": "^5.0.1",
119-
"element-plus": "^2.2.26",
120-
"eslint": "^8.29.0",
118+
"compare-versions": "^5.0.3",
119+
"element-plus": "^2.2.28",
120+
"eslint": "^8.32.0",
121121
"esno": "^0.16.3",
122-
"estree-walker": "^3.0.1",
123-
"pathe": "^1.0.0",
124-
"rollup": "^3.7.3",
122+
"estree-walker": "^3.0.3",
123+
"pathe": "^1.1.0",
124+
"rollup": "^3.12.0",
125125
"tsup": "^6.5.0",
126126
"typescript": "^4.9.4",
127-
"vite": "^4.0.0",
128-
"vitest": "^0.25.7",
127+
"vite": "^4.0.4",
128+
"vitest": "^0.28.3",
129129
"vue": "3.2.45"
130130
}
131131
}

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