diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-08-18 15:54:24 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-08-18 15:54:24 +0200 |
commit | 652bfd9afe32883695f5b74a01dd39774b9b5f5c (patch) | |
tree | 2d3057f8d0d025a3fbc00b15df417b28da8a805a /package.json | |
parent | new: [pre-commit] added pip-audit to .pre-commit-config.yaml file. (diff) | |
download | newspipe-652bfd9afe32883695f5b74a01dd39774b9b5f5c.tar.gz newspipe-652bfd9afe32883695f5b74a01dd39774b9b5f5c.tar.bz2 newspipe-652bfd9afe32883695f5b74a01dd39774b9b5f5c.zip |
removed bootstrap-select
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json index 5121b5d9..e3e16d6e 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,9 @@ "license": "AGPL-3.0", "private": true, "dependencies": { - "@popperjs/core": "^2.11.5", - "bootstrap": "^5.1.3", - "bootstrap-select": "^1.14.0-beta2", - "chart.js": "^3.8.0", + "@popperjs/core": "^2.11.6", + "bootstrap": "^5.2.0", + "chart.js": "^3.9.1", "fork-awesome": "^1.2.0", "moment": "^2.29.4" }, |