Skip to content

Commit

Permalink
idk anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Aug 30, 2024
1 parent 5300e1e commit 6fe0b12
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"validate": "tsc --noEmit --project tsconfig.json"
},
"devDependencies": {
"@types/bun": "^1",
"@types/node": "^20",
"typescript": "^5"
"@types/bun": "^1.1.8",
"@types/node": "^20.16.2",
"typescript": "^5.5.4"
}
}
Binary file modified server/bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
},
"license": "MIT",
"dependencies": {
"@dzeio/config": "^1",
"@dzeio/object-util": "^1",
"@dzeio/queue": "^1",
"@tcgdex/sdk": "^2",
"apicache": "^1",
"express": "^4",
"graphql": "^15",
"@dzeio/config": "^1.1.12",
"@dzeio/object-util": "^1.8.3",
"@dzeio/queue": "^1.2.0",
"@tcgdex/sdk": "^2.5.1",
"apicache": "^1.6.3",
"express": "^4.19.2",
"graphql": "^15.9.0",
"graphql-http": "^1.22.1",
"ruru": "^2.0.0-beta.14"
},
"devDependencies": {
"@types/apicache": "^1",
"@types/express": "^4",
"@types/node": "^20",
"glob": "^10",
"typescript": "^4"
"@types/apicache": "^1.6.6",
"@types/express": "^4.17.21",
"@types/node": "^20.16.2",
"glob": "^10.4.5",
"typescript": "^4.9.5"
}
}

0 comments on commit 6fe0b12

Please sign in to comment.