Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 10, 2025
1 parent fc6074e commit 53cb240
Show file tree
Hide file tree
Showing 8 changed files with 684 additions and 450 deletions.
1 change: 0 additions & 1 deletion examples/esbuild/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ await build({
plugins: [
Vue({
style: {
// @ts-expect-error
preprocessLang: 'scss',
},
}),
Expand Down
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.18.2",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"sass": "^1.84.0",
"serve": "^14.2.4",
"unplugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion examples/rolldown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"rolldown": "^1.0.0-beta.3",
"rolldown": "1.0.0-beta.3",
"serve": "^14.2.4",
"unplugin-vue": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"vue": "^3.5.13"
},
"devDependencies": {
"esbuild": "^0.24.2",
"rollup": "^4.34.4",
"esbuild": "^0.25.0",
"rollup": "^4.34.6",
"serve": "^14.2.4",
"unplugin-vue": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"unplugin-vue": "workspace:*",
"vite": "^6.1.0",
"vite-plugin-inspect": "^10.1.0"
"vite-plugin-inspect": "^10.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@swc/core": "^1.10.14",
"@swc/core": "^1.10.15",
"@types/webpack": "^5.28.5",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue",
"version": "6.0.0",
"packageManager": "pnpm@10.2.0",
"packageManager": "pnpm@10.2.1",
"description": "Transform Vue 3 SFC to JavaScript.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -68,25 +68,25 @@
"vite": "^6.1.0"
},
"devDependencies": {
"@babel/types": "^7.26.7",
"@babel/types": "^7.26.8",
"@jridgewell/gen-mapping": "^0.3.8",
"@jridgewell/trace-mapping": "^0.3.25",
"@sxzz/eslint-config": "^5.0.1",
"@sxzz/prettier-config": "^2.1.1",
"@sxzz/prettier-config": "^2.1.2",
"@sxzz/test-utils": "^0.5.1",
"@types/debug": "^4.1.12",
"@types/node": "^22.13.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/ui": "^3.0.5",
"bumpp": "^10.0.2",
"esbuild": "^0.24.2",
"eslint": "^9.19.0",
"esbuild": "^0.25.0",
"eslint": "^9.20.0",
"fast-glob": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.34.4",
"rollup": "^4.34.6",
"slash": "^5.1.0",
"source-map-js": "^1.2.1",
"tsdown": "^0.5.7",
"tsdown": "^0.5.9",
"typescript": "^5.7.3",
"unplugin-oxc": "https://pkg.pr.new/unplugin/unplugin-oxc@61c8ffd",
"vitest": "^3.0.5",
Expand Down
Loading

0 comments on commit 53cb240

Please sign in to comment.