Skip to content

Commit b7c79fd

Browse files
chore(deps): bump three and @types/three (#1445)
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.168.0 to 0.169.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.168.0 to 0.169.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:production 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6361e39 commit b7c79fd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@stylistic/stylelint-plugin": "^3.1.0",
3030
"@types/mocha": "^10.0.7",
31-
"@types/three": "^0.168.0",
31+
"@types/three": "^0.169.0",
3232
"@typescript-eslint/eslint-plugin": "^7.16.0",
3333
"@typescript-eslint/parser": "^7.16.0",
3434
"alive-server": "^1.3.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "./src/index.ts",
88
"types": "./src/index.ts",
99
"dependencies": {
10-
"three": "^0.168.0"
10+
"three": "^0.169.0"
1111
},
1212
"scripts": {
1313
"build": "tsup",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,10 +1060,10 @@
10601060
resolved "https://registry.yarnpkg.com/@types/stats.js/-/stats.js-0.17.0.tgz#0ed81d48e03b590c24da85540c1d952077a9fe20"
10611061
integrity sha512-9w+a7bR8PeB0dCT/HBULU2fMqf6BAzvKbxFboYhmDtDkKPiyXYbjoe2auwsXlEFI7CFNMF1dCv3dFH5Poy9R1w==
10621062

1063-
"@types/three@^0.168.0":
1064-
version "0.168.0"
1065-
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.168.0.tgz#510420c4bbee7937bbbcdfbc5dc31160771eaef8"
1066-
integrity sha512-qAGLGzbaYgkkonOBfwOr+TZpOskPfFjrDAj801WQSVkUz0/D9zwir4vhruJ/CC/GteywzR9pqeVVfs5th/2oKw==
1063+
"@types/three@^0.169.0":
1064+
version "0.169.0"
1065+
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.169.0.tgz#9cf4c33575721669d88846f22b265696d2c2e7a6"
1066+
integrity sha512-oan7qCgJBt03wIaK+4xPWclYRPG9wzcg7Z2f5T8xYTNEF95kh0t0lklxLLYBDo7gQiGLYzE6iF4ta7nXF2bcsw==
10671067
dependencies:
10681068
"@tweenjs/tween.js" "~23.1.3"
10691069
"@types/stats.js" "*"
@@ -4449,10 +4449,10 @@ thenify-all@^1.0.0:
44494449
dependencies:
44504450
any-promise "^1.0.0"
44514451

4452-
three@^0.168.0:
4453-
version "0.168.0"
4454-
resolved "https://registry.yarnpkg.com/three/-/three-0.168.0.tgz#3e33101d91e3e9716f5c610ea9a7b3b8423c242d"
4455-
integrity sha512-6m6jXtDwMJEK/GGMbAOTSAmxNdzKvvBzgd7q8bE/7Tr6m7PaBh5kKLrN7faWtlglXbzj7sVba48Idwx+NRsZXw==
4452+
three@^0.169.0:
4453+
version "0.169.0"
4454+
resolved "https://registry.yarnpkg.com/three/-/three-0.169.0.tgz#4a62114988ad9728d73526d1f1de6760c56b4adc"
4455+
integrity sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w==
44564456

44574457
through@2, through@^2.3.8, through@~2.3, through@~2.3.4:
44584458
version "2.3.8"

0 commit comments

Comments
 (0)