Skip to content

Commit ef3b083

Browse files
author
RoFlection Bot
committed
update dependencies (#39)
1 parent 9ad3447 commit ef3b083

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

foreman.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
rojo = { source = "rojo-rbx/rojo", version = "7.2.1" }
33
rotrieve = { source = "roblox/rotriever", version = "0.5.4" }
44
selene = { source = "Kampfkarren/selene", version = "0.20.0" }
5-
stylua = { source = "JohnnyMorganz/StyLua", version = "0.14.2" }
5+
stylua = { source = "JohnnyMorganz/StyLua", version = "=0.14.3" }

rotriever.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ authors = [
77
content_root = "src"
88

99
[dependencies]
10-
LuauPolyfill = "github.com/roblox/luau-polyfill@0.4.0"
10+
LuauPolyfill = "github.com/roblox/luau-polyfill@1.0.0"
1111
Promise = "github.com/evaera/[email protected]"
1212
DomTestingLibrary = { git = "https://github.com/roblox/dom-testing-library-lua.git", rev="main" }
13-
React = { git = "https://github.com/roblox/roact-alignment.git", package = "React" }
14-
ReactRoblox = { git = "https://github.com/roblox/roact-alignment.git", package = "ReactRoblox" }
15-
Scheduler = { git = "https://github.com/roblox/roact-alignment.git", package = "Scheduler" }
16-
Shared = { git = "https://github.com/roblox/roact-alignment.git", package = "Shared" }
13+
React = "github.com/roblox/roact-alignment@17.0.1-rc.15"
14+
ReactRoblox = "github.com/roblox/roact-alignment@17.0.1-rc.15"
15+
Scheduler = "github.com/roblox/roact-alignment@17.0.1-rc.15"
16+
Shared = "github.com/roblox/roact-alignment@17.0.1-rc.15"
1717
JestGlobals = "github.com/roblox/[email protected]"
1818

1919
[dev_dependencies]
20-
Jest = { git = "https://github.com/roblox/jest-roblox.git", version="3.0.0-alpha", package="Jest" }
20+
Jest = "github.com/roblox/jest-roblox@3.0.0-alpha"
2121
LuauRegExp = "github.com/Roblox/[email protected]"
2222

0 commit comments

Comments
 (0)