Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#239)
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 May 19, 2024
1 parent 2fb3f42 commit 244c9f6
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 127 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@discordjs/collection": "^2.1.0",
"@napi-rs/canvas": "^0.1.52",
"@napi-rs/image": "^1.9.2",
"@prisma/client": "^5.13.0",
"@prisma/client": "^5.14.0",
"@sapphire/async-queue": "^1.5.2",
"@sapphire/duration": "^1.1.2",
"@sapphire/result": "^2.6.6",
Expand All @@ -48,7 +48,7 @@
"@vladfrangu/async_event_emitter": "^2.2.4",
"canvas-constructor": "^7.0.1",
"culori": "^4.0.1",
"discord-api-types": "^0.37.83",
"discord-api-types": "^0.37.84",
"gradient-string": "^2.0.2",
"he": "^1.2.0",
"ioredis": "^5.4.1",
Expand All @@ -67,26 +67,26 @@
"@types/gradient-string": "^1.1.6",
"@types/he": "^1.2.3",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/tar": "^6.1.13",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitest/coverage-v8": "^1.6.0",
"cz-conventional-changelog": "^3.3.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.13.0",
"prisma": "^5.14.0",
"rimraf": "^5.0.7",
"tar": "^6.2.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"discord-api-types": "^0.37.83",
"discord-api-types": "^0.37.84",
"minimist": "^1.2.8"
},
"engines": {
Expand Down
Loading

0 comments on commit 244c9f6

Please sign in to comment.