Skip to content

Commit

Permalink
improve: upgrade deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Feb 18, 2024
1 parent ba90ef4 commit 52f4ab8
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 225 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.11.6",
"@types/node": "^20.11.19",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"apollo-server-express": "^3.13.0",
"body-parser": "^1.20.2",
"doctoc": "^2.2.1",
Expand All @@ -82,17 +82,17 @@
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"express": "^4.18.2",
"fetch-cookie": "^2.1.0",
"fetch-cookie": "^2.2.0",
"get-port": "^7.0.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.3",
"happy-dom": "^13.3.1",
"graphql-ws": "^5.15.0",
"happy-dom": "^13.3.8",
"json-bigint": "^1.0.0",
"tsx": "^4.7.0",
"type-fest": "^4.10.1",
"tsx": "^4.7.1",
"type-fest": "^4.10.2",
"typescript": "^5.3.3",
"vitest": "^1.2.1",
"vitest": "^1.3.0",
"ws": "^8.16.0"
}
}
Loading

0 comments on commit 52f4ab8

Please sign in to comment.