Skip to content

Commit

Permalink
fix(repo): Update dependency vue to ^3.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 1f8907b commit 7e100ee
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 7e100ee

Please sign in to comment.