From 664b391144adb6cb8cc5063a8c13c21b1e8e58de Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Tue, 12 Sep 2023 12:40:51 +0000 Subject: [PATCH] chore(examples): update to tauri 2.0.0-alpha.14 (#600) Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6159545571 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 3443e7c..ffebeb3 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.6/node_modules/@tauri-apps/api \ No newline at end of file +../../../../node_modules/.pnpm/@tauri-apps+api@2.0.0-alpha.8/node_modules/@tauri-apps/api \ No newline at end of file diff --git a/package.json b/package.json index 844b524..77d5bf4 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "tslib": "^2.5.0" }, "dependencies": { - "@tauri-apps/api": "2.0.0-alpha.6" + "@tauri-apps/api": "2.0.0-alpha.8" } }