Skip to content

Commit

Permalink
Update dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Oct 1, 2024
1 parent ea18857 commit f6cd640
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/koa": "^2.13.8",
"@types/koa": "^2.15.0",
"coverage-node": "^8.0.0",
"eslint": "^8.48.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint": "^8.57.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"express": "^5.0.0",
"form-data-encoder": "^4.0.2",
"graphql": "^16.8.0",
"koa": "^2.14.2",
"prettier": "^3.0.2",
"typescript": "^5.2.2"
"graphql": "^16.9.0",
"koa": "^2.15.3",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"scripts": {
"eslint": "eslint .",
Expand Down

0 comments on commit f6cd640

Please sign in to comment.