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

Updates `@types/three` from 0.165.0 to 0.166.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent bcf6543 commit 74fa250
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 @@ -22,15 +22,15 @@
},
"devDependencies": {
"@masatomakino/gulptask-demo-page": "^0.8.3",
"@types/three": "^0.165.0",
"@types/three": "^0.166.0",
"@vitest/browser": "^1.6.0",
"@vitest/coverage-istanbul": "^1.6.0",
"browser-sync": "^3.0.2",
"husky": "^9.0.11",
"lil-gui": "^0.19.2",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"three": "^0.165.0",
"three": "^0.166.0",
"typedoc": "^0.26.3",
"typescript": "^5.5.3",
"webdriverio": "^8.39.0"
Expand Down

0 comments on commit 74fa250

Please sign in to comment.