diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-03-27 17:58:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 15:58:26 +0000 |
commit | 12741098da937ab55d2e1292631217b3a21a3ffa (patch) | |
tree | a7dd4d84cfbd9d6bcfa1063ce1e9fa3f4fd502e1 /src-vue/package.json | |
parent | cec86b682d68016e2142b27e7674d77807c3330c (diff) | |
download | FlightCore-12741098da937ab55d2e1292631217b3a21a3ffa.tar.gz FlightCore-12741098da937ab55d2e1292631217b3a21a3ffa.zip |
fix: Address regression around persistent store (#227)
* fix: Pin tauri-plugin-store package to same commit
Pin npm package to same commit as Rust crate
* fix: Attempt using newest plugin store commit
* fix: Perform explicit save to store on each change
This seems to resolve the issue around no longer writing changes to
store on close as now values are written on each change.
* chore: Pin dependencies to specific commit
Instead of tracking a branch, track a specific commit
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 fbe3fc1a..674ca132 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.2.17", "marked": "^4.1.1", - "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#dev", + "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.2.37", "vue-router": "^4.1.5", "vuex": "^4.0.2" |