Skip to content

Commit 32ca482

Browse files
fix(deps): update dependency swagger-typescript-api to ^13.1.2
1 parent 295a49c commit 32ca482

File tree

4 files changed

+159
-54
lines changed

4 files changed

+159
-54
lines changed

move/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@types/react": "^18.2.23",
3737
"@types/react-dom": "^18.2.8",
38-
"swagger-typescript-api": "^13.0.23",
38+
"swagger-typescript-api": "^13.1.2",
3939
"typescript": "^5.2.2",
4040
"vite": "^5.4.9",
4141
"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.1.2"
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.1.2"
1111
},
1212
"exports": {
1313
".": {

0 commit comments

Comments
 (0)