diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-14 23:47:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 23:47:41 +0200 |
commit | 4d61ffe0439dd1e145ec5ea992ea48978034bd78 (patch) | |
tree | f6ea9def1199354e9da8c8a3318057cba38de4ae /src-vue/package.json | |
parent | d52f852a756df0d08579f630f9fdbe68a6a4fc2f (diff) | |
download | FlightCore-4d61ffe0439dd1e145ec5ea992ea48978034bd78.tar.gz FlightCore-4d61ffe0439dd1e145ec5ea992ea48978034bd78.zip |
chore: bump element-plus from 2.3.9 to 2.3.14 in /src-vue (#566)
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.3.9 to 2.3.14.
- [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.9...2.3.14)
---
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 c2c2cfcf..4abb983c 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.9", + "element-plus": "^2.3.14", "marked": "^9.0.0", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.2.37", |