diff options
author | Jan <sentrycraft123@gmail.com> | 2024-04-14 22:59:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 22:59:04 +0200 |
commit | a2384fa2e9bbef22cab3b1e09a9f7e4e6d7e89b4 (patch) | |
tree | 9d334ad2c758134287b5f744f3a6c6ebe73d881c /src-vue/package.json | |
parent | 7ab55d005aa7661d1eed6cb0a77ee6b269bfdf91 (diff) | |
download | FlightCore-a2384fa2e9bbef22cab3b1e09a9f7e4e6d7e89b4.tar.gz FlightCore-a2384fa2e9bbef22cab3b1e09a9f7e4e6d7e89b4.zip |
chore: Update tauri-plugin-store (#894)
Update tauri-plugin-store plugin to a newer version to address an error during building.
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 0b6a76c6..104c9b33 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -12,7 +12,7 @@ "@element-plus/icons-vue": "^2.0.9", "element-plus": "^2.6.0", "marked": "^12.0.1", - "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", + "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "vue": "^3.4.21", "vue-i18n": "^9.10.2", "vue-router": "^4.3.0", |