aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-06-06 14:43:33 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-06-06 14:43:33 +0200
commitd2a569b779a95fe41a913f3809672a32b81fe70c (patch)
tree11af2268a430d10826c2348363c60fa0d6cc7656 /package.json
parentchg: [documentation] Updated screen shot of the home page. (diff)
downloadnewspipe-d2a569b779a95fe41a913f3809672a32b81fe70c.tar.gz
newspipe-d2a569b779a95fe41a913f3809672a32b81fe70c.tar.bz2
newspipe-d2a569b779a95fe41a913f3809672a32b81fe70c.zip
updated JavaScript dependencies.
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index a56277a8..e40cc86f 100644
--- a/package.json
+++ b/package.json
@@ -4,13 +4,13 @@
"license": "AGPL-3.0",
"private": true,
"dependencies": {
- "bootstrap": "^4.4.1",
+ "bootstrap": "^4.5.0",
"datatables": "^1.10.18",
- "datatables.net-bs4": "^1.10.20",
+ "datatables.net-bs4": "^1.10.21",
"fork-awesome": "^1.1.7",
- "jquery": "^3.5.0",
+ "jquery": "^3.5.1",
"lodash": "^4.17.15",
- "moment": "^2.24.0",
+ "moment": "^2.26.0",
"popper.js": "^1.16.1"
},
"engines": {
bgstack15