Updated deps

This commit is contained in:
2024-03-15 17:00:20 +01:00
parent f53239a845
commit ffa2627f81

View File

@@ -35,21 +35,21 @@
"discord.js": "^14.14.1", "discord.js": "^14.14.1",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"ioredis": "^5.3.2", "ioredis": "^5.3.2",
"mongoose": "^8.1.3", "mongoose": "^8.2.1",
"ms": "^2.1.3", "ms": "^2.1.3",
"pretty-ms": "^9.0.0", "pretty-ms": "^9.0.0",
"youtube-ext": "^1.1.16" "youtube-ext": "^1.1.16"
}, },
"devDependencies": { "devDependencies": {
"@types/ms": "^0.7.34", "@types/ms": "^0.7.34",
"@types/node": "^20.11.19", "@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.0.2", "@typescript-eslint/parser": "^7.2.0",
"concurrently": "^8.2.2", "concurrently": "^8.2.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.56.0", "eslint": "^8.57.0",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.3.3" "typescript": "^5.4.2"
}, },
"packageManager": "yarn@4.1.1" "packageManager": "yarn@4.1.1"
} }