chore(config): update ESLint config and dependencies

- Update eslint.config.mjs rules

- Update package.json and package-lock.json dependencies
This commit is contained in:
SpecialX
2026-06-24 12:01:09 +08:00
parent 7e320d78c1
commit eb28a523cb
3 changed files with 571 additions and 643 deletions

View File

@@ -46,6 +46,8 @@ const eslintConfig = defineConfig([
"test-results/**",
// Debug scripts using CommonJS
"tests/webapp/debug_drizzle.js",
// Migration/maintenance scripts using CommonJS require()
"scripts/**/*.js",
]),
]);

1206
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,6 +40,9 @@
"dr:failover": "bash scripts/failover.sh"
},
"dependencies": {
"@alicloud/credentials": "^2.4.5",
"@alicloud/dysmsapi20170525": "^4.5.1",
"@alicloud/openapi-client": "^0.4.15",
"@dagrejs/dagre": "^3.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
@@ -82,6 +85,7 @@
"next-auth": "^5.0.0-beta.30",
"next-intl": "^4.13.0",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.13",
"nuqs": "^2.8.5",
"openai": "^6.25.0",
"otplib": "^13.4.1",
@@ -98,6 +102,7 @@
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tencentcloud-sdk-nodejs": "^4.1.254",
"tiptap-markdown": "^0.9.0",
"zod": "^4.2.1",
"zustand": "^5.0.9"
@@ -111,6 +116,7 @@
"@testing-library/react": "^16.3.2",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/nodemailer": "^8.0.1",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",