fix: Make search query string user friendly (#2283)

* Upgrade query-string package and skip empty string

* Run yarn-deduplicate command
This commit is contained in:
Saumya Pandey
2021-07-08 07:15:40 +05:30
committed by GitHub
parent b037ae5dc1
commit 8195791bb2
4 changed files with 21 additions and 33 deletions

View File

@@ -118,7 +118,7 @@
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"polished": "3.6.5",
"query-string": "^4.3.4",
"query-string": "^7.0.1",
"quoted-printable": "^1.0.1",
"randomstring": "1.1.5",
"raw-loader": "^0.5.1",