Skip to content

Commit 63347a2

Browse files
chore(deps): bump vue in the patch-dependencies group (#6512)
Bumps the patch-dependencies group with 1 update: [vue](https://github.com/vuejs/core). Updates `vue` from 3.5.31 to 3.5.32 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.31...v3.5.32) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 583cce9 commit 63347a2

5 files changed

Lines changed: 21 additions & 7 deletions

File tree

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"tsx": "4.21.0",
4747
"typescript": "5.9.3",
4848
"vite": "8.0.8",
49-
"vue": "3.5.31",
49+
"vue": "3.5.32",
5050
"vue-tsc": "3.2.6"
5151
},
5252
"publishConfig": {

package-lock.json

Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showcases/nuxt-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"nuxt": "4.4.2",
23-
"vue": "^3.5.31",
23+
"vue": "^3.5.32",
2424
"vue-router": "5.0.4"
2525
}
2626
}

showcases/vue-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:visual-snapshots": "cross-env showcase=vue-showcase npx playwright test --config=../playwright.visual-snapshots.ts"
2424
},
2525
"dependencies": {
26-
"vue": "^3.5.31",
26+
"vue": "^3.5.32",
2727
"vue-router": "5.0.4"
2828
},
2929
"devDependencies": {

storybooks/vue-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"storybook": "storybook dev -p 6007"
1515
},
1616
"dependencies": {
17-
"vue": "^3.5.31"
17+
"vue": "^3.5.32"
1818
},
1919
"devDependencies": {
2020
"@chromatic-com/storybook": "5.1.2",

0 commit comments

Comments
 (0)