更新配置文件自动更新功能

This commit is contained in:
sijinhui
2024-07-12 13:49:35 +08:00
parent 6e4d2c76d8
commit 043c6d7efc
5 changed files with 206 additions and 264 deletions

View File

@@ -23,7 +23,7 @@
"@fortaine/fetch-event-source": "^3.0.6",
"@hello-pangea/dnd": "^16.5.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/third-parties": "14.2.3",
"@next/third-parties": "14.2.5",
"@prisma/client": "^5.13.0",
"@svgr/webpack": "^8.1.0",
"@vercel/analytics": "^1.1.2",
@@ -39,7 +39,7 @@
"mermaid": "^10.7.0",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"nanoid": "^5.0.3",
"next": "14.2.3",
"next": "14.2.5",
"next-auth": "^4.24.7",
"node-fetch": "^3.3.1",
"nodemailer": "^6.9.13",
@@ -62,7 +62,7 @@
"zustand": "^4.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "1.5.11",
"@tauri-apps/cli": "1.6.0",
"@types/bcryptjs": "^2.4.6",
"@types/cookie": "^0.6.0",
"@types/node": "20.14.10",
@@ -75,7 +75,7 @@
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"eslint": "^8.55.0",
"eslint": "9.6.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
@@ -95,5 +95,6 @@
"resolutions": {
"lint-staged/yaml": "^2.2.2"
},
"type": "module",
"packageManager": "yarn@1.22.19"
}