From b7aaa883ac3f265949b179e1179183747a5f030a Mon Sep 17 00:00:00 2001 From: Vali98 Date: Mon, 9 Sep 2024 20:27:47 +0800 Subject: [PATCH] chore: updated cui-llama.rn. Fixes incorrect seed value --- 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 72c0436..2764183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@shopify/flash-list": "1.6.4", "babel-plugin-inline-import": "^3.0.0", "babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625", - "cui-llama.rn": "^1.1.3", + "cui-llama.rn": "^1.1.4", "drizzle-orm": "^0.30.10", "eas-cli": "^9.1.0", "expo": "~51.0.28", @@ -14782,9 +14782,9 @@ "license": "MIT" }, "node_modules/cui-llama.rn": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/cui-llama.rn/-/cui-llama.rn-1.1.3.tgz", - "integrity": "sha512-yhXNVaeZk8t2N/bEpby1ihZJeuaacyq/dPmIcR22Lm6Rx1o/G1DrTInz3xPRqHtTwTV3UF7XNuB9fgK16P151g==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/cui-llama.rn/-/cui-llama.rn-1.1.4.tgz", + "integrity": "sha512-vk1aM164WLMQwsIeEksF93niVfGBORnEeyN22bynlDCOs6yx9gc4Nsb4uwSU+64PLldq9oqn2w0hJpZsZnYOUQ==", "license": "MIT", "engines": { "node": ">= 16.0.0" diff --git a/package.json b/package.json index eb5b3a2..e27699c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@shopify/flash-list": "1.6.4", "babel-plugin-inline-import": "^3.0.0", "babel-plugin-react-compiler": "^0.0.0-experimental-696af53-20240625", - "cui-llama.rn": "^1.1.3", + "cui-llama.rn": "^1.1.4", "drizzle-orm": "^0.30.10", "eas-cli": "^9.1.0", "expo": "~51.0.28",