Skip to content

Commit

Permalink
feat(web): improve map viewer performance
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Feb 14, 2024
1 parent 42f5486 commit 17e208d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions packages/spelunker-web/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/spelunker-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"dependencies": {
"@apollo/client": "^3.8.8",
"@wowserhq/format": "^0.23.0",
"@wowserhq/scene": "^0.31.0",
"@wowserhq/format": "^0.25.0",
"@wowserhq/scene": "^0.32.0",
"classnames": "^2.3.1",
"crypto-hash": "^2.0.0",
"graphql": "^16.8.1",
Expand All @@ -30,7 +30,7 @@
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.0.2",
"three": "^0.160.0"
"three": "^0.161.0"
},
"devDependencies": {
"@babel/core": "^7.23.5",
Expand Down

0 comments on commit 17e208d

Please sign in to comment.