diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-02 02:29:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 02:29:44 +0200 |
commit | edbce33c4a8f142967df868fb99476400f4ddfb3 (patch) | |
tree | fdc8710b0d473799ecfcfc179b87e18adae034e5 /src-vue/package.json | |
parent | a982af00d8136a68afb49d6f65a97d57608883f7 (diff) | |
download | FlightCore-edbce33c4a8f142967df868fb99476400f4ddfb3.tar.gz FlightCore-edbce33c4a8f142967df868fb99476400f4ddfb3.zip |
chore: bump element-plus from 2.7.7 to 2.7.8 in /src-vue (#990)
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.7.7 to 2.7.8.
- [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.7.7...2.7.8)
---
updated-dependencies:
- dependency-name: element-plus
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 0c57cfad..dcd81c12 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.7.7", + "element-plus": "^2.7.8", "marked": "^13.0.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "vue": "^3.4.35", |