Skip to content

Commit

Permalink
📦 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mayacoda committed Oct 7, 2023
1 parent c27b3a0 commit f498ef4
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 419 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
},
"type": "module",
"dependencies": {
"lil-gui": "^0.18.1",
"three": "^0.150.1"
"lil-gui": "^0.18.2",
"three": "^0.157.0"
},
"devDependencies": {
"@types/three": "^0.149.0",
"@types/three": "^0.156.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "2.8.6",
"sass": "^1.59.3",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"lint-staged": "^13.3.0",
"prettier": "2.8.8",
"sass": "^1.69.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-glsl": "^1.1.2"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/engine/interface/DebugUI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class DebugUI {

instance = this

this.stats = Stats()
this.stats = new Stats()
document.body.appendChild(this.stats.dom)

this.gui = new lilGui.GUI()
Expand Down
Loading

0 comments on commit f498ef4

Please sign in to comment.