Skip to content

Commit

Permalink
fix(deps): update vue-group dependency vue to v3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent d1e1d67 commit 56b7a02
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 153 deletions.
2 changes: 1 addition & 1 deletion apps/histoire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typecheck": "vue-tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"vue": "3.5.5"
"vue": "3.5.6"
},
"devDependencies": {
"@histoire/plugin-vue": "0.17.17",
Expand Down
2 changes: 1 addition & 1 deletion apps/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ui": "workspace:*",
"vite": "5.4.5",
"vitest": "2.0.5",
"vue": "3.5.5",
"vue": "3.5.6",
"vue-toastification": "2.0.0-rc.5",
"webpack": "5.94.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "5.6.2",
"ui": "workspace:*",
"vite": "5.4.5",
"vue": "3.5.5",
"vue": "3.5.6",
"webpack": "5.94.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@types/mdx": "2.0.13",
"tsconfig": "workspace:*",
"vue": "3.5.5"
"vue": "3.5.6"
},
"devDependencies": {
"@pinia/testing": "0.1.5",
Expand Down
Loading

0 comments on commit 56b7a02

Please sign in to comment.