From d79d62a932bd64e37ae25b9ae4e3ef1aa6f538ac Mon Sep 17 00:00:00 2001 From: Amani Date: Fri, 14 Aug 2026 20:38:57 -0500 Subject: [PATCH] chore: update mobile ink to 0.3.3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7167a65..0e49ca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@expo/vector-icons": "^15.0.3", - "@mathnotes/mobile-ink": "0.3.1", + "@mathnotes/mobile-ink": "0.3.3", "@react-native-async-storage/async-storage": "2.2.0", "@shopify/react-native-skia": "2.2.12", "expo": "54.0.34", @@ -2564,9 +2564,9 @@ } }, "node_modules/@mathnotes/mobile-ink": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@mathnotes/mobile-ink/-/mobile-ink-0.3.1.tgz", - "integrity": "sha512-fAMae8dqgPZyanN1RHsh60OfLWhXzKwKl01gkwCfdyA+THkn+TQ44D9liYEBk++rQeAdaAfXExnOcIBTFvuidA==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@mathnotes/mobile-ink/-/mobile-ink-0.3.3.tgz", + "integrity": "sha512-xVmfoEV7B7EJ29xVvWzWNpipeQktythLNFKo4cd8PzXp3gLPzpeMk2WgKCrv0mqMitWxB9sdeAvDLnktieGE6A==", "license": "Apache-2.0", "peerDependencies": { "@shopify/react-native-skia": ">=2.0.0", diff --git a/package.json b/package.json index cf297ff..75a2697 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@expo/vector-icons": "^15.0.3", - "@mathnotes/mobile-ink": "0.3.1", + "@mathnotes/mobile-ink": "0.3.3", "@react-native-async-storage/async-storage": "2.2.0", "@shopify/react-native-skia": "2.2.12", "expo": "54.0.34",