chore: eslint 依赖报错

This commit is contained in:
ChenZhaoYu
2023-02-16 14:03:40 +08:00
parent 30372c2e70
commit ee542a01f7
4 changed files with 21 additions and 20 deletions

View File

@@ -23,7 +23,7 @@
"common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml"
},
"dependencies": {
"chatgpt": "^4.4.1",
"chatgpt": "^4.3.2",
"dotenv": "^16.0.3",
"esno": "^0.16.3",
"express": "^4.18.2",
@@ -35,7 +35,7 @@
"@types/node": "^18.13.0",
"eslint": "^8.34.0",
"rimraf": "^4.1.2",
"tsup": "^6.6.3",
"tsup": "^6.6.2",
"typescript": "^4.9.5"
}
}