Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Jan 22, 2025
1 parent 5fbe7e3 commit 9c31f33
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 644 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-games-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ccat-api": patch
---

fix chat_token check response
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"generate": "openapi --input ./catapi.json --output ./api --client axios --name CCatAPI --useUnionTypes"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@types/node": "^20.14.10",
"@changesets/cli": "^2.27.11",
"@types/node": "^22.10.7",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"openapi-typescript-codegen": "^0.29.0",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
"tsup": "^8.3.5",
"typescript": "^5.7.3"
},
"dependencies": {
"@types/ws": "^8.5.10",
"axios": "^1.7.2",
"form-data": "^4.0.0",
"@types/ws": "^8.5.13",
"axios": "^1.7.9",
"form-data": "^4.0.1",
"isomorphic-ws": "^5.0.0",
"ws": "^8.18.0"
}
Expand Down
Loading

0 comments on commit 9c31f33

Please sign in to comment.