Skip to content

Commit

Permalink
fix: http, improve env
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Feb 1, 2023
1 parent ff37d63 commit 5a2106c
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 97 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "discord-tickets",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"private": "true",
"description": "An open-source Discord bot for ticket management",
"main": "src/",
Expand Down Expand Up @@ -34,7 +34,7 @@
"node": ">=18.0"
},
"dependencies": {
"@discord-tickets/settings": "^1.1.6",
"@discord-tickets/settings": "^1.1.7",
"@eartharoid/dbf": "^0.3.3",
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.2.1",
Expand All @@ -48,7 +48,7 @@
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fastify": "^4.11.0",
"fastify": "^4.12.0",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"keyv": "^4.5.2",
Expand All @@ -67,7 +67,7 @@
},
"devDependencies": {
"all-contributors-cli": "^6.24.0",
"eslint": "^8.31.0",
"eslint": "^8.33.0",
"eslint-plugin-unused-imports": "^2.0.0",
"nodemon": "^2.0.20"
},
Expand Down

0 comments on commit 5a2106c

Please sign in to comment.