diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 15:54:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 15:54:03 +0200 |
commit | 8b3bd8c286fdd46fd3cc6a7815958c591dadf46f (patch) | |
tree | a13f7e7ff60aaef7b68858bbb510ec1347e559c6 /src-vue/package.json | |
parent | e4da8247ef88f7fec31a9d4ce834a3cb49113b3b (diff) | |
download | FlightCore-8b3bd8c286fdd46fd3cc6a7815958c591dadf46f.tar.gz FlightCore-8b3bd8c286fdd46fd3cc6a7815958c591dadf46f.zip |
chore: bump element-plus from 2.6.0 to 2.7.7 in /src-vue (#976)
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.6.0 to 2.7.7.
- [Release notes](https://github.com/element-plus/element-plus/releases)
- [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md)
- [Commits](https://github.com/element-plus/element-plus/compare/2.6.0...2.7.7)
---
updated-dependencies:
- dependency-name: element-plus
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 40dd7e36..6deaf582 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.0.9", - "element-plus": "^2.6.0", + "element-plus": "^2.7.7", "marked": "^12.0.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "vue": "^3.4.31", |