diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-06-22 23:41:06 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-06-22 23:41:06 +0200 |
commit | 952c06d16141f068287eaca9386d7bc6c43f0fbd (patch) | |
tree | 11ea4a47c1f8ba65ec709993bf035162c6a4b808 /package.json | |
parent | Updated dependencies. (diff) | |
download | newspipe-952c06d16141f068287eaca9386d7bc6c43f0fbd.tar.gz newspipe-952c06d16141f068287eaca9386d7bc6c43f0fbd.tar.bz2 newspipe-952c06d16141f068287eaca9386d7bc6c43f0fbd.zip |
Updated bootstrap to version 5.0.0-alpha1 and removed dependency to jQuery.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/package.json b/package.json index 5cb4c04f..114050f7 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,9 @@ "license": "AGPL-3.0", "private": true, "dependencies": { - "bootstrap": "^4.5.0", - "bootstrap-select": "^1.13.17", - "datatables": "^1.10.18", - "datatables.net-bs4": "^1.10.21", + "bootstrap": "^5.0.0-alpha1", "fork-awesome": "^1.1.7", - "jquery": "^3.5.1", - "lodash": "^4.17.15", - "moment": "^2.26.0", + "moment": "^2.27.0", "popper.js": "^1.16.1" }, "engines": { |