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 Dec 13, 2024
1 parent d982b61 commit 3ee148c
Show file tree
Hide file tree
Showing 8 changed files with 1,055 additions and 790 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.24.0",
"sass": "^1.81.0",
"sass": "^1.83.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": "^0.14.0",
"rolldown": "^0.15.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.24.0",
"rollup": "^4.27.4",
"rollup": "^4.28.1",
"rollup-plugin-esbuild": "^6.1.1",
"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 @@ -10,8 +10,8 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@rspack/cli": "1.1.4",
"@rspack/core": "1.1.4",
"@rspack/cli": "1.1.6",
"@rspack/core": "1.1.6",
"css-loader": "^7.1.2",
"serve": "^14.2.4",
"style-loader": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"unplugin-vue": "workspace:*",
"vite": "^6.0.0",
"vite-plugin-inspect": "^0.8.8"
"vite": "^6.0.3",
"vite-plugin-inspect": "^0.10.3"
}
}
6 changes: 3 additions & 3 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@swc/core": "^1.9.3",
"@swc/core": "^1.10.1",
"@types/webpack": "^5.28.5",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
Expand All @@ -19,8 +19,8 @@
"sucrase": "^3.35.0",
"swc-loader": "^0.2.6",
"unplugin-vue": "workspace:*",
"webpack": "^5.96.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
"webpack-dev-server": "^5.2.0"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue",
"version": "5.2.1",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.0",
"description": "Transform Vue 3 SFC to JavaScript.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -87,35 +87,35 @@
},
"dependencies": {
"@vue/reactivity": "^3.5.13",
"debug": "^4.3.7",
"debug": "^4.4.0",
"unplugin": "^1.16.0",
"vite": "^6.0.0"
"vite": "^6.0.3"
},
"devDependencies": {
"@babel/types": "^7.26.0",
"@jridgewell/gen-mapping": "^0.3.5",
"@babel/types": "^7.26.3",
"@jridgewell/gen-mapping": "^0.3.8",
"@jridgewell/trace-mapping": "^0.3.25",
"@sxzz/eslint-config": "^4.5.0",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.3.7",
"@sxzz/test-utils": "^0.3.11",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.0",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/ui": "2.1.6",
"bumpp": "^9.8.1",
"@vitest/ui": "2.1.8",
"bumpp": "^9.9.1",
"esbuild": "0.24.0",
"eslint": "^9.15.0",
"eslint": "^9.17.0",
"fast-glob": "^3.3.2",
"rimraf": "^6.0.1",
"rollup": "^4.27.4",
"rollup": "^4.28.1",
"rollup-plugin-esbuild": "^6.1.1",
"slash": "^5.1.0",
"source-map-js": "^1.2.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"unplugin-unused": "^0.2.3",
"vitest": "2.1.6",
"webpack": "^5.96.1"
"vitest": "2.1.8",
"webpack": "^5.97.1"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 3ee148c

Please sign in to comment.