aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-16 21:19:48 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-16 21:21:42 +0300
commitbded55860db436df017799fec507ce3482584822 (patch)
treebb735f3097129352fad06e4ceb2573bc13dcf31b /package.json
parentjs: small cleanup of unused code (diff)
downloadsoko-bded55860db436df017799fec507ce3482584822.tar.gz
soko-bded55860db436df017799fec507ce3482584822.tar.bz2
soko-bded55860db436df017799fec507ce3482584822.zip
fix typeahead completion and unvendor d3 and typeahead
- fix typeahead completion for useflags and in packages search (was missing import JS) - unvendor d3 and typeahead and upgrade them to latest versions Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index ae863b3..cf4725b 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"core-js": "^3.30.0",
"d3": "^3.5.17",
"jquery": "^3.6.4",
+ "jquery-typeahead": "^2.11.1",
"jquery-ujs": "^1.2.3",
"popper.js": "^1.16.0",
"regenerator-runtime": "^0.13.11",