From e48f8222fa436cd011a2612cb692f77ccc53356b Mon Sep 17 00:00:00 2001 From: zbuster05 Date: Tue, 20 Sep 2022 14:53:46 -0500 Subject: [PATCH] Attempting to fix mobile deps --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 72ce0a00..e158ad35 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@types/react-router-dom": "^5.1.3", "auto-bind": "^4.0.0", "bootstrap": "^5.0.2", + "capacitor-native-settings": "^4.0.0", "chrono-node": "^2.3.0", "codemirror": "^5.62.0", "date-fns-timezone": "^0.1.4", diff --git a/yarn.lock b/yarn.lock index 9b364480..33d97c23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5390,6 +5390,11 @@ caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.300011 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz#0a30d4f20d38b9e108cc5ae7cc62df9fe66cd5ba" integrity sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g== +capacitor-native-settings@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/capacitor-native-settings/-/capacitor-native-settings-4.0.0.tgz#c06e38f44d49e8a69437655e6e7339baf260dded" + integrity sha512-H8lNw+zCVhNveb4tbI22CAYgarRjMV5ETcSyo5ehAlHyHiE3aGgDoVjF6ne525wGu685dyFDFXAKKbSaz8sk0A== + capture-exit@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"