Skip to content

Commit

Permalink
chore: update dev deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Nov 3, 2024
1 parent e73241f commit 9e35b51
Show file tree
Hide file tree
Showing 4 changed files with 998 additions and 1,030 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@dprint/formatter": "^0.4.1",
"@dprint/typescript": "^0.93.0",
"@dprint/typescript": "^0.93.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/sdk-trace-base": "^1.27.0",
"@opentelemetry/sdk-trace-node": "^1.27.0",
Expand All @@ -140,30 +140,30 @@
"@tsconfig/strictest": "^2.0.5",
"@types/body-parser": "^1.19.5",
"@types/express": "^5.0.0",
"@types/node": "^22.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@types/node": "^22.8.6",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"async-cleanup": "^1.0.0",
"doctoc": "^2.2.1",
"dprint": "^0.47.5",
"dripip": "^0.10.0",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-prisma": "^0.6.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-typescript": "^1.1.0",
"execa": "^9.5.0",
"execa": "^9.5.1",
"fs-jetpack": "^5.1.0",
"get-port": "^7.1.0",
"globby": "^14.0.2",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"graphql-tag": "^2.12.6",
"graphql-upload-minimal": "^1.6.1",
"graphql-yoga": "^5.7.0",
"graphql-yoga": "^5.8.0",
"jsdom": "^25.0.1",
"memfs": "^4.14.0",
"prettier": "^3.3.3",
Expand All @@ -172,9 +172,9 @@
"tsx": "^4.19.2",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vitepress": "^1.4.1",
"vitest": "^2.1.3",
"typescript-eslint": "^8.12.2",
"vitepress": "^1.4.3",
"vitest": "^2.1.4",
"zod": "^3.23.8"
}
}
Loading

0 comments on commit 9e35b51

Please sign in to comment.