@rbxts/react
Advanced tools
+2
-2
| { | ||
| "name": "@rbxts/react", | ||
| "version": "17.3.5-alpha.1", | ||
| "version": "17.3.5-alpha.2", | ||
| "description": "React bindings for Roblox", | ||
@@ -26,5 +26,5 @@ "main": "src/init.lua", | ||
| "dependencies": { | ||
| "@rbxts-js/react": "^17.3.5-ts.1" | ||
| "@rbxts-js/react": "^17.3.5-ts.2" | ||
| }, | ||
| "scripts": {} | ||
| } |
+4
-4
@@ -24,8 +24,8 @@ <p align="center"> | ||
| Get started by installing `@rbxts/react` and `@rbxts/react-roblox`: | ||
| Get started by installing the alpha versions of `@rbxts/react` and `@rbxts/react-roblox`: | ||
| ```sh | ||
| npm install @rbxts/react @rbxts/react-roblox | ||
| yarn add @rbxts/react @rbxts/react-roblox | ||
| pnpm add @rbxts/react @rbxts/react-roblox # 🔴 See below | ||
| npm install @rbxts/react@alpha @rbxts/react-roblox@alpha | ||
| yarn add @rbxts/react@alpha @rbxts/react-roblox@alpha | ||
| pnpm add @rbxts/react@alpha @rbxts/react-roblox@alpha # 🔴 See below | ||
| ``` | ||
@@ -32,0 +32,0 @@ |
93264
0.06%Updated