Skip to content

Commit

Permalink
chore(deps-dev): 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.168.0 to 0.169.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `@types/three` from 0.168.0 to 0.169.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:development
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 09c7847 commit 3a72a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-three-rapier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@react-three/fiber": "8.17.7",
"@react-three/test-renderer": "8.2.1",
"@types/react-dom": "18.0.2",
"@types/three": "0.168.0",
"@types/three": "0.169.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"three": "0.168.0"
"three": "0.169.0"
},
"peerDependencies": {
"@react-three/fiber": ">=8.9.0",
Expand Down

0 comments on commit 3a72a4d

Please sign in to comment.