aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-07-30 10:53:47 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-07-30 10:53:47 -0500
commit93ece888fa73087353242ebecb435cacc0dcacb1 (patch)
tree8466c6d0f0071b435b0b3d154c6d2ab22d818e31 /clients/www
parentBump @typescript-eslint/parser from 7.17.0 to 7.18.0 (diff)
downloadzorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.gz
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.bz2
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.lz
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.xz
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.tar.zst
zorascript-93ece888fa73087353242ebecb435cacc0dcacb1.zip
Bump all dependencies
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'clients/www')
-rw-r--r--clients/www/package.json2
-rw-r--r--clients/www/src-tauri/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index f9d6a7d..6633423 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -22,7 +22,7 @@
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@types/node": "22.0.0",
- "@typescript-eslint/eslint-plugin": "^7.17.0",
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vite-pwa/sveltekit": "^0.6.0",
"autoprefixer": "10.4.19",
diff --git a/clients/www/src-tauri/Cargo.toml b/clients/www/src-tauri/Cargo.toml
index bdb35e7..7c116fc 100644
--- a/clients/www/src-tauri/Cargo.toml
+++ b/clients/www/src-tauri/Cargo.toml
@@ -12,12 +12,12 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
-tauri-build = { version = "1.5.1", features = [] }
+tauri-build = { version = "1.5.3", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
-tauri = { version = "1.6.1", features = [] }
+tauri = { version = "1.7.1", features = [] }
specta = "1.0.5"
tauri-specta = { version = "1.0.2", features = ["javascript", "typescript"] }
zora-rs = { path = "../../../libs/zora-rs" }