Skip to content

Commit 22a8364

Browse files
committed
chore: update deps
1 parent 9d5ad2d commit 22a8364

File tree

8 files changed

+661
-706
lines changed

8 files changed

+661
-706
lines changed

examples/vite-vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@vitejs/plugin-vue2": "^2.3.1",
1313
"cross-env": "^7.0.3",
1414
"unplugin-vue-components": "workspace:*",
15-
"vite": "^5.4.0"
15+
"vite": "^5.4.2"
1616
}
1717
}

examples/vite-vue3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"vant": "^4.9.4"
1212
},
1313
"devDependencies": {
14-
"@iconify/json": "^2.2.236",
14+
"@iconify/json": "^2.2.241",
1515
"@vitejs/plugin-vue": "^5.1.2",
16-
"@vue/compiler-sfc": "^3.4.37",
16+
"@vue/compiler-sfc": "^3.4.38",
1717
"cross-env": "^7.0.3",
1818
"has-pkg": "^0.0.1",
1919
"typescript": "^5.5.4",
2020
"unplugin-icons": "^0.19.2",
2121
"unplugin-vue-components": "workspace:*",
2222
"unplugin-vue-markdown": "^0.26.2",
23-
"vite": "^5.4.0",
24-
"vite-plugin-inspect": "^0.8.5",
23+
"vite": "^5.4.2",
24+
"vite-plugin-inspect": "^0.8.7",
2525
"vue-router": "^4.4.3"
2626
}
2727
}

examples/vue-cli-vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.38.0",
12-
"vue": "^3.4.37"
11+
"core-js": "^3.38.1",
12+
"vue": "^3.4.38"
1313
},
1414
"devDependencies": {
1515
"@babel/core": "^7.25.2",

examples/vue-cli-vue3/public/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
<body>
1010
<noscript>
1111
<strong
12-
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
13-
properly without JavaScript enabled. Please enable it to
14-
continue.</strong
12+
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
13+
enable it to continue.</strong
1514
>
1615
</noscript>
1716
<div id="app"></div>

examples/vue-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.7.2",
11-
"core-js": "^3.38.0",
12-
"vue": "^3.4.37"
11+
"core-js": "^3.38.1",
12+
"vue": "^3.4.38"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^5.0.8",

examples/vue-cli/public/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
<body>
1010
<noscript>
1111
<strong
12-
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
13-
properly without JavaScript enabled. Please enable it to
14-
continue.</strong
12+
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
13+
enable it to continue.</strong
1514
>
1615
</noscript>
1716
<div id="app"></div>

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-components",
33
"type": "module",
44
"version": "0.27.4",
5-
"packageManager": "pnpm@9.7.0",
5+
"packageManager": "pnpm@9.9.0",
66
"description": "Components auto importing for Vue",
77
"author": "antfu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -102,28 +102,28 @@
102102
"magic-string": "^0.30.11",
103103
"minimatch": "^9.0.5",
104104
"mlly": "^1.7.1",
105-
"unplugin": "^1.12.1"
105+
"unplugin": "^1.12.2"
106106
},
107107
"devDependencies": {
108-
"@antfu/eslint-config": "^2.25.1",
109-
"@babel/parser": "^7.25.3",
110-
"@babel/types": "^7.25.2",
111-
"@nuxt/kit": "^3.12.4",
108+
"@antfu/eslint-config": "^2.27.2",
109+
"@babel/parser": "^7.25.4",
110+
"@babel/types": "^7.25.4",
111+
"@nuxt/kit": "^3.13.0",
112112
"@types/debug": "^4.1.12",
113113
"@types/minimatch": "^5.1.2",
114-
"@types/node": "^20.14.15",
115-
"bumpp": "^9.5.1",
114+
"@types/node": "^22.5.0",
115+
"bumpp": "^9.5.2",
116116
"compare-versions": "^6.1.1",
117-
"element-plus": "^2.8.0",
118-
"eslint": "^9.9.0",
117+
"element-plus": "^2.8.1",
118+
"eslint": "^9.9.1",
119119
"eslint-plugin-format": "^0.1.2",
120120
"esno": "^4.7.0",
121121
"estree-walker": "^3.0.3",
122122
"pathe": "^1.1.2",
123-
"rollup": "^4.20.0",
123+
"rollup": "^4.21.1",
124124
"tsup": "^8.2.4",
125125
"typescript": "^5.5.4",
126-
"vite": "^5.4.0",
126+
"vite": "^5.4.2",
127127
"vitest": "^2.0.5",
128128
"vue": "3.2.45"
129129
}

0 commit comments

Comments
 (0)