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 Sep 25, 2024
1 parent 676e0fc commit 58a42dc
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 648 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.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 @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"update": "yarn upgrade-interactive"
},
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^2.1.0",
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "^2.1.1",
"@discordjs/core": "^1.2.0",
"@influxdata/influxdb-client": "^1.35.0",
"@influxdata/influxdb-client-apis": "^1.35.0",
"@prisma/client": "^5.19.0",
"@prisma/client": "^5.20.0",
"@sapphire/async-queue": "^1.5.3",
"@sapphire/bitfield": "^1.2.2",
"@sapphire/decorators": "^6.1.0",
Expand All @@ -74,7 +74,7 @@
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/utilities": "^3.17.0",
"@sentry/node": "^8.27.0",
"@sentry/node": "^8.32.0",
"@skyra/ai": "^1.2.0",
"@skyra/char": "^1.0.3",
"@skyra/env-utilities": "^1.3.0",
Expand All @@ -85,33 +85,33 @@
"confusables": "^1.1.1",
"diff": "^5.2.0",
"discord-api-types": "^0.37.98",
"discord.js": "^14.15.3",
"discord.js": "^14.16.2",
"he": "^1.2.0",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"0x": "^5.7.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/backoff": "^2.5.5",
"@types/diff": "^5.2.2",
"@types/he": "^1.2.3",
"@types/node": "^20.11.17",
"@types/pg": "^8.11.8",
"@types/pg": "^8.11.10",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitest/coverage-v8": "^2.1.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prisma": "^5.19.0",
"prisma": "^5.20.0",
"prisma-json-types-generator": "^3.0.4",
"tsc-watch": "^6.2.0",
"typescript": "^5.4.5",
Expand Down Expand Up @@ -146,7 +146,7 @@
}
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"volta": {
"node": "20.17.0"
}
Expand Down
Loading

0 comments on commit 58a42dc

Please sign in to comment.