Skip to content

Commit 30b39bf

Browse files
authored
improve: update all deps to latest (#936)
1 parent 4ce0d02 commit 30b39bf

File tree

4 files changed

+255
-495
lines changed

4 files changed

+255
-495
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
"zod": "^3.23.8"
8686
},
8787
"peerDependencies": {
88-
"graphql": "14 - 16",
89-
"dprint": "^0.46.2",
9088
"@dprint/formatter": "^0.3.0",
91-
"@dprint/typescript": "^0.91.1"
89+
"@dprint/typescript": "^0.91.1",
90+
"dprint": "^0.46.2",
91+
"graphql": "14 - 16"
9292
},
9393
"peerDependenciesMeta": {
9494
"dprint": {
@@ -110,14 +110,14 @@
110110
"@types/body-parser": "^1.19.5",
111111
"@types/express": "^4.17.21",
112112
"@types/json-bigint": "^1.0.4",
113-
"@types/node": "^20.14.2",
114-
"@typescript-eslint/eslint-plugin": "^7.13.0",
115-
"@typescript-eslint/parser": "^7.13.0",
113+
"@types/node": "^20.14.7",
114+
"@typescript-eslint/eslint-plugin": "^7.13.1",
115+
"@typescript-eslint/parser": "^7.13.1",
116116
"apollo-server-express": "^3.13.0",
117117
"body-parser": "^1.20.2",
118118
"doctoc": "^2.2.1",
119119
"dripip": "^0.10.0",
120-
"eslint": "^9.4.0",
120+
"eslint": "^9.5.0",
121121
"eslint-config-prisma": "^0.6.0",
122122
"eslint-plugin-deprecation": "^3.0.0",
123123
"eslint-plugin-only-warn": "^1.1.0",
@@ -127,16 +127,16 @@
127127
"eslint-typescript": "^1.1.0",
128128
"express": "^4.19.2",
129129
"get-port": "^7.1.0",
130-
"graphql": "^16.8.1",
130+
"graphql": "^16.9.0",
131131
"graphql-scalars": "^1.23.0",
132132
"graphql-tag": "^2.12.6",
133133
"jsdom": "^24.1.0",
134134
"json-bigint": "^1.0.0",
135135
"publint": "^0.2.8",
136-
"tsx": "^4.15.2",
137-
"type-fest": "^4.20.0",
138-
"typescript": "^5.4.5",
139-
"typescript-eslint": "^7.13.0",
136+
"tsx": "^4.15.7",
137+
"type-fest": "^4.20.1",
138+
"typescript": "^5.5.2",
139+
"typescript-eslint": "^7.13.1",
140140
"vitest": "^1.6.0"
141141
}
142142
}

0 commit comments

Comments
 (0)