mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Add dependencies
This commit is contained in:
parent
8ed19a5135
commit
42c4d43f5f
2 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
"@types/jsdom": "20.0.1",
|
||||
"@types/koa": "2.13.5",
|
||||
"@types/koa__router": "12.0.0",
|
||||
"@types/lodash": "4.14.191",
|
||||
"@types/node-fetch": "2",
|
||||
"@types/websocket": "1.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.44.0",
|
||||
|
|
|
@ -903,6 +903,11 @@
|
|||
dependencies:
|
||||
"@types/koa" "*"
|
||||
|
||||
"@types/lodash@4.14.191":
|
||||
version "4.14.191"
|
||||
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.191.tgz#09511e7f7cba275acd8b419ddac8da9a6a79e2fa"
|
||||
integrity sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==
|
||||
|
||||
"@types/lokijs@1.5.7":
|
||||
version "1.5.7"
|
||||
resolved "https://registry.yarnpkg.com/@types/lokijs/-/lokijs-1.5.7.tgz#5eb4b189149681a89acad6dc8adb088f6025feb3"
|
||||
|
|
Loading…
Reference in a new issue