Skip to content

Commit

Permalink
chore(deps): bump three and @types/three
Browse files Browse the repository at this point in the history
Bumps [three](https://github.com/mrdoob/three.js) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three). These dependencies needed to be updated together.

Updates `three` from 0.166.1 to 0.168.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `@types/three` from 0.166.0 to 0.168.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three)

---
updated-dependencies:
- dependency-name: three
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/three"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent d2a9bed commit a4a6e4b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 20 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@chess-d/configs": "workspace:*",
"@types/three": "^0.166.0",
"@types/three": "^0.168.0",
"reflect-metadata": "^0.2.0",
"tsyringe": "^4.8.0"
},
Expand All @@ -23,7 +23,7 @@
"chess.js": "1.0.0-beta.8",
"rxjs": "^7.8.1",
"threads": "^1.7.0",
"three": "^0.166.1",
"three": "^0.168.0",
"typescript-ioc": "^3.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/rapier-physics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@chess-d/configs": "workspace:*",
"@types/three": "^0.166.0",
"@types/three": "^0.168.0",
"typescript": "^5.5.3"
},
"keywords": [
Expand All @@ -20,6 +20,6 @@
],
"dependencies": {
"@dimforge/rapier3d-compat": "^0.14.0",
"three": "^0.166.1"
"three": "^0.168.0"
}
}
38 changes: 22 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit a4a6e4b

Please sign in to comment.