Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Lowe <[email protected]>
  • Loading branch information
CyberFlameGO committed Oct 27, 2024
1 parent b5726ed commit 5293f5d
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 192 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"dependencies": {
"@types/cheerio": "^0.22.35",
"cheerio": "1.0.0",
"discord-api-types": "^0.37.89",
"discord-interactions": "^4.0.0",
"hono": "^4.4.6"
"discord-api-types": "^0.37.103",
"discord-interactions": "^4.1.0",
"hono": "^4.6.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240614.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@cloudflare/workers-types": "^4.20241022.0",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.9",
"@types/sinon": "^17.0.3",
"c8": "^10.1.2",
"chai": "^5.1.1",
"chai": "^5.1.2",
"dotenv": "^16.4.5",
"eslint": "^9.5.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.4.0",
"pnpm": "^9.4.0",
"prettier": "^3.3.2",
"sinon": "^18.0.0",
"typescript": "^5.4.5",
"wrangler": "^3.60.3"
"eslint-plugin-prettier": "^5.2.1",
"mocha": "^10.7.3",
"pnpm": "^9.12.2",
"prettier": "^3.3.3",
"sinon": "^19.0.2",
"typescript": "^5.6.3",
"wrangler": "^3.83.0"
}
}
Loading

0 comments on commit 5293f5d

Please sign in to comment.