Skip to content

Commit 3a38f48

Browse files
committed
chore: upgrade dev deps to latest
1 parent 277bad5 commit 3a38f48

File tree

2 files changed

+481
-573
lines changed

2 files changed

+481
-573
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,24 @@
6868
"graphql": "14 - 16"
6969
},
7070
"devDependencies": {
71-
"@graphql-tools/schema": "^9.0.17",
71+
"@graphql-tools/schema": "^9.0.18",
7272
"@prisma-labs/prettier-config": "^0.1.0",
7373
"@tsconfig/node16": "^1.0.3",
7474
"@types/body-parser": "^1.19.2",
7575
"@types/express": "^4.17.17",
7676
"@types/node": "^18.15.11",
7777
"@types/ws": "^8.5.4",
78-
"@typescript-eslint/eslint-plugin": "^5.57.1",
79-
"@typescript-eslint/parser": "^5.57.1",
80-
"@vitest/coverage-c8": "^0.30.0",
78+
"@typescript-eslint/eslint-plugin": "^5.58.0",
79+
"@typescript-eslint/parser": "^5.58.0",
80+
"@vitest/coverage-c8": "^0.30.1",
8181
"apollo-server-express": "^3.12.0",
8282
"body-parser": "^1.20.2",
8383
"doctoc": "^2.2.1",
8484
"dripip": "^0.10.0",
85-
"eslint": "^8.37.0",
85+
"eslint": "^8.38.0",
8686
"eslint-config-prettier": "^8.8.0",
8787
"eslint-config-prisma": "^0.1.0",
88-
"eslint-plugin-deprecation": "^1.4.0",
88+
"eslint-plugin-deprecation": "^1.4.1",
8989
"eslint-plugin-only-warn": "^1.1.0",
9090
"eslint-plugin-prefer-arrow": "^1.2.3",
9191
"eslint-plugin-simple-import-sort": "^10.0.0",
@@ -94,13 +94,13 @@
9494
"fetch-cookie": "^2.1.0",
9595
"get-port": "^6.1.2",
9696
"graphql": "^16.6.0",
97-
"graphql-tag": "^2.12.5",
97+
"graphql-tag": "^2.12.6",
9898
"graphql-ws": "^5.12.1",
99-
"happy-dom": "^9.1.7",
99+
"happy-dom": "^9.7.1",
100100
"prettier": "^2.8.7",
101-
"type-fest": "^3.7.2",
102-
"typescript": "^5.0.3",
103-
"vitest": "^0.30.0",
101+
"type-fest": "^3.8.0",
102+
"typescript": "^5.0.4",
103+
"vitest": "^0.30.1",
104104
"ws": "^8.13.0"
105105
},
106106
"prettier": "@prisma-labs/prettier-config"

0 commit comments

Comments
 (0)