Skip to content

Commit

Permalink
chore(deps-dev): 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.168.0
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `@types/three` from 0.156.0 to 0.168.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 Sep 24, 2024
1 parent 1d9bdd8 commit 5de7746
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 24 deletions.
72 changes: 50 additions & 22 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 @@ -69,7 +69,7 @@
"@types/proj4": "^2.5.5",
"@types/selenium-webdriver": "^4.1.25",
"@types/stats.js": "^0.17.3",
"@types/three": "^0.156.0",
"@types/three": "^0.168.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.19.1",
"core-js": "^3.37.1",
Expand All @@ -88,7 +88,7 @@
"prettier": "^3.3.3",
"rollup": "^4.22.4",
"selenium-webdriver": "^4.23.0",
"three": "^0.161.0",
"three": "^0.168.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
Expand Down

0 comments on commit 5de7746

Please sign in to comment.