aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-11-11 12:10:05 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-11-11 12:10:05 +0100
commitdb27c4c383dfaf39b48c0d32c5b3e100d072656e (patch)
tree2ac10ab5bdc41c30692d232fe80a4755b187802d /package.json
parentupdated Python dependencies. (diff)
downloadnewspipe-db27c4c383dfaf39b48c0d32c5b3e100d072656e.tar.gz
newspipe-db27c4c383dfaf39b48c0d32c5b3e100d072656e.tar.bz2
newspipe-db27c4c383dfaf39b48c0d32c5b3e100d072656e.zip
Updated JS dependencies.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 114050f7..45900193 100644
--- a/package.json
+++ b/package.json
@@ -4,9 +4,9 @@
"license": "AGPL-3.0",
"private": true,
"dependencies": {
- "bootstrap": "^5.0.0-alpha1",
+ "bootstrap": "^5.0.0-alpha2",
"fork-awesome": "^1.1.7",
- "moment": "^2.27.0",
+ "moment": "^2.29.1",
"popper.js": "^1.16.1"
},
"engines": {
bgstack15