diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-03 19:11:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 19:11:58 +0100 |
commit | 37716579815107dd17672c3bcc2b148970edf3f8 (patch) | |
tree | a0d1f2a4cae31f38493bb8120156f6ee58f38fe8 /src-vue/package.json | |
parent | 22149d6ec88908a0a81ef05aa617ffdc21541375 (diff) | |
download | FlightCore-37716579815107dd17672c3bcc2b148970edf3f8.tar.gz FlightCore-37716579815107dd17672c3bcc2b148970edf3f8.zip |
chore: bump element-plus from 2.5.5 to 2.6.0 in /src-vue (#831)
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.5.5 to 2.6.0.
- [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.5.5...2.6.0)
---
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 d752b52d..c220aabb 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.5.5", + "element-plus": "^2.6.0", "marked": "^12.0.0", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.4.21", |