Skip to content

Commit f6d7aff

Browse files
build(deps): bump three in the production-dependencies group
Bumps the production-dependencies group with 1 update: [three](https://github.com/mrdoob/three.js). Updates `three` from 0.171.0 to 0.185.1 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-version: 0.185.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d776d40 commit f6d7aff

4 files changed

Lines changed: 45 additions & 45 deletions

File tree

package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/posecode-eval/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"dependencies": {
1414
"posecode-parser": "0.4.1",
1515
"posecode-render": "0.4.1",
16-
"three": "^0.171.0"
16+
"three": "^0.185.1"
1717
},
1818
"devDependencies": {
19-
"@types/three": "^0.171.0"
19+
"@types/three": "^0.185.1"
2020
}
2121
}

packages/posecode-render/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
}
1515
},
1616
"dependencies": {
17-
"three": "^0.171.0"
17+
"three": "^0.185.1"
1818
},
1919
"peerDependencies": {
2020
"posecode-parser": ">=0.2.2 <0.5.0"
2121
},
2222
"devDependencies": {
23-
"@types/three": "^0.171.0"
23+
"@types/three": "^0.185.1"
2424
},
2525
"repository": {
2626
"type": "git",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"posecode-parser": "0.4.1",
2424
"posecode-render": "0.4.1",
2525
"posecode-share": "0.4.1",
26-
"three": "^0.171.0"
26+
"three": "^0.185.1"
2727
},
2828
"devDependencies": {
2929
"typescript": "^5.7.2",

0 commit comments

Comments
 (0)