Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 01d3733 commit d0558a7
Show file tree
Hide file tree
Showing 5 changed files with 1,101 additions and 950 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.7.0.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.6.3.cjs
yarnPath: .yarn/releases/yarn-3.7.0.cjs
18 changes: 9 additions & 9 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.5.1"
"node": "20.10.0"
},
"repository": {
"type": "git",
Expand All @@ -56,14 +56,14 @@
"@sapphire/eslint-config": "5.0.2",
"@sapphire/prettier-config": "2.0.0",
"@sapphire/ts-config": "5.0.0",
"@swc/core": "1.3.96",
"@swc/core": "1.3.99",
"@swc/helpers": "0.5.3",
"@types/colornames": "1.1.4",
"@types/gradient-string": "1.1.5",
"@types/node": "20.9.2",
"@types/node": "20.10.0",
"@types/string-similarity": "4.0.2",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
Expand All @@ -72,7 +72,7 @@
"prettier": "3.1.0",
"prisma": "5.6.0",
"tsup": "7.3.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"dependencies": {
"@devtomio/plugin-botlist": "1.3.0",
Expand All @@ -88,17 +88,17 @@
"@sapphire/stopwatch": "1.5.0",
"@sapphire/type": "2.4.1",
"@sapphire/utilities": "3.13.0",
"bullmq": "4.14.0",
"bullmq": "4.14.2",
"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.27.2"
"undici": "5.28.0"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.7.0",
"prettier": "@sapphire/prettier-config",
"lint-staged": {
"*.ts": "prettier --write",
Expand Down
Loading

0 comments on commit d0558a7

Please sign in to comment.