From fab631d61a060c9be491f983401ceb5f8edf3786 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 5 Oct 2023 12:03:57 +0200 Subject: [PATCH] fix: Remove `string-hash-64` dependency That's a dependency of react-native-worklets-core. --- package/package.json | 3 --- yarn.lock | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 yarn.lock diff --git a/package/package.json b/package/package.json index 821a384..25fa515 100644 --- a/package/package.json +++ b/package/package.json @@ -160,8 +160,5 @@ } ] ] - }, - "dependencies": { - "string-hash-64": "^1.0.3" } } diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +