diff --git a/install/package.json b/install/package.json index 5ceafdbef2..8295a0ef95 100644 --- a/install/package.json +++ b/install/package.json @@ -42,8 +42,8 @@ "benchpressjs": "2.5.1", "body-parser": "1.20.2", "bootbox": "6.0.0", - "bootstrap": "5.2.3", - "bootswatch": "5.2.3", + "bootstrap": "5.3.1", + "bootswatch": "5.3.1", "chalk": "4.1.2", "chart.js": "2.9.4", "cli-graph": "3.2.2", @@ -92,7 +92,7 @@ "multiparty": "4.2.3", "nconf": "0.12.0", "nodebb-plugin-2factor": "7.1.3", - "nodebb-plugin-composer-default": "10.2.6", + "nodebb-plugin-composer-default": "10.2.7", "nodebb-plugin-dbsearch": "6.2.0", "nodebb-plugin-emoji": "5.1.3", "nodebb-plugin-emoji-android": "4.0.0", @@ -101,7 +101,7 @@ "nodebb-plugin-ntfy": "1.1.0", "nodebb-plugin-spam-be-gone": "2.1.1", "nodebb-rewards-essentials": "0.2.3", - "nodebb-theme-harmony": "1.1.20", + "nodebb-theme-harmony": "1.1.21", "nodebb-theme-lavender": "7.1.3", "nodebb-theme-peace": "2.1.6", "nodebb-theme-persona": "13.2.11", diff --git a/src/meta/css.js b/src/meta/css.js index d9edcdf360..490ac8c215 100644 --- a/src/meta/css.js +++ b/src/meta/css.js @@ -75,6 +75,7 @@ function boostrapImport(themeData) { // bs files '@import "bootstrap/scss/variables";', + '@import "bootstrap/scss/variables-dark";', '@import "bootstrap/scss/maps";', '@import "bootstrap/scss/mixins";', '@import "bootstrap/scss/utilities";',