Skip to content

Commit

Permalink
fix: sample startup failure issue fix (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentFlute authored Apr 22, 2023
1 parent a999f7a commit da45038
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.141.0",
"typescript": "^5.0.4",
"zustand": "^4.3.2"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions examples/demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8824,6 +8824,11 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^5.0.4:
version "5.0.4"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==

unbox-primitive@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz"
Expand Down

0 comments on commit da45038

Please sign in to comment.