Skip to content

Commit 007b577

Browse files
authored
Merge pull request acacode#726 from acacode/dependabot/npm_and_yarn/multi-d66dbd6119
chore(deps): bump prettier and @types/prettier
2 parents 25e46b5 + ac51c3a commit 007b577

File tree

98 files changed

+208
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+208
-210
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"nanoid": "3.3.6",
112112
"node-emoji": "2.1.3",
113113
"node-fetch": "^3.3.1",
114-
"prettier": "3.0.0",
114+
"prettier": "3.2.5",
115115
"swagger-schema-official": "2.0.0-bab6bed",
116116
"swagger2openapi": "7.0.8",
117117
"typescript": "5.4.5"
@@ -120,7 +120,7 @@
120120
"@biomejs/biome": "1.7.2",
121121
"@types/lodash": "^4.14.195",
122122
"@types/node": "^20.4.1",
123-
"@types/prettier": "^2.7.3",
123+
"@types/prettier": "^3.0.0",
124124
"axios": "^1.4.0",
125125
"cross-env": "^7.0.3",
126126
"dotenv": "^16.3.1",

tests/generated/v2.0/adafruit.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ export class HttpClient<SecurityDataType = unknown> {
272272
property instanceof Blob
273273
? property
274274
: typeof property === "object" && property !== null
275-
? JSON.stringify(property)
276-
: `${property}`,
275+
? JSON.stringify(property)
276+
: `${property}`,
277277
);
278278
return formData;
279279
}, new FormData()),

tests/generated/v2.0/another-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ export class HttpClient<SecurityDataType = unknown> {
248248
property instanceof Blob
249249
? property
250250
: typeof property === "object" && property !== null
251-
? JSON.stringify(property)
252-
: `${property}`,
251+
? JSON.stringify(property)
252+
: `${property}`,
253253
);
254254
return formData;
255255
}, new FormData()),

tests/generated/v2.0/another-schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ export class HttpClient<SecurityDataType = unknown> {
136136
property instanceof Blob
137137
? property
138138
: typeof property === "object" && property !== null
139-
? JSON.stringify(property)
140-
: `${property}`,
139+
? JSON.stringify(property)
140+
: `${property}`,
141141
);
142142
return formData;
143143
}, new FormData()),

tests/generated/v2.0/api-with-examples.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v2.0/authentiq.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ export class HttpClient<SecurityDataType = unknown> {
155155
property instanceof Blob
156156
? property
157157
: typeof property === "object" && property !== null
158-
? JSON.stringify(property)
159-
: `${property}`,
158+
? JSON.stringify(property)
159+
: `${property}`,
160160
);
161161
return formData;
162162
}, new FormData()),

tests/generated/v2.0/enums.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ export class HttpClient<SecurityDataType = unknown> {
174174
property instanceof Blob
175175
? property
176176
: typeof property === "object" && property !== null
177-
? JSON.stringify(property)
178-
: `${property}`,
177+
? JSON.stringify(property)
178+
: `${property}`,
179179
);
180180
return formData;
181181
}, new FormData()),

tests/generated/v2.0/example1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ export class HttpClient<SecurityDataType = unknown> {
152152
property instanceof Blob
153153
? property
154154
: typeof property === "object" && property !== null
155-
? JSON.stringify(property)
156-
: `${property}`,
155+
? JSON.stringify(property)
156+
: `${property}`,
157157
);
158158
return formData;
159159
}, new FormData()),

tests/generated/v2.0/file-formdata-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export class HttpClient<SecurityDataType = unknown> {
115115
property instanceof Blob
116116
? property
117117
: typeof property === "object" && property !== null
118-
? JSON.stringify(property)
119-
: `${property}`,
118+
? JSON.stringify(property)
119+
: `${property}`,
120120
);
121121
return formData;
122122
}, new FormData()),

tests/generated/v2.0/furkot-example.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ export class HttpClient<SecurityDataType = unknown> {
188188
property instanceof Blob
189189
? property
190190
: typeof property === "object" && property !== null
191-
? JSON.stringify(property)
192-
: `${property}`,
191+
? JSON.stringify(property)
192+
: `${property}`,
193193
);
194194
return formData;
195195
}, new FormData()),

0 commit comments

Comments
 (0)