Skip to content

Commit

Permalink
chore(deps): bump three from 0.169.0 to 0.171.0
Browse files Browse the repository at this point in the history
Bumps [three](https://github.com/mrdoob/three.js) from 0.169.0 to 0.171.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Neosoulink committed Dec 21, 2024
1 parent 242d1da commit b01b56c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 32 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rxjs": "^7.8.1",
"socket.io-client": "^4.8.1",
"threads": "^1.7.0",
"three": "^0.169.0",
"three": "^0.171.0",
"zustand": "^5.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/chessboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"chess.js": "1.0.0-beta.8",
"rxjs": "^7.8.1",
"threads": "^1.7.0",
"three": "^0.169.0",
"three": "^0.171.0",
"typescript-ioc": "^3.2.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rapier-physics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"types": "./dist/main.d.ts",
"dependencies": {
"@dimforge/rapier3d-compat": "^0.14.0",
"three": "^0.169.0"
"three": "^0.171.0"
},
"devDependencies": {
"@chess-d/configs": "workspace:*",
Expand All @@ -25,6 +25,6 @@
},
"peerDependencies": {
"@dimforge/rapier3d-compat": "^0.14.0",
"three": "^0.169.0"
"three": "^0.171.0"
}
}
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@dimforge/rapier3d-compat": "^0.14.0",
"chess.js": "1.0.0-beta.8",
"rxjs": "^7.8.1",
"three": "^0.169.0"
"three": "^0.171.0"
},
"devDependencies": {
"@chess-d/configs": "workspace:*",
Expand All @@ -38,6 +38,6 @@
"@dimforge/rapier3d-compat": "^0.14.0",
"chess.js": "1.0.0-beta.8",
"rxjs": "^7.8.1",
"three": "^0.169.0"
"three": "^0.171.0"
}
}
57 changes: 31 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b01b56c

Please sign in to comment.