This commit is contained in:
Axel Olausson Holtenäs 2022-07-05 01:42:37 +02:00
commit c84586cf33
No known key found for this signature in database
GPG key ID: 7BF6826B76382CBA

View file

@ -34,7 +34,7 @@
"chance": "^1.1.8",
"common": "^0.2.5",
"crypto": "^1.0.1",
"discord-api-types": "^0.34.0",
"discord-api-types": "^0.36.0",
"discord.js": "^13.6.0",
"i18n": "^0.15.0",
"i18next": "^21.6.13",
@ -57,15 +57,15 @@
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "8.18.0",
"eslint": "8.19.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "8.0.1",
"jest": "28.1.1",
"lint-staged": "13.0.1",
"jest": "28.1.2",
"lint-staged": "13.0.3",
"nodemon": "^2.0.16",
"prettier": "^2.6.0"
},