Skip to content

Commit 0030fbe

Browse files
fix(deps): update dependency swagger-typescript-api to ^13.2.18
1 parent 9c43121 commit 0030fbe

4 files changed

Lines changed: 267 additions & 77 deletions

File tree

move/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@types/react": "^18.2.23",
3838
"@types/react-dom": "^18.2.8",
39-
"swagger-typescript-api": "^13.0.23",
39+
"swagger-typescript-api": "^13.2.18",
4040
"typescript": "^5.9.3",
4141
"vite": "^5.4.9",
4242
"vite-plugin-dts": "^4.1.0",

nexus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"axios": "^1.8.4",
11-
"swagger-typescript-api": "^13.0.22"
11+
"swagger-typescript-api": "^13.2.18"
1212
},
1313
"exports": {
1414
".": {

oasisscan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "swagger-typescript-api -p https://api.oasisscan.com/v2/swagger/api.json -o ./dist -n index.ts"
88
},
99
"dependencies": {
10-
"swagger-typescript-api": "^13.0.22"
10+
"swagger-typescript-api": "^13.2.18"
1111
},
1212
"exports": {
1313
".": {

0 commit comments

Comments
 (0)