From 957aeee541b15be63177a3799c613ed9384500d2 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 23 May 2024 20:37:42 -0400 Subject: [PATCH] UICAL-284 lock memoizee to v0.4.15 (#525) Lock `memoizee` to `v0.4.15` to avoid the broken `engines.node` version string in `v0.4.16`. This should be unlocked at a later date when the bug is corrected. Refs UICAL-284 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00a58e0..166829c 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "fuzzysort": "^2.0.4", "history": "^4.7.11", "ky": "^0.31.1", - "memoizee": "^0.4.15", + "memoizee": "0.4.15", "react-final-form": "^6.5.9", "react-final-form-arrays": "^3.1.4", "utility-types": "^3.10.0"