bump all sorts of fun deps

This commit is contained in:
Ryan Cao 2022-10-19 20:39:02 +08:00
parent ceb1fdfbdf
commit 8d04dd5c97
No known key found for this signature in database
2 changed files with 317 additions and 420 deletions

View file

@ -9,23 +9,23 @@
"lint": "eslint ."
},
"dependencies": {
"@discordjs/rest": "^1.1.0",
"discord.js": "^14.3.0",
"@discordjs/rest": "^1.3.0",
"discord.js": "^14.6.0",
"just-random": "^3.1.1",
"kleur": "^4.1.5",
"node-fetch": "^3.2.10",
"remove-markdown": "^0.5.0",
"tsx": "^3.9.0",
"tsx": "^3.10.3",
"url-regex": "^5.0.0"
},
"devDependencies": {
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"dotenv": "^16.0.2",
"esbuild": "^0.15.7",
"eslint": "^8.23.1",
"@types/node": "^18.11.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"dotenv": "^16.0.3",
"esbuild": "^0.15.11",
"eslint": "^8.25.0",
"prettier": "^2.7.1",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
}
}