Skip to content

Commit

Permalink
Refactor, Everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Mar 28, 2024
1 parent 30c2bcb commit 07b3d29
Show file tree
Hide file tree
Showing 22 changed files with 579 additions and 596 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"lint:fix": "prettier --write ."
},
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/rest": "2.0.1",
"@discordjs/builders": "^1.7.0",
"@discordjs/rest": "2.2.0",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.60",
"discord.js": "14.13.0",
"express": "^4.18.2",
"discord-api-types": "^0.37.77",
"discord.js": "14.14.1",
"express": "^4.19.2",
"gray-matter": "^4.0.3",
"tsx": "3.13.0",
"valibot": "^0.19.0"
"tsx": "4.7.1",
"valibot": "^0.30.0"
},
"devDependencies": {
"@types/express": "^4.17.19",
"@types/node": "20.8.6",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@types/express": "^4.17.21",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"cross-env": "^7.0.3",
"dotenv": "16.3.1",
"eslint": "8.51.0",
"prettier": "3.0.3",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
"dotenv": "16.4.5",
"eslint": "8.57.0",
"prettier": "3.2.5",
"ts-node": "^10.9.2",
"typescript": "5.4.3"
},
"packageManager": "pnpm@8.6.5"
}
Loading

0 comments on commit 07b3d29

Please sign in to comment.