diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2023-05-07 14:27:58 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2023-05-07 14:27:58 +0200 |
commit | 8a5369ebb1942c796d25b9af1ea6f49ae819b93a (patch) | |
tree | 3bbcfb0c0ffe3f02107065232b7a4ec5193df6c6 /package.json | |
parent | fix: [database] Fixed an issue in the database create. (diff) | |
download | newspipe-8a5369ebb1942c796d25b9af1ea6f49ae819b93a.tar.gz newspipe-8a5369ebb1942c796d25b9af1ea6f49ae819b93a.tar.bz2 newspipe-8a5369ebb1942c796d25b9af1ea6f49ae819b93a.zip |
chg: [documentation] Updated README.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 11544297..6c04a6a5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dependencies": { "@popperjs/core": "^2.11.6", "bootstrap": "^5.2.3", - "chart.js": "^4.2.0", + "bootstrap-select": "^1.13.18", + "chart.js": "^4.2.1", "fork-awesome": "^1.2.0", "moment": "^2.29.4" }, |