Skip to content

Commit 9193afa

Browse files
authored
Merge pull request #638 from Quenty/users/quenty/minor-updates
fix: Fix missing dependencies in game packages
2 parents 2f29b78 + e26e988 commit 9193afa

File tree

5 files changed

+86
-473
lines changed

5 files changed

+86
-473
lines changed

games/integration/package.json

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,32 @@
2323
"Quenty"
2424
],
2525
"dependencies": {
26-
"@quenty/adorneeutils": "^2.1.0",
27-
"@quenty/baseobject": "^3.2.0",
28-
"@quenty/brio": "^3.4.0",
29-
"@quenty/camera": "^4.3.1",
30-
"@quenty/characterutils": "^3.2.0",
31-
"@quenty/clienttranslator": "^4.3.0",
32-
"@quenty/ik": "^4.5.0",
33-
"@quenty/instanceutils": "^3.4.0",
34-
"@quenty/loader": "^3.1.1",
35-
"@quenty/maid": "^2.0.1",
36-
"@quenty/octree": "^3.3.0",
37-
"@quenty/playerhumanoidbinder": "^4.4.0",
38-
"@quenty/promise": "^3.2.0",
39-
"@quenty/ragdoll": "^4.5.0",
40-
"@quenty/remoting": "^3.2.0",
41-
"@quenty/rx": "^3.4.0",
42-
"@quenty/rxbinderutils": "^4.5.0",
43-
"@quenty/statestack": "^3.2.0",
44-
"@quenty/table": "^2.1.0",
45-
"@quenty/timesyncservice": "^3.2.0"
26+
"@quenty/adorneeutils": "workspace:*",
27+
"@quenty/baseobject": "workspace:*",
28+
"@quenty/binder": "workspace:*",
29+
"@quenty/brio": "workspace:*",
30+
"@quenty/camera": "workspace:*",
31+
"@quenty/characterutils": "workspace:*",
32+
"@quenty/clienttranslator": "workspace:*",
33+
"@quenty/ik": "workspace:*",
34+
"@quenty/instanceutils": "workspace:*",
35+
"@quenty/loader": "workspace:*",
36+
"@quenty/maid": "workspace:*",
37+
"@quenty/octree": "workspace:*",
38+
"@quenty/playerhumanoidbinder": "workspace:*",
39+
"@quenty/promise": "workspace:*",
40+
"@quenty/ragdoll": "workspace:*",
41+
"@quenty/remoting": "workspace:*",
42+
"@quenty/rx": "workspace:*",
43+
"@quenty/rxbinderutils": "workspace:*",
44+
"@quenty/servicebag": "workspace:*",
45+
"@quenty/statestack": "workspace:*",
46+
"@quenty/table": "workspace:*",
47+
"@quenty/timesyncservice": "workspace:*"
4648
},
4749
"publishConfig": {
4850
"access": "restricted",
4951
"registry": "https://npm.pkg.github.com/"
50-
}
52+
},
53+
"private": true
5154
}

plugins/preview-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@quenty/baseobject": "workspace:*",
3535
"@quenty/basicpane": "workspace:*",
3636
"@quenty/blend": "workspace:*",
37+
"@quenty/instanceutils": "workspace:*",
3738
"@quenty/loader": "workspace:*",
3839
"@quenty/maid": "workspace:*",
3940
"@quenty/rx": "workspace:*",

0 commit comments

Comments
 (0)