From 7f8d25ed0c6b8def7e4663d6f714684969691978 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Oct 2021 15:41:47 +0000 Subject: [PATCH] fix(deps): pin dependencies --- package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 586cfc97..efecccac 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "typescript": "4.4.4" }, "dependencies": { - "@tauri-apps/api": "^1.0.0-beta.4", - "tslib": "^2.1.0" + "@tauri-apps/api": "1.0.0-beta.8", + "tslib": "2.3.1" } } diff --git a/yarn.lock b/yarn.lock index 8df14935..6345227e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -52,7 +52,7 @@ estree-walker "^1.0.1" picomatch "^2.2.2" -"@tauri-apps/api@^1.0.0-beta.4": +"@tauri-apps/api@1.0.0-beta.8": version "1.0.0-beta.8" resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-1.0.0-beta.8.tgz#a43dc4a4515148f29bfb616db85445b771e84f78" integrity sha512-a56lXB7XvQ4+fKtT0pxpkjTSKhyrQ1Vmjyvt2ox3mT9xw3l7s8IOKHJ1WuqW6TA6xdoy3Cyja3Z3prw8hflS7g== @@ -285,7 +285,7 @@ terser@^5.0.0: source-map "~0.7.2" source-map-support "~0.5.20" -tslib@^2.1.0: +tslib@2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==