Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#209)
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 Feb 25, 2024
1 parent 9ef6baa commit d946785
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 220 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^2.0.0",
"@napi-rs/canvas": "^0.1.45",
"@napi-rs/image": "^1.8.0",
"@prisma/client": "^5.9.1",
"@napi-rs/canvas": "^0.1.49",
"@napi-rs/image": "^1.9.1",
"@prisma/client": "^5.10.2",
"@sapphire/async-queue": "^1.5.2",
"@sapphire/duration": "^1.1.2",
"@sapphire/result": "^2.6.6",
Expand All @@ -53,7 +53,7 @@
"ioredis": "^5.3.2",
"jsbd": "^0.0.11",
"luxon": "^3.4.4",
"nanoid": "^5.0.5",
"nanoid": "^5.0.6",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand All @@ -65,22 +65,22 @@
"@types/gradient-string": "^1.1.5",
"@types/he": "^1.2.3",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@types/tar": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/coverage-v8": "^1.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prisma": "^5.9.1",
"prisma": "^5.10.2",
"rimraf": "^5.0.5",
"tar": "^6.2.0",
"typescript": "^5.3.3",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
Loading

0 comments on commit d946785

Please sign in to comment.