diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2021-07-03 22:36:05 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2021-07-03 22:36:05 +0200 |
commit | 68badd61e526fb28cabe52ea2c94ae802795dd4d (patch) | |
tree | 8be78aca0acbef67c581a29f815df4eb9564c6a9 /package.json | |
parent | raise the minimum of characters of a password to 20 (diff) | |
download | newspipe-68badd61e526fb28cabe52ea2c94ae802795dd4d.tar.gz newspipe-68badd61e526fb28cabe52ea2c94ae802795dd4d.tar.bz2 newspipe-68badd61e526fb28cabe52ea2c94ae802795dd4d.zip |
updated bootstrap and various UI fixes
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index ddf28503..a8f52bbd 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "license": "AGPL-3.0", "private": true, "dependencies": { - "@popperjs/core": "^2.9.1", - "bootstrap": "^5.0.0-beta3", + "@popperjs/core": "^2.9.2", + "bootstrap": "^5.0.2", "bootstrap-select": "^1.14.0-beta2", "fork-awesome": "^1.1.7", "moment": "^2.29.1" |