Skip to content

Commit

Permalink
fix: don't pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Oct 7, 2022
1 parent 4376265 commit 42c5878
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -68,7 +68,7 @@
"stats.js": "^0.17.0",
"suspend-react": "^0.0.8",
"three-mesh-bvh": "^0.5.15",
"three-stdlib": "2.17.0",
"three-stdlib": "^2.17.1",
"troika-three-text": "^0.46.4",
"utility-types": "^3.10.0",
"zustand": "^3.5.13"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11333,10 +11333,10 @@ three-mesh-bvh@^0.5.15:
resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.5.15.tgz#bcf681d784d8988618344a5e11e7ded7e76ee86a"
integrity sha512-jxE5iGjcoEMiyxUs7hMeZL6jBXBz9973ilqhXPhKlA1f7eitjIxRTtu7UWVQy+PhxXTsknmPzWmN5c+uAa/anA==

three-stdlib@2.17.0:
version "2.17.0"
resolved "https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.17.0.tgz#5915b110ec6dbf07e0e653bd59889293c7b93407"
integrity sha512-m19X4+ajh+2EJIVcjB288LgbqTli5b8kFahJlg9oNCBfaL8geCgEoM4OUirgV0Ez6Lr58N1MPBR6LjJt7ALfKQ==
three-stdlib@^2.17.1:
version "2.17.1"
resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.17.1.tgz#28d31b0dfb13e326173c0576fa109afa9bc3c450"
integrity sha512-ykQY3Fujn4PcK6XJGeDu629v5UO4wr0+ZOpR5f4zTEZRYP2QH0b97WXIauJNwnGgeqxbnOWj2tiQonB4/iA0AQ==
dependencies:
"@babel/runtime" "^7.16.7"
"@types/offscreencanvas" "^2019.6.4"
Expand Down

0 comments on commit 42c5878

Please sign in to comment.