Skip to content

Commit

Permalink
chore: update dev deps to latest (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt authored Jan 25, 2024
1 parent c4a0078 commit 29cae68
Show file tree
Hide file tree
Showing 15 changed files with 963 additions and 1,219 deletions.
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,22 @@
"graphql": "14 - 16"
},
"devDependencies": {
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/schema": "^10.0.2",
"@prisma-labs/prettier-config": "^0.1.0",
"@tsconfig/node16": "^16.0.0",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"@types/json-bigint": "^1.0.1",
"@types/node": "^20.0.0",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitest/coverage-c8": "^0.33.0",
"apollo-server-express": "^3.12.0",
"@tsconfig/node16": "^16.1.1",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.11.6",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"apollo-server-express": "^3.13.0",
"body-parser": "^1.20.2",
"doctoc": "^2.2.1",
"dripip": "^0.10.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prisma": "^0.2.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-only-warn": "^1.1.0",
Expand All @@ -88,14 +87,14 @@
"get-port": "^7.0.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.12.1",
"happy-dom": "^12.0.0",
"graphql-ws": "^5.14.3",
"happy-dom": "^13.3.1",
"json-bigint": "^1.0.0",
"prettier": "^3.0.0",
"type-fest": "^4.0.0",
"typescript": "^5.0.4",
"vitest": "^0.34.0",
"ws": "^8.13.0"
"prettier": "^3.2.4",
"type-fest": "^4.10.1",
"typescript": "^5.3.3",
"vitest": "^1.2.1",
"ws": "^8.16.0"
},
"prettier": "@prisma-labs/prettier-config"
}
Loading

0 comments on commit 29cae68

Please sign in to comment.