Skip to content

Commit

Permalink
fix: use latest sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Jul 23, 2024
1 parent 4fef116 commit 9610b86
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@aresrpg/aresrpg-engine": "2.3.1",
"@aresrpg/aresrpg-protocol": "4.1.3",
"@aresrpg/aresrpg-sdk": "4.1.6",
"@aresrpg/aresrpg-sdk": "4.1.7",
"@aresrpg/aresrpg-world": "1.3.9",
"@bufbuild/buf": "1.35.0",
"@bufbuild/protobuf": "1.10.0",
Expand All @@ -34,21 +34,21 @@
"camera-controls": "2.8.5",
"dat.gui": "0.7.9",
"fast-deep-equal": "3.1.3",
"fast-merge-async-iterators": "^1.0.7",
"gsap": "^3.12.5",
"iterator-helper": "^1.3.4",
"lru-cache": "^11.0.0",
"meshoptimizer": "^0.21.0",
"ndarray": "^1.0.19",
"stats.js": "^0.17.0",
"three": "^0.166.1",
"troika-three-text": "^0.49.1",
"v-dropdown": "^3.0.0",
"vue": "^3.4.33",
"vue-i18n": "^9.13.1",
"vue-next-breakpoints": "^1.0.1",
"vue-router": "^4.4.0",
"vuesax-alpha": "^0.2.0-beta.78"
"fast-merge-async-iterators": "1.0.7",
"gsap": "3.12.5",
"iterator-helper": "1.3.4",
"lru-cache": "11.0.0",
"meshoptimizer": "0.21.0",
"ndarray": "1.0.19",
"stats.js": "0.17.0",
"three": "0.166.1",
"troika-three-text": "0.49.1",
"v-dropdown": "3.0.0",
"vue": "3.4.33",
"vue-i18n": "9.13.1",
"vue-next-breakpoints": "1.0.1",
"vue-router": "4.4.0",
"vuesax-alpha": "0.2.0-beta.78"
},
"devDependencies": {
"@iconify-json/bxs": "^1.1.10",
Expand Down

0 comments on commit 9610b86

Please sign in to comment.