Skip to content

Commit

Permalink
🔧chore: motd route
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirLut committed Apr 6, 2024
1 parent ed70ef5 commit 6313a0d
Show file tree
Hide file tree
Showing 4 changed files with 685 additions and 547 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint-staged": {
"*.ts": [
"prettier --write",
"eslint"
"eslint --fix"
]
},
"mikro-orm": {
Expand All @@ -36,51 +36,51 @@
]
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@mikro-orm/cli": "^6.0.1",
"@sentry/cli": "^2.24.1",
"@types/node": "^20.10.7",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@mikro-orm/cli": "^6.1.12",
"@sentry/cli": "^2.31.0",
"@types/node": "^20.12.5",
"@types/node-cron": "^3.0.11",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"nodemon": "^3.0.2",
"prettier": "^3.1.1",
"lint-staged": "^15.2.2",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"semantic-commit-emoji": "^0.6.2",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
},
"dependencies": {
"@mikro-orm/core": "^6.0.1",
"@mikro-orm/migrations": "^6.0.1",
"@mikro-orm/postgresql": "^6.0.1",
"@sapphire/decorators": "^6.0.3",
"@sapphire/discord-utilities": "^3.2.1",
"@sapphire/framework": "^5.0.5",
"@sapphire/pieces": "^4.2.0",
"@sapphire/plugin-api": "^6.1.0",
"@sapphire/plugin-logger": "^4.0.1",
"@sapphire/plugin-scheduled-tasks": "^10.0.0",
"@sapphire/plugin-subcommands": "^6.0.2",
"@sapphire/result": "^2.6.5",
"@sapphire/time-utilities": "^1.7.11",
"@sapphire/utilities": "^3.15.2",
"@sentry/node": "^7.92.0",
"@sentry/profiling-node": "^1.3.2",
"@mikro-orm/core": "^6.1.12",
"@mikro-orm/migrations": "^6.1.12",
"@mikro-orm/postgresql": "^6.1.12",
"@sapphire/decorators": "^6.1.0",
"@sapphire/discord-utilities": "^3.2.3",
"@sapphire/framework": "^5.1.0",
"@sapphire/pieces": "^4.2.2",
"@sapphire/plugin-api": "^6.1.1",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sapphire/result": "^2.6.6",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/utilities": "^3.15.3",
"@sentry/node": "^7.109.0",
"@sentry/profiling-node": "^1.3.5",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"node-cron": "^3.0.3",
"redis": "^4.6.13",
"reflect-metadata": "^0.2.1",
"reflect-metadata": "^0.2.2",
"tslib": "^2.6.2"
}
}
Loading

0 comments on commit 6313a0d

Please sign in to comment.