From 1df6050cfeb3657610daef3d7b927641949c4aa0 Mon Sep 17 00:00:00 2001 From: Marin Minnerly Date: Sun, 9 Jul 2023 16:21:36 -0700 Subject: [PATCH 1/3] Install React from the jsdotlua org --- wally.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wally.toml b/wally.toml index f587d14c..b595102b 100644 --- a/wally.toml +++ b/wally.toml @@ -8,8 +8,8 @@ exclude = ["*"] [dependencies] Roact = "roblox/roact@1.4.4" -React = "core-packages/react@17.0.1-rc.16" -ReactRoblox = "core-packages/react-roblox@17.0.1-rc.16" +React = "jsdotlua/react@17.0.1" +ReactRoblox = "jsdotlua/react-roblox@17.0.1" Sift = "csqrl/sift@0.0.4" t = "osyrisrblx/t@3.0.0" ModuleLoader = "flipbook-labs/module-loader@0.6.1" From c088b0db346e102d227f342531594da0fa201e0d Mon Sep 17 00:00:00 2001 From: Marin Minnerly Date: Sat, 5 Aug 2023 12:24:02 -0700 Subject: [PATCH 2/3] Use RoactSpring with jsdotlua dependency --- wally.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wally.toml b/wally.toml index b595102b..3ec5178d 100644 --- a/wally.toml +++ b/wally.toml @@ -14,4 +14,4 @@ Sift = "csqrl/sift@0.0.4" t = "osyrisrblx/t@3.0.0" ModuleLoader = "flipbook-labs/module-loader@0.6.1" TestEZ = "roblox/testez@0.4.1" -RoactSpring = "chriscerie/react-spring@1.1.3" +RoactSpring = "chriscerie/react-spring@2.0.0" From 7b9318c557170f2819b71a0464fde7eaeacf68ea Mon Sep 17 00:00:00 2001 From: Marin Minnerly Date: Sat, 18 Nov 2023 09:39:17 -0800 Subject: [PATCH 3/3] Bump to React 17.0.2 --- wally.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wally.toml b/wally.toml index 3ec5178d..34f3b101 100644 --- a/wally.toml +++ b/wally.toml @@ -8,7 +8,7 @@ exclude = ["*"] [dependencies] Roact = "roblox/roact@1.4.4" -React = "jsdotlua/react@17.0.1" +React = "jsdotlua/react@17.0.2" ReactRoblox = "jsdotlua/react-roblox@17.0.1" Sift = "csqrl/sift@0.0.4" t = "osyrisrblx/t@3.0.0"