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 Oct 12, 2023
1 parent 48725f9 commit a195d2d
Show file tree
Hide file tree
Showing 4 changed files with 1,188 additions and 1,169 deletions.
555 changes: 278 additions & 277 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.6.4.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 @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,61 +49,61 @@
},
"dependencies": {
"@ltd/j-toml": "^1.38.0",
"@napi-rs/canvas": "^0.1.39",
"@sapphire/cron": "^1.1.0",
"@sapphire/decorators": "^6.0.0",
"@sapphire/discord.js-utilities": "^6.0.4",
"@sapphire/framework": "4.2.2",
"@sapphire/plugin-logger": "^3.0.2",
"@sapphire/plugin-scheduled-tasks": "^6.0.0",
"@sapphire/plugin-subcommands": "4.0.0",
"@sapphire/result": "^2.6.0",
"@napi-rs/canvas": "^0.1.44",
"@sapphire/cron": "^1.1.1",
"@sapphire/decorators": "^6.0.2",
"@sapphire/discord.js-utilities": "^6.1.0",
"@sapphire/framework": "4.6.1",
"@sapphire/plugin-logger": "^3.0.6",
"@sapphire/plugin-scheduled-tasks": "^6.0.1",
"@sapphire/plugin-subcommands": "4.2.1",
"@sapphire/result": "^2.6.4",
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/type": "^2.3.0",
"@sapphire/utilities": "^3.11.0",
"@sentry/node": "^7.47.0",
"@skyra/env-utilities": "^1.1.0",
"@sapphire/type": "^2.4.0",
"@sapphire/utilities": "^3.13.0",
"@sentry/node": "^7.73.0",
"@skyra/env-utilities": "^1.2.1",
"bufferutil": "^4.0.7",
"bullmq": "^4.1.0",
"clashofclans.js": "^3.0.2",
"colorette": "^2.0.19",
"discord-api-types": "^0.37.37",
"discord.js": "^14.9.0",
"bullmq": "^4.12.3",
"clashofclans.js": "^3.1.2",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.60",
"discord.js": "^14.13.0",
"figlet": "^1.6.0",
"fuse.js": "^6.6.2",
"gradient-string": "^2.0.2",
"ioredis": "^5.3.1",
"ioredis": "^5.3.2",
"markdown-table": "^3.0.3",
"nanoid": "^4.0.2",
"postgres": "^3.3.4",
"postgres": "^3.4.0",
"reflect-metadata": "^0.1.13",
"string-strip-html": "^13.2.1",
"undici": "^5.21.2",
"string-strip-html": "^13.4.3",
"undici": "^5.26.3",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@sapphire/ts-config": "^4.0.0",
"@swc/core": "^1.3.46",
"@types/figlet": "^1.5.5",
"@types/gradient-string": "^1.1.2",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@sapphire/ts-config": "^4.0.1",
"@swc/core": "^1.3.92",
"@types/figlet": "^1.5.6",
"@types/gradient-string": "^1.1.3",
"@types/node": "^18.18.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.38.0",
"eslint": "^8.51.0",
"eslint-config-snail": "^1.6.0",
"eslint-formatter-pretty": "^5.0.0",
"husky": "^8.0.3",
"ley": "^0.8.1",
"lint-staged": "^13.2.1",
"lint-staged": "^13.3.0",
"rome": "^11.0.0",
"tsup": "^7.0.0",
"typescript": "^5.0.4"
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.5.0",
"packageManager": "yarn@3.6.4",
"engines": {
"node": ">=18.0.0"
}
Expand Down
Loading

0 comments on commit a195d2d

Please sign in to comment.