Skip to content

Commit 9c31f33

Browse files
committed
update deps
1 parent 5fbe7e3 commit 9c31f33

File tree

3 files changed

+515
-644
lines changed

3 files changed

+515
-644
lines changed

.changeset/soft-games-rush.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"ccat-api": patch
3+
---
4+
5+
fix chat_token check response

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
"generate": "openapi --input ./catapi.json --output ./api --client axios --name CCatAPI --useUnionTypes"
3939
},
4040
"devDependencies": {
41-
"@changesets/cli": "^2.27.7",
42-
"@types/node": "^20.14.10",
41+
"@changesets/cli": "^2.27.11",
42+
"@types/node": "^22.10.7",
4343
"@typescript-eslint/eslint-plugin": "^7.16.0",
4444
"@typescript-eslint/parser": "^7.16.0",
4545
"eslint": "^8.57.0",
4646
"openapi-typescript-codegen": "^0.29.0",
4747
"ts-node": "^10.9.2",
48-
"tsup": "^8.1.0",
49-
"typescript": "^5.5.3"
48+
"tsup": "^8.3.5",
49+
"typescript": "^5.7.3"
5050
},
5151
"dependencies": {
52-
"@types/ws": "^8.5.10",
53-
"axios": "^1.7.2",
54-
"form-data": "^4.0.0",
52+
"@types/ws": "^8.5.13",
53+
"axios": "^1.7.9",
54+
"form-data": "^4.0.1",
5555
"isomorphic-ws": "^5.0.0",
5656
"ws": "^8.18.0"
5757
}

0 commit comments

Comments
 (0)