about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhailey <me@haileyok.com>2025-05-06 11:13:15 -0700
committerGitHub <noreply@github.com>2025-05-06 11:13:15 -0700
commit0d02a076d9b309618f3415eaae7c0f58343acdb0 (patch)
tree3eb01ec8c5348469126dbd3ef8fafd4146ae020a
parent521ec8e044e58633530e1864e7abc6e22554d7d3 (diff)
downloadvoidsky-0d02a076d9b309618f3415eaae7c0f58343acdb0.tar.zst
bump cropper version (#8339)
* mostly implement

* type errors

* unused import

* rm comment

* stop accidentally deleting the image while compressing

* upgrade

* type fixes

* upgrade, remove timeout

* bump

* rm mock

* bump

* bump

---------

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
-rw-r--r--package.json2
-rw-r--r--src/components/Dialog/shared.tsx10
-rw-r--r--yarn.lock8
3 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index 5a3a80186..2fab82975 100644
--- a/package.json
+++ b/package.json
@@ -142,7 +142,7 @@
     "expo-font": "~13.3.0",
     "expo-haptics": "~14.1.4",
     "expo-image": "~2.1.6",
-    "expo-image-crop-tool": "^0.1.7",
+    "expo-image-crop-tool": "^0.1.8",
     "expo-image-manipulator": "~13.1.5",
     "expo-image-picker": "~16.1.4",
     "expo-linear-gradient": "~14.1.4",
diff --git a/src/components/Dialog/shared.tsx b/src/components/Dialog/shared.tsx
index eec47b2ba..40d040878 100644
--- a/src/components/Dialog/shared.tsx
+++ b/src/components/Dialog/shared.tsx
@@ -1,11 +1,11 @@
-import React from 'react'
 import {
-  LayoutChangeEvent,
-  StyleProp,
-  TextStyle,
+  type LayoutChangeEvent,
+  type StyleProp,
+  type TextStyle,
   View,
-  ViewStyle,
+  type ViewStyle,
 } from 'react-native'
+import type React from 'react'
 
 import {atoms as a, useTheme} from '#/alf'
 import {Text} from '#/components/Typography'
diff --git a/yarn.lock b/yarn.lock
index c2533f127..20458e906 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -11247,10 +11247,10 @@ expo-haptics@~14.1.4:
   resolved "https://registry.yarnpkg.com/expo-haptics/-/expo-haptics-14.1.4.tgz#442f48b1bdf83484d4fcadc653445aaae6049b70"
   integrity sha512-QZdE3NMX74rTuIl82I+n12XGwpDWKb8zfs5EpwsnGi/D/n7O2Jd4tO5ivH+muEG/OCJOMq5aeaVDqqaQOhTkcA==
 
-expo-image-crop-tool@^0.1.7:
-  version "0.1.7"
-  resolved "https://registry.yarnpkg.com/expo-image-crop-tool/-/expo-image-crop-tool-0.1.7.tgz#a84ed2192d147d922b3d352e52e29bc3a4c1e800"
-  integrity sha512-An+tszv0DKHA74Yr7uQb4mqGTxTVBwku9zu8yvhb7HzBXIUGw12hnb8M6ntHZqIFuQiLzBxaKH8DTwZgg9oAnw==
+expo-image-crop-tool@^0.1.8:
+  version "0.1.8"
+  resolved "https://registry.yarnpkg.com/expo-image-crop-tool/-/expo-image-crop-tool-0.1.8.tgz#3e9f34825cf5d7dad1ef2786615571b078ece4e7"
+  integrity sha512-UlS1zV7JewUzuZzVT9aA0vFD1+dt+pU60ILgt3ntQl4G9SeDJ9bB/+ylz9dzn6BjZecUQkGJmbCQ3H7jGZeZMA==
 
 expo-image-loader@~5.1.0:
   version "5.1.0"