Skip to content

Commit

Permalink
Merge pull request #78 from Lombiq/renovate/all-packages
Browse files Browse the repository at this point in the history
Update dependency vue-router to v3.6.5
  • Loading branch information
Piedone authored Dec 23, 2024
2 parents dbeed1b + 6db491e commit 169e350
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static ResourceManagementOptionsConfiguration()
.SetUrl(
$"~/{Area}/vendors/vue-router/vue-router.min.js",
$"~/{Area}/vendors/vue-router/vue-router.js")
.SetVersion("3.5.3");
.SetVersion("3.6.5");

_manifest
.DefineScript(ResourceNames.AsyncEditor)
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.ContentEditors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"vue-router": "3.5.3"
"vue-router": "3.6.5"
},
"scripts": {
"build": "npm explore nodejs-extensions -- pnpm build",
Expand Down
8 changes: 4 additions & 4 deletions Lombiq.ContentEditors/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 169e350

Please sign in to comment.