diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-24 20:08:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 20:08:52 +0100 |
commit | 49ce8b2c7037996ba77b08f2949a406406e66529 (patch) | |
tree | 45d257dc4f4c7efab7e89f480ffaf113705dd3c2 /src-vue/package.json | |
parent | e90b9a3791f10e44ae6ce2b14ffd23fb2b3cf72d (diff) | |
download | FlightCore-49ce8b2c7037996ba77b08f2949a406406e66529.tar.gz FlightCore-49ce8b2c7037996ba77b08f2949a406406e66529.zip |
chore: bump element-plus from 2.4.4 to 2.5.3 in /src-vue (#765)
* chore: bump element-plus from 2.4.4 to 2.5.3 in /src-vue
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.4.4 to 2.5.3.
- [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.4.4...2.5.3)
---
updated-dependencies:
- dependency-name: element-plus
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: el-select breaking change
* fix: button right margin is valid at all times
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Remy Raes <raes.remy@gmail.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 c5777b16..32be0476 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.4.4", + "element-plus": "^2.5.3", "marked": "^11.1.1", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.4.15", |