Skip to content

Commit

Permalink
feat: settings v2
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Mar 10, 2023
1 parent cd71843 commit 96b5c92
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 505 deletions.
11 changes: 4 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "discord-tickets",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.7",
"private": "true",
"description": "An open-source Discord bot for ticket management",
"main": "src/",
Expand Down Expand Up @@ -40,21 +40,18 @@
"node": ">=18"
},
"dependencies": {
"@discord-tickets/settings": "^1.5.0",
"@discord-tickets/settings": "^2.0.0",
"@eartharoid/dbf": "^0.3.3",
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.2.1",
"@fastify/cookie": "^6.0.0",
"@fastify/cors": "^8.2.0",
"@fastify/http-proxy": "^8.4.0",
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.1.0",
"@prisma/client": "^4.11.0",
"boxen": "^7.0.2",
"cryptr": "^6.2.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fastify": "^4.14.1",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
Expand All @@ -76,10 +73,10 @@
"@commitlint/config-conventional": "^17.4.4",
"all-contributors-cli": "^6.24.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.35.0",
"eslint": "^8.36.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"lint-staged": "^13.2.0",
"nodemon": "^2.0.21"
},
"optionalDependencies": {
Expand Down

0 comments on commit 96b5c92

Please sign in to comment.