chore: add types for react-spinkit

This commit is contained in:
Marlon Johnson
2021-06-20 10:11:21 -07:00
parent 6b5b7160d1
commit fcfd949abc
3 changed files with 9 additions and 0 deletions

View File

@ -5805,6 +5805,14 @@
}
}
},
"@types/react-spinkit": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/@types/react-spinkit/-/react-spinkit-3.0.6.tgz",
"integrity": "sha512-iGgzwQcwU93PSue8U5eYwXEf2yF7ji1vraqB1op6ZuSRvdYg/keFP+7pEuIt454XSQgc/aI4XyLZfO1TdoT0Bw==",
"requires": {
"@types/react": "*"
}
},
"@types/react-transition-group": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.1.tgz",

View File

@ -53,6 +53,7 @@
"@freecodecamp/strip-comments": "3.0.0",
"@loadable/component": "5.15.0",
"@reach/router": "1.3.4",
"@types/react-spinkit": "^3.0.6",
"algoliasearch": "4.9.3",
"assert": "2.0.0",
"babel-plugin-preval": "5.0.0",