Skip to content

Commit

Permalink
build(deps-dev): bump vue from 3.4.1 to 3.4.13
Browse files Browse the repository at this point in the history
Bumps [vue](https://github.com/vuejs/core) from 3.4.1 to 3.4.13.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.1...v3.4.13)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 6197be4 commit 4de3a7b
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 67 deletions.
122 changes: 61 additions & 61 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@nuxt/schema": "^3.9.0",
"@nuxt/kit": "^3.9.0",
"@vuecs/link": "^1.0.0",
"vue": "^3.4.1",
"vue": "^3.4.13",
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mtb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"eslint": "^8.56.0",
"nuxt": "^3.9.0",
"vitest": "^1.0.4",
"vue": "^3.4.1",
"vue": "^3.4.13",
"vue-chartjs": "^5.3.0"
},
"peerDependencies": {
"vue": "^3.4.1"
"vue": "^3.4.13"
}
}
2 changes: 1 addition & 1 deletion packages/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bootstrap-vue-next": "^0.15.5",
"bootstrap": "^5.3.2",
"nuxt": "^3.9.0",
"vue": "^3.4.1",
"vue": "^3.4.13",
"vue-router": "^4.2.5"
}
}
4 changes: 2 additions & 2 deletions packages/rd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"eslint": "^8.56.0",
"nuxt": "^3.9.0",
"vitest": "^1.0.4",
"vue": "^3.4.1",
"vue": "^3.4.13",
"vue-chartjs": "^5.3.0"
},
"peerDependencies": {
"vue": "^3.4.1"
"vue": "^3.4.13"
}
}

0 comments on commit 4de3a7b

Please sign in to comment.