Add typings for random words
This commit is contained in:
parent
98471d1ff7
commit
d3930ef4a2
2 changed files with 6 additions and 0 deletions
|
|
@ -78,6 +78,7 @@
|
||||||
"@types/node-fetch": "^2.5.8",
|
"@types/node-fetch": "^2.5.8",
|
||||||
"@types/node-persist": "^3.1.1",
|
"@types/node-persist": "^3.1.1",
|
||||||
"@types/ramda": "types/npm-ramda#dist",
|
"@types/ramda": "types/npm-ramda#dist",
|
||||||
|
"@types/random-words": "^1.1.2",
|
||||||
"@types/react": "16.x.x",
|
"@types/react": "16.x.x",
|
||||||
"@types/uuid": "3.x.x",
|
"@types/uuid": "3.x.x",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
|
|
|
||||||
|
|
@ -530,6 +530,11 @@
|
||||||
version "0.25.0"
|
version "0.25.0"
|
||||||
resolved "https://codeload.github.com/types/npm-ramda/tar.gz/9529aa3c8ff70ff84afcbc0be83443c00f30ea90"
|
resolved "https://codeload.github.com/types/npm-ramda/tar.gz/9529aa3c8ff70ff84afcbc0be83443c00f30ea90"
|
||||||
|
|
||||||
|
"@types/random-words@^1.1.2":
|
||||||
|
version "1.1.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@types/random-words/-/random-words-1.1.2.tgz#4ffe4da4817b4629d8802c8ac16466783e745c6e"
|
||||||
|
integrity sha512-gULpJ68bNovfBWPWNNhwJgd/GcKdfkPpXXQGgACQWffgy6LRiJB4+4s/IslhFJKQvb5wBlnlOwFJ6RawHU5z3A==
|
||||||
|
|
||||||
"@types/range-parser@*":
|
"@types/range-parser@*":
|
||||||
version "1.2.4"
|
version "1.2.4"
|
||||||
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
|
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue