Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 3, 2024
1 parent 5b37e56 commit fb09246
Show file tree
Hide file tree
Showing 3 changed files with 371 additions and 121 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
needs: [Building]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
- uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 # v3.13.15
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "radon-dev"
Expand All @@ -46,7 +46,7 @@ jobs:
needs: [Building]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
- uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 # v3.13.15
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY2}}
heroku_app_name: "radon-dev2"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,39 +56,39 @@
"@sapphire/eslint-config": "5.0.3",
"@sapphire/prettier-config": "2.0.0",
"@sapphire/ts-config": "5.0.0",
"@swc/core": "1.3.100",
"@swc/core": "1.3.102",
"@swc/helpers": "0.5.3",
"@types/colornames": "1.1.4",
"@types/gradient-string": "1.1.5",
"@types/node": "20.10.4",
"@types/node": "20.10.6",
"@types/string-similarity": "4.0.2",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.2",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"prisma": "5.7.0",
"prettier": "3.1.1",
"prisma": "5.7.1",
"tsup": "7.3.0",
"typescript": "5.3.3"
},
"dependencies": {
"@devtomio/plugin-botlist": "1.3.0",
"@prisma/client": "5.7.0",
"@prisma/client": "5.7.1",
"@sapphire/decorators": "6.0.3",
"@sapphire/discord-utilities": "3.2.1",
"@sapphire/discord.js-utilities": "7.1.3",
"@sapphire/discord.js-utilities": "7.1.5",
"@sapphire/duration": "1.1.1",
"@sapphire/framework": "4.8.5",
"@sapphire/plugin-editable-commands": "3.1.0",
"@sapphire/plugin-logger": "3.0.7",
"@sapphire/plugin-scheduled-tasks": "8.1.0",
"@sapphire/stopwatch": "1.5.1",
"@sapphire/type": "2.4.3",
"@sapphire/utilities": "3.14.0",
"bullmq": "4.15.2",
"@sapphire/utilities": "3.15.1",
"bullmq": "4.17.0",
"colorette": "2.0.20",
"colornames": "1.1.1",
"confusables": "1.1.1",
Expand Down
Loading

0 comments on commit fb09246

Please sign in to comment.