Skip to content

Commit

Permalink
chore(deps): bump three from 0.147.0 to 0.148.0 (#812)
Browse files Browse the repository at this point in the history
Bumps [three](https://github.com/mrdoob/three.js) from 0.147.0 to 0.148.0.
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

---
updated-dependencies:
- dependency-name: three
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 28, 2022
1 parent 91429ec commit 6b5c4e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "./src/index.ts",
"types": "./src/index.ts",
"dependencies": {
"three": "^0.147.0"
"three": "^0.148.0"
},
"scripts": {
"build": "tsup",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9880,10 +9880,10 @@ thenify-all@^1.0.0:
dependencies:
any-promise "^1.0.0"

three@^0.147.0:
version "0.147.0"
resolved "https://registry.yarnpkg.com/three/-/three-0.147.0.tgz#1974af9e8e0c1efb3a8561334d57c0b6c29a7951"
integrity sha512-LPTOslYQXFkmvceQjFTNnVVli2LaVF6C99Pv34fJypp8NbQLbTlu3KinZ0zURghS5zEehK+VQyvWuPZ/Sm8fzw==
three@^0.148.0:
version "0.148.0"
resolved "https://registry.yarnpkg.com/three/-/three-0.148.0.tgz#b6f62f9c84227f8d51c151bf17b67984ded8e4d7"
integrity sha512-8uzVV+qhTPi0bOFs/3te3RW6hb3urL8jYEl6irjCWo/l6sr8MPNMcClFev/MMYeIxr0gmDcoXTy/8LXh/LXkfw==

through2@^2.0.0:
version "2.0.5"
Expand Down

0 comments on commit 6b5c4e1

Please sign in to comment.