-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies (#2711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f3c02df
commit 07ee91e
Showing
2 changed files
with
328 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ | |
"@discordjs/core": "^1.2.0", | ||
"@influxdata/influxdb-client": "^1.35.0", | ||
"@influxdata/influxdb-client-apis": "^1.35.0", | ||
"@prisma/client": "^6.0.0", | ||
"@prisma/client": "^6.0.1", | ||
"@sapphire/async-queue": "^1.5.5", | ||
"@sapphire/bitfield": "^1.2.4", | ||
"@sapphire/decorators": "^6.1.1", | ||
|
@@ -74,7 +74,7 @@ | |
"@sapphire/stopwatch": "^1.5.4", | ||
"@sapphire/time-utilities": "^1.7.14", | ||
"@sapphire/utilities": "^3.18.1", | ||
"@sentry/node": "^8.41.0", | ||
"@sentry/node": "^8.42.0", | ||
"@skyra/ai": "^1.2.0", | ||
"@skyra/char": "^1.0.3", | ||
"@skyra/env-utilities": "^1.3.0", | ||
|
@@ -104,18 +104,18 @@ | |
"@types/ws": "^8.5.13", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"@vitest/coverage-v8": "^2.1.6", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.4.1", | ||
"prisma": "^6.0.0", | ||
"prisma-json-types-generator": "^3.2.1", | ||
"prettier": "^3.4.2", | ||
"prisma": "^6.0.1", | ||
"prisma-json-types-generator": "^3.2.2", | ||
"tsc-watch": "^6.2.1", | ||
"typescript": "~5.4.5", | ||
"vitest": "^2.1.6" | ||
"vitest": "^2.1.8" | ||
}, | ||
"resolutions": { | ||
"ansi-regex": "^5.0.1", | ||
|
@@ -146,6 +146,6 @@ | |
"prettier": "@sapphire/prettier-config", | ||
"packageManager": "[email protected]", | ||
"volta": { | ||
"node": "22.11.0" | ||
"node": "22.12.0" | ||
} | ||
} |
Oops, something went wrong.