Skip to content

Commit

Permalink
feat: discord member total + online count
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Jun 5, 2024
1 parent 945a32d commit ed86553
Show file tree
Hide file tree
Showing 4 changed files with 1,447 additions and 1,048 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
"@cloudflare/workers-types": "^4.20240603.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-json": "^3.1.0",
"typescript": "^5.3.3",
"wrangler": "3.29.0"
"typescript": "^5.4.5",
"wrangler": "3.59.0"
},
"private": true,
"dependencies": {
"@microlabs/otel-cf-workers": "1.0.0-rc.38",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"itty-router": "^4.0.27",
"prettier": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"itty-router": "^4.2.2",
"prettier": "^3.3.1",
"render2": "^1.4.1"
}
}
Loading

0 comments on commit ed86553

Please sign in to comment.