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.161.0 to 0.162.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `@types/three` from 0.161.2 to 0.162.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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent a08b73b commit c5071e6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
30 changes: 18 additions & 12 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@react-three/fiber": "^8.15.16",
"@react-three/postprocessing": "^2.16.0",
"@types/axios": "^0.14.0",
"@types/three": "^0.161.2",
"@types/three": "^0.162.0",
"axios": "^1.6.7",
"install": "^0.13.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"three": "^0.161.0"
"three": "^0.162.0"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit c5071e6

Please sign in to comment.