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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 9319985 commit cb746bd
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"three": "^0.169.0"
"three": "^0.171.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@quick-threejs/utils": "workspace:*",
"rxjs": "^7.8.1",
"threads": "^1.7.0",
"three": "^0.169.0",
"three": "^0.171.0",
"stats.js": "^0.17.0"
},
"devDependencies": {
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion samples/with-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"dependencies": {
"@quick-threejs/legacy": "workspace:*",
"three": "^0.169.0"
"three": "^0.171.0"
}
}
2 changes: 1 addition & 1 deletion samples/with-reactive-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.0.1",
"three": "^0.169.0",
"three": "^0.171.0",
"stats.js": "^0.17.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion samples/with-reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"dependencies": {
"@quick-threejs/reactive": "workspace:*",
"three": "^0.169.0"
"three": "^0.171.0"
}
}
2 changes: 1 addition & 1 deletion shared/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types": "./dist/main.d.ts",
"dependencies": {
"threads": "^1.7.0",
"three": "^0.169.0"
"three": "^0.171.0"
},
"devDependencies": {
"@quick-threejs/config": "workspace:*",
Expand Down

0 comments on commit cb746bd

Please sign in to comment.