Skip to content

Commit

Permalink
Revert "fix: update three-stdlib version"
Browse files Browse the repository at this point in the history
This reverts commit 8a78d38.
  • Loading branch information
joshuaellis committed Apr 11, 2021
1 parent 8a78d38 commit 642c26f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"lodash.pick": "^4.4.0",
"react-merge-refs": "^1.0.0",
"stats.js": "^0.17.0",
"three-stdlib": "^1.2.3-beta.1",
"three-stdlib": "^1.1.4",
"troika-three-text": "^0.38.1",
"use-asset": "^1.0.4",
"utility-types": "^3.10.0",
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10427,11 +10427,6 @@ postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.
source-map "^0.6.1"
supports-color "^6.1.0"

potpack@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/potpack/-/potpack-1.0.1.tgz#d1b1afd89e4c8f7762865ec30bd112ab767e2ebf"
integrity sha512-15vItUAbViaYrmaB/Pbw7z6qX2xENbFSTA7Ii4tgbPtasxm5v6ryKhKtL91tpWovDJzTiZqdwzhcFBCwiMVdVw==

prelude-ls@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
Expand Down Expand Up @@ -12438,10 +12433,10 @@ text-table@0.2.0, text-table@^0.2.0:
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=

three-stdlib@^1.2.3-beta.1:
version "1.2.3-beta.1"
resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-1.2.3-beta.1.tgz#4e9290ea235ccb37d48417da9f91f1a6129c3223"
integrity sha512-+621im6HFLDqSpayRnc7eLx6HDHOGhY1j9chyofhcOVKubbiwK82Ez1mPpnlbW0ySHViE+VRWCuhRWlSiwtghg==
three-stdlib@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-1.1.4.tgz#67f602c226ff52df82a11933106e61ce163d9fd1"
integrity sha512-5gJbrKQm+UYZgJtISzYvXp1XfAAH6RKF9sqtd1UFCk5Y/CKZAorPdBVv4OPAockPa6BsZfVZr+6roxI8HQIm6w==
dependencies:
"@babel/runtime" "^7.13.10"
"@webgpu/glslang" "^0.0.15"
Expand All @@ -12451,7 +12446,6 @@ three-stdlib@^1.2.3-beta.1:
ktx-parse "^0.0.5"
mmd-parser "^1.0.3"
opentype.js "^1.3.3"
potpack "^1.0.1"
zstddec "^0.0.2"

three@^0.126.1:
Expand Down

0 comments on commit 642c26f

Please sign in to comment.