mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-15 00:40:27 +02:00
Merge branch 'develop' into activitypub
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@adactive/bootstrap-tagsinput": "0.8.2",
|
||||
"@fontsource/inter": "5.0.21",
|
||||
"@fontsource/poppins": "5.0.16",
|
||||
"@fontsource/inter": "5.1.0",
|
||||
"@fontsource/poppins": "5.1.0",
|
||||
"@fortawesome/fontawesome-free": "6.6.0",
|
||||
"@isaacs/ttlcache": "1.4.1",
|
||||
"@nodebb/spider-detector": "2.0.3",
|
||||
@@ -66,7 +66,7 @@
|
||||
"daemon": "1.1.0",
|
||||
"diff": "7.0.0",
|
||||
"esbuild": "0.23.1",
|
||||
"express": "4.19.2",
|
||||
"express": "4.21.0",
|
||||
"express-session": "1.18.0",
|
||||
"express-useragent": "1.0.15",
|
||||
"fetch-cookie": "3.0.1",
|
||||
@@ -105,10 +105,10 @@
|
||||
"nodebb-plugin-ntfy": "1.7.6",
|
||||
"nodebb-plugin-spam-be-gone": "2.2.2",
|
||||
"nodebb-rewards-essentials": "1.0.0",
|
||||
"nodebb-theme-harmony": "2.0.0-pre.34",
|
||||
"nodebb-theme-harmony": "2.0.0-pre.35",
|
||||
"nodebb-theme-lavender": "7.1.8",
|
||||
"nodebb-theme-peace": "2.2.7",
|
||||
"nodebb-theme-persona": "14.0.0-pre.2",
|
||||
"nodebb-theme-persona": "14.0.0-pre.3",
|
||||
"nodebb-widget-essentials": "7.0.28",
|
||||
"nodemailer": "6.9.15",
|
||||
"nprogress": "0.2.0",
|
||||
@@ -142,7 +142,7 @@
|
||||
"timeago": "1.6.7",
|
||||
"tinycon": "0.6.8",
|
||||
"toobusy-js": "0.5.1",
|
||||
"tough-cookie": "4.1.4",
|
||||
"tough-cookie": "5.0.0",
|
||||
"validator": "13.12.0",
|
||||
"webpack": "5.94.0",
|
||||
"webpack-merge": "6.0.1",
|
||||
@@ -155,8 +155,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
"@commitlint/cli": "19.4.1",
|
||||
"@commitlint/config-angular": "19.4.1",
|
||||
"@commitlint/cli": "19.5.0",
|
||||
"@commitlint/config-angular": "19.5.0",
|
||||
"coveralls": "3.1.1",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-nodebb": "0.2.1",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<!-- IMPORT partials/chats/options.tpl -->
|
||||
|
||||
<button id="chat-close-btn" type="button" class="btn-close btn-ghost-sm" aria-label="Close"></button>
|
||||
<button id="chat-close-btn" type="button" class="btn-close btn btn-ghost btn-sm" aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- IMPORT partials/chats/scroll-up-alert.tpl -->
|
||||
|
||||
Reference in New Issue
Block a user