diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2021-03-29 22:45:00 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2021-03-29 22:45:00 +0200 |
commit | 3a0b961f3c9cee0deb0757f63a6d1a8c45df8df5 (patch) | |
tree | 36483dda5dc72b99049f85b894fec17c7744c75e /package.json | |
parent | Updated feedparser (diff) | |
download | newspipe-3a0b961f3c9cee0deb0757f63a6d1a8c45df8df5.tar.gz newspipe-3a0b961f3c9cee0deb0757f63a6d1a8c45df8df5.tar.bz2 newspipe-3a0b961f3c9cee0deb0757f63a6d1a8c45df8df5.zip |
chg: [JavaScript] Updated bootstrap-select
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 4f0c8f9f..ddf28503 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,9 @@ "license": "AGPL-3.0", "private": true, "dependencies": { - "@popperjs/core": "^2.5.4", - "bootstrap": "^5.0.0-beta1", + "@popperjs/core": "^2.9.1", + "bootstrap": "^5.0.0-beta3", + "bootstrap-select": "^1.14.0-beta2", "fork-awesome": "^1.1.7", "moment": "^2.29.1" }, |