diff --git a/.stylelintrc.js b/.stylelintrc.js
index c40700dd91..d1ac674a77 100644
--- a/.stylelintrc.js
+++ b/.stylelintrc.js
@@ -4,5 +4,6 @@ module.exports = {
...config,
rules: {
'selector-id-pattern': null,
+ ...config.rules,
},
};
diff --git a/README.md b/README.md
index a14e463f81..e8d1aa8f44 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ One-click **FREE** deployment of your private OpenAI ChatGPT/Claude/Gemini/Groq/
Pioneering the new age of thinking and creating. Built for you, the Super Individual.
-[![][github-trending-shield]][github-trending-url]
+[![][github-trending-shield]][github-trending-url]
[![][image-overview]][vercel-link]
diff --git a/package.json b/package.json
index 45274b149c..ae3104a43a 100644
--- a/package.json
+++ b/package.json
@@ -80,7 +80,7 @@
"*.json": [
"prettier --write --no-error-on-unmatched-pattern"
],
- "*.{js,jsx}": [
+ "*.{js,jsx,mjs,cjs}": [
"prettier --write",
"stylelint --fix",
"eslint --fix"
@@ -109,9 +109,9 @@
"@khmyznikov/pwa-install": "^0.3.9",
"@lobehub/chat-plugin-sdk": "^1.32.3",
"@lobehub/chat-plugins-gateway": "^1.9.0",
- "@lobehub/icons": "^1.23.0",
- "@lobehub/tts": "^1.24.1",
- "@lobehub/ui": "^1.144.3",
+ "@lobehub/icons": "^1.25.1",
+ "@lobehub/tts": "^1.24.2",
+ "@lobehub/ui": "^1.146.2",
"@microsoft/fetch-event-source": "^2.0.1",
"@neondatabase/serverless": "^0.9.3",
"@next/third-parties": "^14.2.4",
@@ -203,7 +203,7 @@
"@ducanh2912/next-pwa": "^10.2.7",
"@edge-runtime/vm": "^3.2.0",
"@lobehub/i18n-cli": "^1.18.1",
- "@lobehub/lint": "^1.23.4",
+ "@lobehub/lint": "^1.24.3",
"@lobehub/seo-cli": "^1.4.1",
"@next/bundle-analyzer": "^14.2.4",
"@next/eslint-plugin-next": "^14.2.4",
@@ -228,7 +228,6 @@
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.10",
- "@umijs/lint": "^4.2.13",
"@vitest/coverage-v8": "~1.2.2",
"ajv-keywords": "^5.1.0",
"commitlint": "^19.3.0",