Добавление функции поиска по списку объектов без привязки к раскладке (#33)

This commit is contained in:
Nikolay
2020-12-28 10:33:17 +03:00
committed by GitHub
parent 82b91ed422
commit 793fa0583f
4 changed files with 85 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"@most/core": "^1.6.1",
"@most/scheduler": "^1.3.0",
"axios": "^0.21.0",
"convert-layout": "^0.8.2",
"date-fns": "^2.16.1",
"fp-ts": "^2.8.5",
"history": "^5.0.0",
@ -36,6 +37,7 @@
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@most/types": "^1.1.0",
"@types/convert-layout": "^0.5.1",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.165",
"@types/node": "^12.19.1",