From 93ece888fa73087353242ebecb435cacc0dcacb1 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 30 Jul 2024 10:53:47 -0500 Subject: Bump all dependencies Signed-off-by: Matt Strapp --- clients/www/package.json | 2 +- clients/www/src-tauri/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'clients') 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" } -- cgit v1.2.3