Skip to content

Commit a6495a6

Browse files
committed
pretty-react-hooks version hotfix
1 parent 8296a88 commit a6495a6

File tree

4 files changed

+33
-1466
lines changed

4 files changed

+33
-1466
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/out
33
/include
44
*.tsbuildinfo
5+
yarn-error.log

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"@rbxts/flipper": "^2.0.1",
2929
"@rbxts/immut": "^0.4.4-ts.0",
3030
"@rbxts/janitor": "^1.15.7-ts.0",
31-
"@rbxts/pretty-react-hooks": "^0.4.2",
32-
"@rbxts/react": "^0.3.3",
33-
"@rbxts/react-reflex": "^0.3.4",
34-
"@rbxts/react-roblox": "^0.3.3",
31+
"@rbxts/pretty-react-hooks": "^0.5.2",
32+
"@rbxts/react": "^0.4.0",
33+
"@rbxts/react-reflex": "^0.3.4",
34+
"@rbxts/react-roblox": "^0.4.0",
3535
"@rbxts/reflex": "^4.3.1",
3636
"@rbxts/services": "^1.5.1",
3737
"@rbxts/sift": "^0.0.6",
3838
"@rbxts/signal": "^1.1.1",
39-
"@rbxts/ui-labs": "2.1.0-test1"
39+
"@rbxts/ui-labs": "^2.1.1"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)