Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent 509b75b commit 3710e0e
Show file tree
Hide file tree
Showing 7 changed files with 641 additions and 643 deletions.
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.18.2",
"esbuild": "^0.25.0",
"sass": "^1.84.0",
"sass": "^1.85.0",
"serve": "^14.2.4",
"unplugin-vue": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"esbuild": "^0.25.0",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"serve": "^14.2.4",
"unplugin-vue": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@rspack/cli": "^1.2.2",
"@rspack/core": "^1.2.2",
"@rspack/cli": "^1.2.4",
"@rspack/core": "^1.2.4",
"css-loader": "^7.1.2",
"serve": "^14.2.4",
"style-loader": "^4.0.0",
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.1"
"vite-plugin-inspect": "^10.2.1"
}
}
4 changes: 2 additions & 2 deletions 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.15",
"@swc/core": "^1.10.17",
"@types/webpack": "^5.28.5",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
Expand All @@ -20,7 +20,7 @@
"sucrase": "^3.35.0",
"swc-loader": "^0.2.6",
"unplugin-vue": "workspace:*",
"webpack": "^5.97.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
Expand Down
26 changes: 13 additions & 13 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.1",
"packageManager": "pnpm@10.4.1",
"description": "Transform Vue 3 SFC to JavaScript.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -64,33 +64,33 @@
"dependencies": {
"@vue/reactivity": "^3.5.13",
"debug": "^4.4.0",
"unplugin": "^2.1.2",
"unplugin": "^2.2.0",
"vite": "^6.1.0"
},
"devDependencies": {
"@babel/types": "^7.26.8",
"@babel/types": "^7.26.9",
"@jridgewell/gen-mapping": "^0.3.8",
"@jridgewell/trace-mapping": "^0.3.25",
"@sxzz/eslint-config": "^5.0.1",
"@sxzz/prettier-config": "^2.1.2",
"@sxzz/eslint-config": "^5.1.1",
"@sxzz/prettier-config": "^2.2.0",
"@sxzz/test-utils": "^0.5.1",
"@types/debug": "^4.1.12",
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/ui": "^3.0.5",
"bumpp": "^10.0.2",
"@vitest/ui": "^3.0.6",
"bumpp": "^10.0.3",
"esbuild": "^0.25.0",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"fast-glob": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"slash": "^5.1.0",
"source-map-js": "^1.2.1",
"tsdown": "^0.5.9",
"tsdown": "^0.5.10",
"typescript": "^5.7.3",
"unplugin-oxc": "https://pkg.pr.new/unplugin/unplugin-oxc@61c8ffd",
"vitest": "^3.0.5",
"webpack": "^5.97.1"
"vitest": "^3.0.6",
"webpack": "^5.98.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 3710e0e

Please sign in to comment.