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 Mar 23, 2024
1 parent 3ffc097 commit db7c8c5
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 102 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"apollo-server-express": "^3.13.0",
"body-parser": "^1.20.2",
"doctoc": "^2.2.1",
Expand All @@ -88,15 +88,15 @@
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"express": "^4.18.3",
"get-port": "^7.0.0",
"express": "^4.19.1",
"get-port": "^7.1.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"happy-dom": "^14.0.0",
"happy-dom": "^14.3.1",
"json-bigint": "^1.0.0",
"tsx": "^4.7.1",
"type-fest": "^4.12.0",
"typescript": "^5.4.2",
"type-fest": "^4.13.1",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit db7c8c5

Please sign in to comment.