diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-05-04 21:05:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 21:05:06 +0200 |
commit | ac3ee347f06c6c3895a288ce0a06febae251b473 (patch) | |
tree | 1a66d20ecf581dac0b49d1b6a10f105191aa06f6 /package.json | |
parent | a8af51546b5006379532d6d207cd7a9e56ef4b08 (diff) | |
download | FlightCore-ac3ee347f06c6c3895a288ce0a06febae251b473.tar.gz FlightCore-ac3ee347f06c6c3895a288ce0a06febae251b473.zip |
chore: Update Tauri to 1.3 (#303)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 34baad7d..66b4f7f9 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "tauri": "tauri" }, "dependencies": { - "@tauri-apps/api": "^1.2.0" + "@tauri-apps/api": "^1.3.0" }, "devDependencies": { - "@tauri-apps/cli": "^1.2.3" + "@tauri-apps/cli": "^1.3.0" } } |