add fuzzy search for office/resource matching

This commit is contained in:
Bilal Catic
2019-06-10 05:55:13 +02:00
parent 4c528296ec
commit 37aed91d35
2 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"private": true,
"dependencies": {
"axios": "^0.18.0",
"fuse.js": "^3.4.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",

View File

@@ -3680,6 +3680,10 @@ functional-red-black-tree@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
fuse.js@^3.4.5:
version "3.4.5"
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.4.5.tgz#8954fb43f9729bd5dbcb8c08f251db552595a7a6"
gauge@~2.7.3:
version "2.7.4"
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"