From 0c236e6935c323ea1a7b8d13d2718b6b2cb750a8 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Sat, 17 Jun 2023 21:55:58 +0000 Subject: [PATCH] feat: update to 2.0.0-alpha.10 (#441) Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5300306799 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 fa7e7b0..ad9da0f 120000 --- a/node_modules/@tauri-apps/api +++ b/node_modules/@tauri-apps/api @@ -1 +1 @@ -../../../../node_modules/.pnpm/@tauri-apps+api@2.0.0-alpha.4/node_modules/@tauri-apps/api \ No newline at end of file +../../../../node_modules/.pnpm/@tauri-apps+api@2.0.0-alpha.5/node_modules/@tauri-apps/api \ No newline at end of file diff --git a/package.json b/package.json index d1fe48e..81d3bc4 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "tslib": "^2.5.0" }, "dependencies": { - "@tauri-apps/api": "2.0.0-alpha.4" + "@tauri-apps/api": "2.0.0-alpha.5" } }