Skip to content

Commit f33498a

Browse files
committed
improve(generator): more explicit logging
relates to #1256
1 parent 399e16d commit f33498a

File tree

3 files changed

+423
-390
lines changed

3 files changed

+423
-390
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"devDependencies": {
130130
"@arethetypeswrong/cli": "^0.16.4",
131131
"@dprint/formatter": "^0.4.1",
132-
"@dprint/typescript": "^0.93.1",
132+
"@dprint/typescript": "^0.93.2",
133133
"@opentelemetry/api": "^1.9.0",
134134
"@opentelemetry/sdk-trace-base": "^1.27.0",
135135
"@opentelemetry/sdk-trace-node": "^1.27.0",
@@ -140,9 +140,9 @@
140140
"@tsconfig/strictest": "^2.0.5",
141141
"@types/body-parser": "^1.19.5",
142142
"@types/express": "^5.0.0",
143-
"@types/node": "^22.8.6",
144-
"@typescript-eslint/eslint-plugin": "^8.12.2",
145-
"@typescript-eslint/parser": "^8.12.2",
143+
"@types/node": "^22.9.0",
144+
"@typescript-eslint/eslint-plugin": "^8.13.0",
145+
"@typescript-eslint/parser": "^8.13.0",
146146
"async-cleanup": "^1.0.0",
147147
"doctoc": "^2.2.1",
148148
"dprint": "^0.47.5",
@@ -163,7 +163,7 @@
163163
"graphql-scalars": "^1.23.0",
164164
"graphql-tag": "^2.12.6",
165165
"graphql-upload-minimal": "^1.6.1",
166-
"graphql-yoga": "^5.8.0",
166+
"graphql-yoga": "^5.9.0",
167167
"jsdom": "^25.0.1",
168168
"memfs": "^4.14.0",
169169
"prettier": "^3.3.3",
@@ -172,8 +172,8 @@
172172
"tsx": "^4.19.2",
173173
"type-fest": "^4.26.1",
174174
"typescript": "^5.6.3",
175-
"typescript-eslint": "^8.12.2",
176-
"vitepress": "^1.4.3",
175+
"typescript-eslint": "^8.13.0",
176+
"vitepress": "^1.5.0",
177177
"vitest": "^2.1.4",
178178
"zod": "^3.23.8"
179179
}

0 commit comments

Comments
 (0)