Skip to content

Commit 41f355a

Browse files
authored
Merge pull request #646 from Quenty/users/quenty/dependencies-fix
fix: Fix package dependencies that were missing
2 parents 1f5d9ba + 89a5112 commit 41f355a

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hide/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"Quenty"
3030
],
3131
"dependencies": {
32+
"@quenty/baseobject": "workspace:*",
3233
"@quenty/binder": "workspace:*",
3334
"@quenty/brio": "workspace:*",
3435
"@quenty/instanceutils": "workspace:*",

src/soundplayer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@quenty/randomutils": "workspace:*",
4343
"@quenty/rbxasset": "workspace:*",
4444
"@quenty/rx": "workspace:*",
45+
"@quenty/servicebag": "workspace:*",
4546
"@quenty/signal": "workspace:*",
4647
"@quenty/soundgroup": "workspace:*",
4748
"@quenty/sounds": "workspace:*",

0 commit comments

Comments
 (0)