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 Jan 2, 2025
1 parent c64e38c commit 4bcc841
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 165 deletions.
2 changes: 1 addition & 1 deletion 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.6",
"vite": "^6.0.7",
"vite-plugin-inspect": "^0.10.6"
}
}
2 changes: 1 addition & 1 deletion 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.10.2",
"@swc/core": "^1.10.4",
"@types/webpack": "^5.28.5",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
Expand Down
8 changes: 4 additions & 4 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": "[email protected].1",
"packageManager": "[email protected].2",
"description": "Transform Vue 3 SFC to JavaScript.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -89,7 +89,7 @@
"@vue/reactivity": "^3.5.13",
"debug": "^4.4.0",
"unplugin": "^1.16.0",
"vite": "^6.0.6"
"vite": "^6.0.7"
},
"devDependencies": {
"@babel/types": "^7.26.3",
Expand All @@ -99,7 +99,7 @@
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.3.11",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.2",
"@types/node": "^22.10.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/ui": "^2.1.8",
"bumpp": "^9.9.2",
Expand All @@ -113,7 +113,7 @@
"source-map-js": "^1.2.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"unplugin-unused": "^0.2.3",
"unplugin-unused": "^0.3.0",
"vitest": "^2.1.8",
"webpack": "^5.97.1"
},
Expand Down
Loading

0 comments on commit 4bcc841

Please sign in to comment.