Skip to content

Commit

Permalink
update SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
nearnshaw committed Jun 19, 2024
1 parent 6b41b05 commit 7b63db5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file added main.crdt
Binary file not shown.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"upgrade-sdk:next": "npm install --save-dev @dcl/sdk@next"
},
"devDependencies": {
"@dcl/js-runtime": "7.4.14",
"@dcl/sdk": "latest"
"@dcl/asset-packs": "^1.20.0",
"@dcl/js-runtime": "7.5.4",
"@dcl/sdk": "^7.5.4"
},
"engines": {
"node": ">=16.0.0",
Expand All @@ -27,11 +28,11 @@
"trailingComma": "none"
},
"dependencies": {
"@dcl-sdk/utils": "latest",
"@dcl-sdk/utils": "^1.2.8",
"cannon": "latest",
"colyseus.js": "^0.14.15-alpha.0",
"dcl-npc-toolkit": "^1.2.2",
"dcl-ui-toolkit": "latest"
"dcl-ui-toolkit": "^0.10.0"
},
"bundleDependencies": [
"colyseus.js"
Expand Down

0 comments on commit 7b63db5

Please sign in to comment.