Skip to content

Commit

Permalink
chore: update libraries & general cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
soni801 committed May 21, 2023
1 parent 797b085 commit 516e65c
Show file tree
Hide file tree
Showing 20 changed files with 591 additions and 549 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soni-bot",
"version": "6.2.4",
"version": "6.2.5",
"description": "A lightweight toolkit bot for small Discord communities.",
"scripts": {
"dev": "cross-env-shell NODE_ENV=development node --trace-warnings --inspect --require ts-node/register src/main.ts src/main.ts",
Expand All @@ -19,29 +19,29 @@
"author": "Soni",
"license": "GPL-3.0-or-later",
"dependencies": {
"@discordjs/rest": "^1.3.0",
"@discordjs/rest": "^1.7.1",
"axios": "^0.27.2",
"bufferutil": "^4.0.6",
"bufferutil": "^4.0.7",
"cross-env": "^7.0.3",
"discord-api-types": "^0.37.12",
"discord.js": "^14.6.0",
"discord-api-types": "^0.37.42",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"erlpack": "^0.1.4",
"pg": "^8.8.0",
"typeorm": "^0.3.10",
"pg": "^8.11.0",
"typeorm": "^0.3.16",
"typeorm-naming-strategies": "^4.1.0",
"utf-8-validate": "^5.0.9",
"utf-8-validate": "^5.0.10",
"winston": "^3.8.2",
"zlib-sync": "^0.1.7"
"zlib-sync": "^0.1.8"
},
"devDependencies": {
"@types/node": "^18.8.3",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"@types/node": "^18.16.13",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.5"
},
"peerDependencies": {
"prettier": "^2.7.1"
Expand Down
Loading

0 comments on commit 516e65c

Please sign in to comment.