Skip to content

Commit

Permalink
feat: update navmesh-website deps
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Oct 15, 2024
1 parent 25738a7 commit bb3e49a
Show file tree
Hide file tree
Showing 2 changed files with 478 additions and 51 deletions.
26 changes: 13 additions & 13 deletions apps/navmesh-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@
"preview": "vite preview"
},
"dependencies": {
"@pmndrs/assets": "^1.6.0",
"@react-three/drei": "^9.105.4",
"@react-three/fiber": "^8.16.3",
"@pmndrs/assets": "^1.7.0",
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.10",
"leva": "^0.9.35",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.22.1",
"react-dropzone": "^14.2.9",
"react-router-dom": "^6.27.0",
"recast-navigation": "workspace:*",
"styled-components": "^6.1.8",
"styled-components": "^6.1.13",
"suspend-react": "^0.1.3",
"three": "^0.169.0",
"tunnel-rat": "^0.1.2",
"zustand": "^4.3.8"
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.169.0",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.4.3",
"vite": "^5.4.8",
"vite-plugin-html": "^3.2.1"
"@vitejs/plugin-react": "^4.3.2",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-html": "^3.2.2"
}
}
Loading

0 comments on commit bb3e49a

Please sign in to comment.