Skip to content

Commit a2c436c

Browse files
committed
chore: upgrade deps
1 parent 3652f0e commit a2c436c

File tree

8 files changed

+1321
-1548
lines changed

8 files changed

+1321
-1548
lines changed

examples/esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@chialab/esbuild-plugin-html": "^0.18.2",
1414
"esbuild": "^0.25.0",
15-
"sass": "^1.84.0",
15+
"sass": "^1.85.1",
1616
"serve": "^14.2.4",
1717
"unplugin-vue": "workspace:*"
1818
}

examples/rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"esbuild": "^0.25.0",
14-
"rollup": "^4.34.6",
14+
"rollup": "^4.34.9",
1515
"serve": "^14.2.4",
1616
"unplugin-vue": "workspace:*"
1717
}

examples/rspack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"vue": "^3.5.13"
1212
},
1313
"devDependencies": {
14-
"@rspack/cli": "^1.2.2",
15-
"@rspack/core": "^1.2.2",
14+
"@rspack/cli": "^1.2.7",
15+
"@rspack/core": "^1.2.7",
1616
"css-loader": "^7.1.2",
1717
"serve": "^14.2.4",
1818
"style-loader": "^4.0.0",

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"unplugin-vue": "workspace:*",
15-
"vite": "^6.1.0",
15+
"vite": "^6.2.0",
1616
"vite-plugin-inspect": "^11.0.0"
1717
}
1818
}

examples/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"vue": "^3.5.13"
1212
},
1313
"devDependencies": {
14-
"@swc/core": "^1.10.15",
14+
"@swc/core": "^1.11.7",
1515
"@types/webpack": "^5.28.5",
1616
"css-loader": "^7.1.2",
1717
"html-webpack-plugin": "^5.6.3",
@@ -20,7 +20,7 @@
2020
"sucrase": "^3.35.0",
2121
"swc-loader": "^0.2.6",
2222
"unplugin-vue": "workspace:*",
23-
"webpack": "^5.97.1",
23+
"webpack": "^5.98.0",
2424
"webpack-cli": "^6.0.1",
2525
"webpack-dev-server": "^5.2.0"
2626
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue",
33
"version": "6.0.0",
4-
"packageManager": "pnpm@10.2.1",
4+
"packageManager": "pnpm@10.5.2",
55
"description": "Transform Vue 3 SFC to JavaScript.",
66
"type": "module",
77
"keywords": [
@@ -65,33 +65,33 @@
6565
"dependencies": {
6666
"@vue/reactivity": "^3.5.13",
6767
"debug": "^4.4.0",
68-
"unplugin": "^2.1.2",
69-
"vite": "^6.1.0"
68+
"unplugin": "^2.2.0",
69+
"vite": "^6.2.0"
7070
},
7171
"devDependencies": {
72-
"@babel/types": "^7.26.8",
72+
"@babel/types": "^7.26.9",
7373
"@jridgewell/gen-mapping": "^0.3.8",
7474
"@jridgewell/trace-mapping": "^0.3.25",
75-
"@sxzz/eslint-config": "^5.0.1",
76-
"@sxzz/prettier-config": "^2.1.2",
75+
"@sxzz/eslint-config": "^5.2.0",
76+
"@sxzz/prettier-config": "^2.2.0",
7777
"@sxzz/test-utils": "^0.5.1",
7878
"@types/debug": "^4.1.12",
79-
"@types/node": "^22.13.1",
79+
"@types/node": "^22.13.9",
8080
"@vitejs/plugin-vue": "^5.2.1",
81-
"@vitest/ui": "^3.0.5",
82-
"bumpp": "^10.0.2",
81+
"@vitest/ui": "^3.0.7",
82+
"bumpp": "^10.0.3",
8383
"esbuild": "^0.25.0",
84-
"eslint": "^9.20.0",
84+
"eslint": "^9.21.0",
8585
"fast-glob": "^3.3.3",
8686
"rimraf": "^6.0.1",
87-
"rollup": "^4.34.6",
87+
"rollup": "^4.34.9",
8888
"slash": "^5.1.0",
8989
"source-map-js": "^1.2.1",
90-
"tsdown": "^0.5.9",
91-
"typescript": "^5.7.3",
92-
"unplugin-oxc": "https://pkg.pr.new/unplugin/unplugin-oxc@61c8ffd",
93-
"vitest": "^3.0.5",
94-
"webpack": "^5.97.1"
90+
"tsdown": "^0.6.3",
91+
"typescript": "^5.8.2",
92+
"unplugin-oxc": "^0.2.6",
93+
"vitest": "^3.0.7",
94+
"webpack": "^5.98.0"
9595
},
9696
"engines": {
9797
"node": ">=18.0.0"

0 commit comments

Comments
 (0)