Skip to content

Commit

Permalink
chore: upgrade dev deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Apr 15, 2023
1 parent 277bad5 commit 3a38f48
Show file tree
Hide file tree
Showing 2 changed files with 481 additions and 573 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,24 @@
"graphql": "14 - 16"
},
"devDependencies": {
"@graphql-tools/schema": "^9.0.17",
"@graphql-tools/schema": "^9.0.18",
"@prisma-labs/prettier-config": "^0.1.0",
"@tsconfig/node16": "^1.0.3",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"@types/node": "^18.15.11",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitest/coverage-c8": "^0.30.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitest/coverage-c8": "^0.30.1",
"apollo-server-express": "^3.12.0",
"body-parser": "^1.20.2",
"doctoc": "^2.2.1",
"dripip": "^0.10.0",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prisma": "^0.1.0",
"eslint-plugin-deprecation": "^1.4.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand All @@ -94,13 +94,13 @@
"fetch-cookie": "^2.1.0",
"get-port": "^6.1.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.5",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.12.1",
"happy-dom": "^9.1.7",
"happy-dom": "^9.7.1",
"prettier": "^2.8.7",
"type-fest": "^3.7.2",
"typescript": "^5.0.3",
"vitest": "^0.30.0",
"type-fest": "^3.8.0",
"typescript": "^5.0.4",
"vitest": "^0.30.1",
"ws": "^8.13.0"
},
"prettier": "@prisma-labs/prettier-config"
Expand Down
Loading

0 comments on commit 3a38f48

Please sign in to comment.