From a153ac637627587cdc49e11840f2c87a3a697f57 Mon Sep 17 00:00:00 2001 From: vocksel Date: Sun, 22 Jan 2023 12:16:51 -0800 Subject: [PATCH] Upgrade RoactSpring to 1.1.3 (#179) # Problem flipbook's version of RoactSpring has a bug leading to the plugin breaking when used in a roblox-ts environment # Solution The bug has been fixed, so I've done ahead and updated our installation Should resolve #164 --- wally.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wally.toml b/wally.toml index 71b1548e..240a59c0 100644 --- a/wally.toml +++ b/wally.toml @@ -14,4 +14,4 @@ Sift = "csqrl/sift@0.0.4" t = "osyrisrblx/t@3.0.0" ModuleLoader = "vocksel/module-loader@0.5.0" TestEZ = "roblox/testez@0.4.1" -RoactSpring = "chriscerie/react-spring@1.1.2" +RoactSpring = "chriscerie/react-spring@1.1.3"