@rbxts/react-roblox
Advanced tools
Comparing version 0.3.6 to 0.4.0
{ | ||
"name": "@rbxts/react-roblox", | ||
"version": "0.3.6", | ||
"version": "0.4.0", | ||
"description": "React DOM bindings for Roblox", | ||
@@ -29,6 +29,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@rbxts/react": "0.3.6", | ||
"@rbxts/react-vendor": "0.3.6" | ||
"@rbxts/react": "0.4.0", | ||
"@rbxts/react-vendor": "0.4.0" | ||
}, | ||
"scripts": {} | ||
} |
@@ -21,2 +21,4 @@ import { ReactNode, ReactPortal } from "@rbxts/react"; | ||
const version: string; | ||
function createRoot(container: Instance, options?: RootOptions): Root; | ||
@@ -23,0 +25,0 @@ |
11059
51
+ Added@rbxts/react@0.4.0(transitive)
+ Added@rbxts/react-vendor@0.4.0(transitive)
- Removed@rbxts/react@0.3.6(transitive)
- Removed@rbxts/react-vendor@0.3.6(transitive)
Updated@rbxts/react@0.4.0
Updated@rbxts/react-vendor@0.4.0