Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarbar338 committed Jun 11, 2021
1 parent b9cabfd commit 812ca5f
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 151 deletions.
25 changes: 15 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"dependencies": {
"bookman": "^3.2.1",
"bookman": "^3.3.2",
"discord.js": "^12.5.3",
"lodash": "^4.17.21",
"pogger": "^0.0.8"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"@types/lodash": "^4.14.170",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"onchange": "^7.1.0",
"prettier": "^2.2.1",
"prettier": "^2.3.1",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"main": "dist",
"name": "reaction-role",
Expand All @@ -38,7 +38,12 @@
"emoji",
"role",
"emoji-role",
"rr"
"rr",
"mongo",
"mongoose",
"mongodb",
"db",
"permanent"
],
"author": {
"email": "[email protected]",
Expand Down
Loading

0 comments on commit 812ca5f

Please sign in to comment.