Skip to content

Commit c2c0636

Browse files
committed
chore: bump package dependency versions
1 parent 6408606 commit c2c0636

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

packages/react-debug-tools/wally.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ realm = 'shared'
99

1010
[dependencies]
1111
LuauPolyfill = 'jsdotlua/[email protected]'
12-
ReactReconciler = 'jsdotlua/[email protected]-rc.19'
13-
Shared = 'jsdotlua/[email protected]-rc.19'
12+
ReactReconciler = 'jsdotlua/[email protected]'
13+
Shared = 'jsdotlua/[email protected]'

packages/react-devtools-shared/wally.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ realm = 'shared'
99

1010
[dependencies]
1111
LuauPolyfill = 'jsdotlua/[email protected]'
12-
React = 'jsdotlua/[email protected]-rc.19'
13-
ReactDebugTools = 'jsdotlua/[email protected]-rc.19'
14-
ReactIs = 'jsdotlua/[email protected]-rc.19'
15-
ReactReconciler = 'jsdotlua/[email protected]-rc.19'
16-
ReactRoblox = 'jsdotlua/[email protected]-rc.19'
17-
Shared = 'jsdotlua/[email protected]-rc.19'
12+
React = 'jsdotlua/[email protected]'
13+
ReactDebugTools = 'jsdotlua/[email protected]'
14+
ReactIs = 'jsdotlua/[email protected]'
15+
ReactReconciler = 'jsdotlua/[email protected]'
16+
ReactRoblox = 'jsdotlua/[email protected]'
17+
Shared = 'jsdotlua/[email protected]'

packages/react-is/wally.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ registry = 'https://github.com/UpliftGames/wally-index'
88
realm = 'shared'
99

1010
[dependencies]
11-
Shared = 'jsdotlua/[email protected]-rc.19'
11+
Shared = 'jsdotlua/[email protected]'

packages/react-reconciler/wally.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ realm = 'shared'
1010
[dependencies]
1111
LuauPolyfill = 'jsdotlua/[email protected]'
1212
Promise = 'evaera/[email protected]'
13-
React = 'jsdotlua/[email protected]-rc.19'
14-
Scheduler = 'jsdotlua/[email protected]-rc.19'
15-
Shared = 'jsdotlua/[email protected]-rc.19'
13+
React = 'jsdotlua/[email protected]'
14+
Scheduler = 'jsdotlua/[email protected]'
15+
Shared = 'jsdotlua/[email protected]'

packages/react-roblox/wally.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ realm = 'shared'
99

1010
[dependencies]
1111
LuauPolyfill = 'jsdotlua/[email protected]'
12-
React = 'jsdotlua/[email protected]-rc.19'
13-
ReactReconciler = 'jsdotlua/[email protected]-rc.19'
14-
Scheduler = 'jsdotlua/[email protected]-rc.19'
15-
Shared = 'jsdotlua/[email protected]-rc.19'
12+
React = 'jsdotlua/[email protected]'
13+
ReactReconciler = 'jsdotlua/[email protected]'
14+
Scheduler = 'jsdotlua/[email protected]'
15+
Shared = 'jsdotlua/[email protected]'

packages/react/wally.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ realm = 'shared'
99

1010
[dependencies]
1111
LuauPolyfill = 'jsdotlua/[email protected]'
12-
Shared = 'jsdotlua/[email protected]-rc.19'
12+
Shared = 'jsdotlua/[email protected]'

packages/roact-compat/wally.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ realm = 'shared'
99

1010
[dependencies]
1111
LuauPolyfill = 'jsdotlua/[email protected]'
12-
React = 'jsdotlua/[email protected]-rc.19'
13-
ReactRoblox = 'jsdotlua/[email protected]-rc.19'
14-
Shared = 'jsdotlua/[email protected]-rc.19'
12+
React = 'jsdotlua/[email protected]'
13+
ReactRoblox = 'jsdotlua/[email protected]'
14+
Shared = 'jsdotlua/[email protected]'

packages/scheduler/wally.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ realm = 'shared'
99

1010
[dependencies]
1111
LuauPolyfill = 'jsdotlua/[email protected]'
12-
Shared = 'jsdotlua/[email protected]-rc.19'
12+
Shared = 'jsdotlua/[email protected]'

0 commit comments

Comments
 (0)