Skip to content

Commit

Permalink
improve: update all deps to latest (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jun 22, 2024
1 parent 4ce0d02 commit 30b39bf
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 495 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"graphql": "14 - 16",
"dprint": "^0.46.2",
"@dprint/formatter": "^0.3.0",
"@dprint/typescript": "^0.91.1"
"@dprint/typescript": "^0.91.1",
"dprint": "^0.46.2",
"graphql": "14 - 16"
},
"peerDependenciesMeta": {
"dprint": {
Expand All @@ -110,14 +110,14 @@
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@types/node": "^20.14.7",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"apollo-server-express": "^3.13.0",
"body-parser": "^1.20.2",
"doctoc": "^2.2.1",
"dripip": "^0.10.0",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-config-prisma": "^0.6.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-only-warn": "^1.1.0",
Expand All @@ -127,16 +127,16 @@
"eslint-typescript": "^1.1.0",
"express": "^4.19.2",
"get-port": "^7.1.0",
"graphql": "^16.8.1",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"graphql-tag": "^2.12.6",
"jsdom": "^24.1.0",
"json-bigint": "^1.0.0",
"publint": "^0.2.8",
"tsx": "^4.15.2",
"type-fest": "^4.20.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0",
"tsx": "^4.15.7",
"type-fest": "^4.20.1",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 30b39bf

Please sign in to comment.