Skip to content

Commit

Permalink
chore(deps): update dependency vue to v3.4.32 (#1897)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency vue to v3.4.32

* test: update snapshot to match changed vnode interface

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
BobbieGoede and renovate[bot] authored Jul 19, 2024
1 parent e9ab3e0 commit 74226df
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 205 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"typescript-eslint": "^7.5.0",
"vitepress": "1.3.1",
"vitest": "^2.0.0",
"vue": "3.4.31",
"vue": "3.4.32",
"vue-i18n": "workspace:*"
},
"peerDependencies": {
Expand Down Expand Up @@ -176,7 +176,7 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"vue": "3.4.31",
"vue": "3.4.32",
"vite": "^5.1.2"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ exports[`__translateVNode > missing 1`] = `
"suspense": null,
"target": null,
"targetAnchor": null,
"targetStart": null,
"transition": null,
"type": Symbol(v-txt),
},
Expand Down
Loading

0 comments on commit 74226df

Please sign in to comment.