Bump @types/three from 0.93.31 to 0.103.2
Bumps [@types/three](https://github.com/mrdoob/three.js) from 0.93.31 to 0.103.2. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
6a16d8e0cd
commit
9bd9b5c121
2 changed files with 12 additions and 4 deletions
|
@ -81,7 +81,7 @@
|
|||
"@reach/utils": "^0.12.1",
|
||||
"@sentry/browser": "^5.12.1",
|
||||
"@sentry/webpack-plugin": "^1.10.0",
|
||||
"@types/three": "^0.93.1",
|
||||
"@types/three": "^0.103.2",
|
||||
"adm-zip": "^0.4.13",
|
||||
"async-exit-hook": "^2.0.1",
|
||||
"babel-eslint": "^10.0.1",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -1688,9 +1688,12 @@
|
|||
dependencies:
|
||||
"@types/estree" "*"
|
||||
|
||||
"@types/three@^0.93.1":
|
||||
version "0.93.31"
|
||||
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.93.31.tgz#9698891a463b5c1ef0fc65f46114fe4f70f87ba2"
|
||||
"@types/three@^0.103.2":
|
||||
version "0.103.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/three/-/three-0.103.2.tgz#f7d49130001c551941a0ded757def810579aafc4"
|
||||
integrity sha512-zhtf0Qs5wLJpIn1+VWCpzSgpKayj/GSWZ6woiuz09FW59KEDeLpnBkYz6lbblVpRmGdlnG8nd0unaASshOvcXw==
|
||||
dependencies:
|
||||
three "*"
|
||||
|
||||
"@types/uglify-js@*":
|
||||
version "3.9.3"
|
||||
|
@ -10847,6 +10850,11 @@ three-full@^17.1.0:
|
|||
version "17.2.0"
|
||||
resolved "https://registry.yarnpkg.com/three-full/-/three-full-17.2.0.tgz#b6086360a9429e733e080093c25d02a3171ba1cc"
|
||||
|
||||
three@*:
|
||||
version "0.125.1"
|
||||
resolved "https://registry.yarnpkg.com/three/-/three-0.125.1.tgz#6eedbc5003b843fd5b6c48b3e61bfbd86bd3e0b2"
|
||||
integrity sha512-7CbiSHZOc18ChhVZU8wQ2g9F2KHJqiG7+ND56/XMrJC2XZMmu+dZFeLFl380c5JwKZGHTOkBQzioZVkI7Jumhg==
|
||||
|
||||
three@^0.93.0:
|
||||
version "0.93.0"
|
||||
resolved "https://registry.yarnpkg.com/three/-/three-0.93.0.tgz#3fd6c367ef4554abbb6e16ad69936283e895c123"
|
||||
|
|
Loading…
Reference in a new issue