From 289b9b89badbe6d72be4df7a9354b903651a3f53 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Thu, 29 Aug 2024 18:41:46 +0000 Subject: [PATCH] feat: use PermissionState type from tauri, closes #979 (#1701) Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10620793871 Co-authored-by: lucasfernog --- node_modules/@tauri-apps/api | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/@tauri-apps/api b/node_modules/@tauri-apps/api index 49518fb..fcf8424 120000 --- a/node_modules/@tauri-apps/api +++ b/node_modules/@tauri-apps/api @@ -1 +1 @@ -../../../../node_modules/.pnpm/@tauri-apps+api@2.0.0-rc.1/node_modules/@tauri-apps/api \ No newline at end of file +../../../../node_modules/.pnpm/@tauri-apps+api@2.0.0-rc.4/node_modules/@tauri-apps/api \ No newline at end of file diff --git a/package.json b/package.json index 53b36e5..2252083 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "LICENSE" ], "dependencies": { - "@tauri-apps/api": "^2.0.0-rc.1" + "@tauri-apps/api": "^2.0.0-rc.4" } }