Fix typescript errors
This commit is contained in:
parent
aefd2135f5
commit
9d968bc9ec
13 changed files with 493 additions and 465 deletions
|
@ -1813,6 +1813,15 @@ let
|
|||
sha512 = "YRRv9DNZhaVTVRh9Wmmit7Y0UFhEVqXqCSw3uazRWMxa2x85hWQZ5BN24i7GXZbaclaLXEcodEeIHsjBA8eAMw==";
|
||||
};
|
||||
};
|
||||
"@types/react-dom-17.0.3" = {
|
||||
name = "_at_types_slash_react-dom";
|
||||
packageName = "@types/react-dom";
|
||||
version = "17.0.3";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.3.tgz";
|
||||
sha512 = "4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==";
|
||||
};
|
||||
};
|
||||
"@types/react-redux-7.1.16" = {
|
||||
name = "_at_types_slash_react-redux";
|
||||
packageName = "@types/react-redux";
|
||||
|
@ -1840,6 +1849,15 @@ let
|
|||
sha512 = "7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==";
|
||||
};
|
||||
};
|
||||
"@types/three-0.127.0" = {
|
||||
name = "_at_types_slash_three";
|
||||
packageName = "@types/three";
|
||||
version = "0.127.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/@types/three/-/three-0.127.0.tgz";
|
||||
sha512 = "4Q33L6PzzxCXm0VdUv4x1/4VBnwWgCS7Ui6WpRh88GVIUUYsg5qU2GVzva14hDJbtfyNBxey7UcdInR4RkKPeQ==";
|
||||
};
|
||||
};
|
||||
"abab-2.0.5" = {
|
||||
name = "abab";
|
||||
packageName = "abab";
|
||||
|
@ -9992,9 +10010,11 @@ let
|
|||
sources."@types/prop-types-15.7.3"
|
||||
sources."@types/q-1.5.4"
|
||||
sources."@types/react-16.14.5"
|
||||
sources."@types/react-dom-17.0.3"
|
||||
sources."@types/react-redux-7.1.16"
|
||||
sources."@types/scheduler-0.16.1"
|
||||
sources."@types/sizzle-2.3.2"
|
||||
sources."@types/three-0.127.0"
|
||||
sources."abab-2.0.5"
|
||||
sources."abortcontroller-polyfill-1.7.1"
|
||||
sources."acorn-3.3.0"
|
||||
|
@ -10398,6 +10418,7 @@ let
|
|||
(sources."favicons-6.2.1" // {
|
||||
dependencies = [
|
||||
sources."semver-7.3.5"
|
||||
sources."sharp-0.26.3"
|
||||
];
|
||||
})
|
||||
sources."file-type-9.0.0"
|
||||
|
@ -11153,11 +11174,6 @@ let
|
|||
})
|
||||
sources."setimmediate-1.0.5"
|
||||
sources."sha.js-2.4.11"
|
||||
(sources."sharp-0.26.3" // {
|
||||
dependencies = [
|
||||
sources."semver-7.3.5"
|
||||
];
|
||||
})
|
||||
sources."shebang-command-1.2.0"
|
||||
sources."shebang-regex-1.0.0"
|
||||
sources."signal-exit-3.0.3"
|
||||
|
|
Reference in a new issue