Skip to content

Commit

Permalink
fix(repo): Update dependency vue to ^3.5.13 (#4684)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
renovate[bot] and LekoArts authored Jan 8, 2025
1 parent 32aea2b commit 672a96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/templates/nuxt-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"nuxt": "^3.14.159",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
}
}
2 changes: 1 addition & 1 deletion integration/templates/vue-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview --port $PORT"
},
"dependencies": {
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down

0 comments on commit 672a96a

Please sign in to comment.