diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-02 02:06:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 02:06:33 +0200 |
commit | a982af00d8136a68afb49d6f65a97d57608883f7 (patch) | |
tree | 38821a2e4e603b5372084075567838a358af2916 /src-vue/package.json | |
parent | 896a21aa89e4def6611eba846d4ab91c7abfc9b0 (diff) | |
download | FlightCore-a982af00d8136a68afb49d6f65a97d57608883f7.tar.gz FlightCore-a982af00d8136a68afb49d6f65a97d57608883f7.zip |
chore: bump vue from 3.4.31 to 3.4.35 in /src-vue (#989)
Bumps [vue](https://github.com/vuejs/core) from 3.4.31 to 3.4.35.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.31...v3.4.35)
---
updated-dependencies:
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-vue/package.json')
-rw-r--r-- | src-vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index 923c4953..0c57cfad 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -13,7 +13,7 @@ "element-plus": "^2.7.7", "marked": "^13.0.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", - "vue": "^3.4.31", + "vue": "^3.4.35", "vue-i18n": "^9.13.1", "vue-router": "^4.4.2", "vuex": "^4.0.2" |