From 557eaf97c28416f85356c4520b26e3cfea8e9f60 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 21 Feb 2025 22:32:11 +0100 Subject: [PATCH] Fix one patch version --- front/bun.lock | 1 + front/package.json | 2 +- front/patches/{one@1.1.437.patch => one@1.1.445.patch} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename front/patches/{one@1.1.437.patch => one@1.1.445.patch} (100%) diff --git a/front/bun.lock b/front/bun.lock index 05d29ada..6e2b6261 100644 --- a/front/bun.lock +++ b/front/bun.lock @@ -41,6 +41,7 @@ }, }, "patchedDependencies": { + "one@1.1.445": "patches/one@1.1.445.patch", "yoshiki@1.2.14": "patches/yoshiki@1.2.14.patch", }, "packages": { diff --git a/front/package.json b/front/package.json index 64b2742c..ff2ba729 100644 --- a/front/package.json +++ b/front/package.json @@ -52,7 +52,7 @@ }, "patchedDependencies": { "yoshiki@1.2.14": "patches/yoshiki@1.2.14.patch", - "one@1.1.437": "patches/one@1.1.437.patch" + "one@1.1.445": "patches/one@1.1.445.patch" }, "expo": { "doctor": { diff --git a/front/patches/one@1.1.437.patch b/front/patches/one@1.1.445.patch similarity index 100% rename from front/patches/one@1.1.437.patch rename to front/patches/one@1.1.445.patch