Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit a9cf150

Browse files
Bump three from 0.125.2 to 0.129.0
Bumps [three](https://github.com/mrdoob/three.js) from 0.125.2 to 0.129.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ed3b30 commit a9cf150

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"rollup": "^2.38.5",
3232
"rollup-plugin-terser": "^7.0.2",
3333
"rollup-plugin-typescript2": "^0.30.0",
34-
"three": "^0.125.2",
34+
"three": "^0.129.0",
3535
"typedoc": "^0.20.23",
3636
"typescript": "^4.1.3",
3737
"vuepress": "^1.8.0",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12008,15 +12008,10 @@ thenify-all@^1.0.0:
1200812008
dependencies:
1200912009
any-promise "^1.0.0"
1201012010

12011-
three@>=0.125.2:
12012-
version "0.126.0"
12013-
resolved "https://registry.yarnpkg.com/three/-/three-0.126.0.tgz#924818341cd4441ef247e3cbf236f6160b90a216"
12014-
integrity sha512-/MecvboUefStCkUfXLImoJxthN+FoLPcEP7pz1r1Dd9i8BPGGuj+S1sOPRvW4Z+ViZjP2oWWm1inNC/MT52ybA==
12015-
12016-
three@^0.125.2:
12017-
version "0.125.2"
12018-
resolved "https://registry.yarnpkg.com/three/-/three-0.125.2.tgz#dcba12749a2eb41522e15212b919cd3fbf729b12"
12019-
integrity sha512-7rIRO23jVKWcAPFdW/HREU2NZMGWPBZ4XwEMt0Ak0jwLUKVJhcKM55eCBWyGZq/KiQbeo1IeuAoo/9l2dzhTXA==
12011+
three@>=0.125.2, three@^0.129.0:
12012+
version "0.129.0"
12013+
resolved "https://registry.yarnpkg.com/three/-/three-0.129.0.tgz#f5e530bbc96eac5d5b4749cb5da886ef0d42f554"
12014+
integrity sha512-wiWio1yVRg2Oj6WEWsTHQo5eSzYpEwSBtPSi3OofNpvFbf26HFfb9kw4FZJNjII4qxzp0b1xLB11+tKkBGB1ZA==
1202012015

1202112016
through2@^2.0.0, through2@^2.0.2:
1202212017
version "2.0.5"

0 commit comments

Comments
 (0)