Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2711)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent f3c02df commit 07ee91e
Show file tree
Hide file tree
Showing 2 changed files with 328 additions and 341 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -146,6 +146,6 @@
"prettier": "@sapphire/prettier-config",
"packageManager": "[email protected]",
"volta": {
"node": "22.11.0"
"node": "22.12.0"
}
}
Loading

0 comments on commit 07ee91e

Please sign in to comment.