Skip to content

Commit

Permalink
Add debounce dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Zheng Han committed Mar 29, 2021
1 parent e71825f commit 753176e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@blueprintjs/core": "^3.42.0",
"@react-three/drei": "^3.11.2",
"@storybook/addon-knobs": "^6.1.21",
"@types/debounce": "^1.2.0",
"@types/three": "^0.126.2",
"chalk": "^4.1.0",
"dayjs": "^1.10.4",
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
/* In some cases where no type annotations are present, TypeScript will fall back to a type of any for a variable when it cannot infer the type. */
/* *** TEMPORARILY ADDED UNTIL ALL MODULES HAVE BEEN REFACTORED!!!!!!!!!!! *** */
"noImplicitAny": false,
/* Temporarily added to avoid library checks for ThreeJS. */
"skipLibCheck": true
},
/* Specifies an array of filenames or patterns to include in the program. These filenames are resolved relative to the directory containing the tsconfig.json file. */
"include": ["src/**/*", "templates/templates/**/*"],
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1507,6 +1507,11 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==

"@types/debounce@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/debounce/-/debounce-1.2.0.tgz#9ee99259f41018c640b3929e1bb32c3dcecdb192"
integrity sha512-bWG5wapaWgbss9E238T0R6bfo5Fh3OkeoSt245CM7JJwVwpw6MEBCbIxLq5z8KzsE3uJhzcIuQkyiZmzV3M/Dw==

"@types/dom4@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@types/dom4/-/dom4-2.0.1.tgz#506d5781b9bcab81bd9a878b198aec7dee2a6033"
Expand Down

0 comments on commit 753176e

Please sign in to comment.