Skip to content

Commit dbedc92

Browse files
committed
chore: upgrade deps
1 parent 9e2019e commit dbedc92

File tree

10 files changed

+1235
-1529
lines changed

10 files changed

+1235
-1529
lines changed

examples/esbuild/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"private": true,
32
"type": "module",
3+
"private": true,
44
"author": "Kevin Deng <sxzz@sxzz.moe>",
55
"scripts": {
66
"build": "premove dist && node build.js",
77
"preview": "serve dist"
88
},
99
"dependencies": {
10-
"vue": "^3.5.24"
10+
"vue": "^3.5.25"
1111
},
1212
"devDependencies": {
1313
"@chialab/esbuild-plugin-html": "^0.19.0",
1414
"esbuild": "^0.27.0",
15-
"sass": "^1.94.1",
15+
"sass": "^1.94.2",
1616
"serve": "^14.2.5",
1717
"unplugin-vue": "workspace:*"
1818
}

examples/farm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"clean": "farm clean"
1111
},
1212
"dependencies": {
13-
"vue": "^3.5.24"
13+
"vue": "^3.5.25"
1414
},
1515
"devDependencies": {
1616
"@farmfe/cli": "2.0.0-nightly-20250411100807",

examples/rolldown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"private": true,
32
"type": "module",
3+
"private": true,
44
"author": "Kevin Deng <sxzz@sxzz.moe>",
55
"scripts": {
66
"build": "node build.js",
77
"preview": "serve"
88
},
99
"dependencies": {
10-
"vue": "^3.5.24"
10+
"vue": "^3.5.25"
1111
},
1212
"devDependencies": {
13-
"rolldown": "1.0.0-beta.50",
13+
"rolldown": "1.0.0-beta.52",
1414
"serve": "^14.2.5",
1515
"unplugin-vue": "workspace:*"
1616
}

examples/rollup/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"private": true,
32
"type": "module",
3+
"private": true,
44
"author": "Kevin Deng <sxzz@sxzz.moe>",
55
"scripts": {
66
"build": "node build.js",
77
"preview": "serve"
88
},
99
"dependencies": {
10-
"vue": "^3.5.24"
10+
"vue": "^3.5.25"
1111
},
1212
"devDependencies": {
1313
"esbuild": "^0.27.0",
14-
"rollup": "^4.53.2",
14+
"rollup": "^4.53.3",
1515
"serve": "^14.2.5",
1616
"unplugin-vue": "workspace:*"
1717
}

examples/rspack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"private": true,
32
"type": "module",
3+
"private": true,
44
"author": "Kevin Deng <sxzz@sxzz.moe>",
55
"scripts": {
66
"serve": "MODE=development rspack serve",
77
"build": "premove dist && MODE=production rspack build",
88
"preview": "serve dist"
99
},
1010
"dependencies": {
11-
"vue": "^3.5.24"
11+
"vue": "^3.5.25"
1212
},
1313
"devDependencies": {
14-
"@rspack/cli": "^1.6.4",
15-
"@rspack/core": "^1.6.4",
14+
"@rspack/cli": "^1.6.6",
15+
"@rspack/core": "^1.6.6",
1616
"css-loader": "^7.1.2",
1717
"serve": "^14.2.5",
1818
"style-loader": "^4.0.0",

examples/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"private": true,
32
"type": "module",
3+
"private": true,
44
"author": "Kevin Deng <sxzz@sxzz.moe>",
55
"scripts": {
66
"dev": "vite",
77
"build": "vite build",
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"vue": "^3.5.24"
11+
"vue": "^3.5.25"
1212
},
1313
"devDependencies": {
1414
"unplugin-vue": "workspace:*",
15-
"vite": "^7.2.2",
15+
"vite": "^7.2.6",
1616
"vite-plugin-inspect": "^11.3.3"
1717
}
1818
}

examples/webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"private": true,
32
"type": "module",
3+
"private": true,
44
"author": "Kevin Deng <sxzz@sxzz.moe>",
55
"scripts": {
66
"serve": "MODE=development webpack serve",
77
"build": "premove dist && MODE=production webpack build",
88
"preview": "serve dist"
99
},
1010
"dependencies": {
11-
"vue": "^3.5.24"
11+
"vue": "^3.5.25"
1212
},
1313
"devDependencies": {
14-
"@swc/core": "^1.15.2",
14+
"@swc/core": "^1.15.3",
1515
"@types/webpack": "^5.28.5",
1616
"css-loader": "^7.1.2",
1717
"html-webpack-plugin": "^5.6.5",

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
{
22
"name": "unplugin-vue",
3+
"type": "module",
34
"version": "7.0.8",
4-
"packageManager": "pnpm@10.22.0",
5+
"packageManager": "pnpm@10.24.0",
56
"description": "Transform Vue 3 SFC to JavaScript.",
6-
"type": "module",
7+
"author": "Kevin Deng <sxzz@sxzz.moe>",
8+
"license": "MIT",
9+
"funding": "https://github.com/sponsors/sxzz",
10+
"homepage": "https://github.com/unplugin/unplugin-vue#readme",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/unplugin/unplugin-vue.git"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/unplugin/unplugin-vue/issues"
17+
},
718
"keywords": [
819
"vue",
920
"sfc",
@@ -13,23 +24,6 @@
1324
"rollup",
1425
"esbuild"
1526
],
16-
"license": "MIT",
17-
"homepage": "https://github.com/unplugin/unplugin-vue#readme",
18-
"bugs": {
19-
"url": "https://github.com/unplugin/unplugin-vue/issues"
20-
},
21-
"repository": {
22-
"type": "git",
23-
"url": "git+https://github.com/unplugin/unplugin-vue.git"
24-
},
25-
"author": "Kevin Deng <sxzz@sxzz.moe>",
26-
"funding": "https://github.com/sponsors/sxzz",
27-
"files": [
28-
"dist"
29-
],
30-
"main": "./dist/index.mjs",
31-
"module": "./dist/index.mjs",
32-
"types": "./dist/index.d.mts",
3327
"exports": {
3428
".": "./dist/index.mjs",
3529
"./api": "./dist/api.mjs",
@@ -42,6 +36,9 @@
4236
"./webpack": "./dist/webpack.mjs",
4337
"./package.json": "./package.json"
4438
},
39+
"main": "./dist/index.mjs",
40+
"module": "./dist/index.mjs",
41+
"types": "./dist/index.d.mts",
4542
"typesVersions": {
4643
"*": {
4744
"*": [
@@ -50,6 +47,12 @@
5047
]
5148
}
5249
},
50+
"files": [
51+
"dist"
52+
],
53+
"engines": {
54+
"node": ">=20.19.0"
55+
},
5356
"scripts": {
5457
"test": "vitest",
5558
"build": "tsdown",
@@ -65,38 +68,35 @@
6568
"dependencies": {
6669
"@jridgewell/gen-mapping": "^0.3.13",
6770
"@jridgewell/trace-mapping": "^0.3.31",
68-
"@vue/reactivity": "^3.5.24",
69-
"obug": "^2.0.0",
70-
"unplugin": "^2.3.10",
71-
"vite": "^7.2.2"
71+
"@vue/reactivity": "^3.5.25",
72+
"obug": "^2.1.1",
73+
"unplugin": "^2.3.11",
74+
"vite": "^7.2.6"
7275
},
7376
"devDependencies": {
7477
"@babel/types": "^7.28.5",
7578
"@farmfe/core": "2.0.0-nightly-20250411141103",
76-
"@sxzz/eslint-config": "^7.3.0",
77-
"@sxzz/prettier-config": "^2.2.5",
78-
"@sxzz/test-utils": "^0.5.12",
79+
"@sxzz/eslint-config": "^7.4.1",
80+
"@sxzz/prettier-config": "^2.2.6",
81+
"@sxzz/test-utils": "^0.5.13",
7982
"@types/node": "^24.10.1",
8083
"@vitejs/plugin-vue": "^6.0.2",
81-
"@vitest/ui": "^4.0.10",
82-
"bumpp": "^10.3.1",
84+
"@vitest/ui": "^4.0.15",
85+
"bumpp": "^10.3.2",
8386
"esbuild": "^0.27.0",
8487
"eslint": "^9.39.1",
8588
"fast-glob": "^3.3.3",
8689
"premove": "^4.0.0",
87-
"prettier": "^3.6.2",
88-
"rollup": "^4.53.2",
90+
"prettier": "^3.7.3",
91+
"rollup": "^4.53.3",
8992
"slash": "^5.1.0",
9093
"source-map-js": "^1.2.1",
91-
"tsdown": "^0.16.5",
94+
"tsdown": "^0.17.0-beta.5",
9295
"typescript": "^5.9.3",
9396
"unplugin-oxc": "^0.5.5",
94-
"vitest": "^4.0.10",
97+
"vitest": "^4.0.15",
9598
"vue": "^3.6.0-alpha.2",
9699
"webpack": "^5.103.0"
97100
},
98-
"engines": {
99-
"node": ">=20.19.0"
100-
},
101101
"prettier": "@sxzz/prettier-config"
102102
}

0 commit comments

Comments
 (0)