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 Apr 15, 2024
1 parent 0b26f4f commit 4f3cdfd
Show file tree
Hide file tree
Showing 6 changed files with 1,398 additions and 1,393 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
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.7.0.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.7.0.cjs
yarnPath: .yarn/releases/yarn-3.8.1.cjs
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"deps": "yarn upgrade-interactive"
},
"engines": {
"node": "20.10.0"
"node": "20.12.2"
},
"repository": {
"type": "git",
Expand All @@ -53,52 +53,52 @@
"homepage": "https://github.com/EvolutionX-10/Radon#readme",
"devDependencies": {
"@favware/cliff-jumper": "2.2.3",
"@sapphire/eslint-config": "5.0.3",
"@sapphire/eslint-config": "5.0.4",
"@sapphire/prettier-config": "2.0.0",
"@sapphire/ts-config": "5.0.0",
"@swc/core": "1.3.100",
"@swc/helpers": "0.5.3",
"@sapphire/ts-config": "5.0.1",
"@swc/core": "1.4.14",
"@swc/helpers": "0.5.10",
"@types/colornames": "1.1.4",
"@types/gradient-string": "1.1.5",
"@types/node": "20.10.4",
"@types/gradient-string": "1.1.6",
"@types/node": "20.12.7",
"@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.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.3",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"prisma": "5.7.0",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prisma": "5.12.1",
"tsup": "7.3.0",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"dependencies": {
"@devtomio/plugin-botlist": "1.3.0",
"@prisma/client": "5.7.0",
"@sapphire/decorators": "6.0.3",
"@sapphire/discord-utilities": "3.2.1",
"@sapphire/discord.js-utilities": "7.1.3",
"@sapphire/duration": "1.1.1",
"@prisma/client": "5.12.1",
"@sapphire/decorators": "6.1.0",
"@sapphire/discord-utilities": "3.2.3",
"@sapphire/discord.js-utilities": "7.2.0",
"@sapphire/duration": "1.1.2",
"@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/stopwatch": "1.5.2",
"@sapphire/type": "2.4.4",
"@sapphire/utilities": "3.15.3",
"bullmq": "4.17.0",
"colorette": "2.0.20",
"colornames": "1.1.1",
"confusables": "1.1.1",
"discord.js": "14.14.1",
"dotenv-cra": "3.0.3",
"gradient-string": "2.0.2",
"ioredis": "5.3.2",
"undici": "5.28.2"
"undici": "5.28.4"
},
"packageManager": "yarn@3.7.0",
"packageManager": "yarn@3.8.1",
"prettier": "@sapphire/prettier-config",
"lint-staged": {
"*.ts": "prettier --write",
Expand Down
Loading

0 comments on commit 4f3cdfd

Please sign in to comment.