summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorDessalines <dessalines@users.noreply.github.com>2020-07-10 14:01:45 -0400
committerGitHub <noreply@github.com>2020-07-10 14:01:45 -0400
commit8e96507cb19f7694a31a1407d1bcd2a347a70342 (patch)
treee5bcc0c14c3a8109bb85e5536b557497fa55287f /ui/package.json
parentdebbd316c271f8867917a9eb8c4caa5c26093d66 (diff)
Replacing selectr with choices.js for community searching. (#932)
- Fixes #839 - Fixes #847
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json
index 2819433a..afbd5508 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -23,6 +23,7 @@
"@types/node": "^13.11.1",
"autosize": "^4.0.2",
"bootswatch": "^4.3.1",
+ "choices.js": "^9.0.1",
"classcat": "^4.0.2",
"dotenv": "^8.2.0",
"emoji-short-name": "^1.0.0",
@@ -36,7 +37,6 @@
"markdown-it": "^10.0.0",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.4.0",
- "mobius1-selectr": "^2.4.13",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"prettier": "^2.0.4",