Skip to content

Commit

Permalink
chore(deps): bump three from 0.149.0 to 0.150.1 (#878)
Browse files Browse the repository at this point in the history
Bumps [three](https://github.com/mrdoob/three.js) from 0.149.0 to 0.150.1.
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2023
1 parent b1dce7c commit b4d32e9
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.149.0"
"three": "^0.150.1"
},
"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 @@ -9908,10 +9908,10 @@ thenify-all@^1.0.0:
dependencies:
any-promise "^1.0.0"

three@^0.149.0:
version "0.149.0"
resolved "https://registry.yarnpkg.com/three/-/three-0.149.0.tgz#a9cf78b17d02f063ffe6dfca1e300eff2eab2927"
integrity sha512-tohpUxPDht0qExRLDTM8sjRLc5d9STURNrdnK3w9A+V4pxaTBfKWWT/IqtiLfg23Vfc3Z+ImNfvRw1/0CtxrkQ==
three@^0.150.1:
version "0.150.1"
resolved "https://registry.yarnpkg.com/three/-/three-0.150.1.tgz#870d324a4d2daf1c7d55be97f3f73d83783e28be"
integrity sha512-5C1MqKUWaHYo13BX0Q64qcdwImgnnjSOFgBscOzAo8MYCzEtqfQqorEKMcajnA3FHy1yVlIe9AmaMQ0OQracNA==

through2@^2.0.0:
version "2.0.5"
Expand Down

0 comments on commit b4d32e9

Please sign in to comment.