Skip to content

Commit 14a8c02

Browse files
committed
chore: move react to peer deps
1 parent 0fe55b8 commit 14a8c02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@
4747
"typescript": "^5.1.6"
4848
},
4949
"dependencies": {
50-
"@rbxts/react": "*",
51-
"@rbxts/react-roblox": "*",
5250
"@rbxts/ripple": "*",
5351
"@rbxts/services": "^1.5.1",
5452
"@rbxts/set-timeout": "^1.1.2"
53+
},
54+
"peerDependencies": {
55+
"@rbxts/react": "*",
56+
"@rbxts/react-roblox": "*"
5557
}
5658
}

0 commit comments

Comments
 (0)