Skip to content

Commit 86067a2

Browse files
chore(deps): bump three and @types/three (#1393)
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.166.1 to 0.167.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.166.0 to 0.167.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 d02a17a commit 86067a2

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": "^2.1.2",
3030
"@types/mocha": "^10.0.7",
31-
"@types/three": "^0.166.0",
31+
"@types/three": "^0.167.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.166.1"
10+
"three": "^0.167.0"
1111
},
1212
"scripts": {
1313
"build": "tsup",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,10 +1751,10 @@
17511751
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310"
17521752
integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==
17531753

1754-
"@types/three@^0.166.0":
1755-
version "0.166.0"
1756-
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.166.0.tgz#a220b9ffecb7b650e2fdc6ef982285e651ec5dbe"
1757-
integrity sha512-FHMnpcdhdbdOOIYbfkTkUVpYMW53odxbTRwd0/xJpYnTzEsjnVnondGAvHZb4z06UW0vo6WPVuvH0/9qrxKx7g==
1754+
"@types/three@^0.167.0":
1755+
version "0.167.0"
1756+
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.167.0.tgz#bd15122d8ef4770571dc02a922b6f9397b54b02e"
1757+
integrity sha512-BC+Vbm0d6yMzct7dhTBe9ZjEh6ygupyn1k/UcZncIIS/5aNIbfvF77gQw1IFP09Oyj1UxWj0EUBBqc1GkqzsOw==
17581758
dependencies:
17591759
"@tweenjs/tween.js" "~23.1.2"
17601760
"@types/stats.js" "*"
@@ -10375,10 +10375,10 @@ thenify-all@^1.0.0:
1037510375
dependencies:
1037610376
any-promise "^1.0.0"
1037710377

10378-
three@^0.166.1:
10379-
version "0.166.1"
10380-
resolved "https://registry.yarnpkg.com/three/-/three-0.166.1.tgz#322cfc48fff4e751cd47d61fd1558c387d098d7c"
10381-
integrity sha512-LtuafkKHHzm61AQA1be2MAYIw1IjmhOUxhBa0prrLpEMWbV7ijvxCRHjSgHPGp2493wLBzwKV46tA9nivLEgKg==
10378+
three@^0.167.0:
10379+
version "0.167.0"
10380+
resolved "https://registry.yarnpkg.com/three/-/three-0.167.0.tgz#399ae7b69604c0a45b93ba3706ad8dc962056c42"
10381+
integrity sha512-9Y1a66fpjqF3rhq7ivKTaKtjQLZ97Hj/lZ00DmZWaKHaQFH4uzYT1znwRDWQOcgMmCcOloQzo61gDmqO8l9xmA==
1038210382

1038310383
through2@^2.0.0:
1038410384
version "2.0.5"

0 commit comments

Comments
 (0)