Skip to content

Commit

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

Updates `@types/three` from 0.153.0 to 0.159.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 Nov 30, 2023
1 parent 7afbc30 commit ca8da65
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 45 deletions.
79 changes: 36 additions & 43 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 tools/gltf-avatar-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"dependencies": {
"@mml-io/3d-web-client-core": "^0.10.1",
"three": "0.153.0"
"three": "0.159.0"
},
"devDependencies": {
"@types/three": "0.153.0",
"@types/three": "0.159.0",
"@types/clean-css": "4.2.10",
"clean-css": "5.3.2"
}
Expand Down

0 comments on commit ca8da65

Please sign in to comment.