Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent aafa27a commit 2f90b1d
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 69 deletions.
130 changes: 65 additions & 65 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 @@ -49,7 +49,7 @@
"@nuxt/schema": "^3.8.0",
"@nuxt/kit": "^3.8.2",
"@vue-layout/link": "^5.0.1",
"vue": "^3.3.11",
"vue": "^3.3.13",
"vue-tsc": "^1.8.25"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bootstrap-vue-next": "^0.15.5",
"bootstrap": "^5.3.2",
"nuxt": "^3.8.2",
"vue": "^3.3.11",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
}
}
4 changes: 2 additions & 2 deletions packages/rare-diseases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"eslint": "^8.54.0",
"nuxt": "^3.8.2",
"vitest": "^1.0.4",
"vue": "^3.3.11",
"vue": "^3.3.13",
"vue-chartjs": "^5.3.0"
},
"peerDependencies": {
"vue": "^3.3.11"
"vue": "^3.3.13"
}
}

0 comments on commit 2f90b1d

Please sign in to comment.