Skip to content

Commit a446365

Browse files
committed
chore: update dev deps to latest
1 parent 3ed6436 commit a446365

File tree

2 files changed

+286
-243
lines changed

2 files changed

+286
-243
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@
7070
"graphql": "14 - 16"
7171
},
7272
"devDependencies": {
73-
"@graphql-tools/schema": "^9.0.16",
73+
"@graphql-tools/schema": "^9.0.17",
7474
"@prisma-labs/prettier-config": "^0.1.0",
7575
"@tsconfig/node16": "^1.0.3",
7676
"@types/body-parser": "^1.19.2",
77-
"@types/express": "^4.17.16",
77+
"@types/express": "^4.17.17",
7878
"@types/extract-files": "^8.1.1",
7979
"@types/node": "^18.15.11",
8080
"@types/ws": "^8.5.4",
8181
"@typescript-eslint/eslint-plugin": "^5.57.1",
8282
"@typescript-eslint/parser": "^5.57.1",
83-
"@vitest/coverage-c8": "^0.29.0",
84-
"apollo-server-express": "^3.11.1",
85-
"body-parser": "^1.20.1",
83+
"@vitest/coverage-c8": "^0.29.8",
84+
"apollo-server-express": "^3.12.0",
85+
"body-parser": "^1.20.2",
8686
"doctoc": "^2.2.1",
8787
"dripip": "^0.10.0",
8888
"eslint": "^8.37.0",
@@ -100,10 +100,10 @@
100100
"graphql-tag": "^2.12.5",
101101
"graphql-ws": "^5.12.1",
102102
"happy-dom": "^9.1.7",
103-
"prettier": "^2.8.3",
103+
"prettier": "^2.8.7",
104104
"type-fest": "^3.7.2",
105105
"typescript": "^5.0.3",
106-
"vitest": "^0.29.0",
106+
"vitest": "^0.29.8",
107107
"ws": "^8.13.0"
108108
},
109109
"prettier": "@prisma-labs/prettier-config"

0 commit comments

Comments
 (0)