diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-25 01:24:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 01:24:50 +0200 |
commit | 9ce1f1f26a388cc4df9c30332921472127e57325 (patch) | |
tree | 367474860239ee49e706f9682f928ed4873b8638 /src-vue/package.json | |
parent | de8b7f1efc9057de9fa039927ea973cb77449b47 (diff) | |
download | FlightCore-9ce1f1f26a388cc4df9c30332921472127e57325.tar.gz FlightCore-9ce1f1f26a388cc4df9c30332921472127e57325.zip |
chore: bump element-plus from 2.3.14 to 2.4.1 in /src-vue (#636)
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.3.14 to 2.4.1.
- [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.3.14...2.4.1)
---
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 edc2c08d..2dec38c1 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.3.14", + "element-plus": "^2.4.1", "marked": "^9.1.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.6", |