Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#243)
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 Jun 9, 2024
1 parent b70741a commit ea5001a
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 136 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"update": "yarn upgrade-interactive"
},
"dependencies": {
"@discordjs/builders": "^1.8.1",
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^2.1.0",
"@napi-rs/canvas": "^0.1.52",
"@napi-rs/image": "^1.9.2",
"@prisma/client": "^5.14.0",
"@prisma/client": "^5.15.0",
"@sapphire/async-queue": "^1.5.2",
"@sapphire/duration": "^1.1.2",
"@sapphire/result": "^2.6.6",
Expand All @@ -48,45 +48,45 @@
"@vladfrangu/async_event_emitter": "^2.2.4",
"canvas-constructor": "^7.0.2",
"culori": "^4.0.1",
"discord-api-types": "^0.37.86",
"discord-api-types": "^0.37.87",
"gradient-string": "^2.0.2",
"he": "^1.2.0",
"ioredis": "^5.4.1",
"jsbd": "^0.0.11",
"luxon": "^3.4.4",
"nanoid": "^5.0.7",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@sapphire/eslint-config": "^5.0.4",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/culori": "^2.1.0",
"@types/gradient-string": "^1.1.6",
"@types/he": "^1.2.3",
"@types/luxon": "^3.4.2",
"@types/node": "^20.13.0",
"@types/node": "^20.14.2",
"@types/tar": "^6.1.13",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.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.5",
"prettier": "^3.3.0",
"prisma": "^5.14.0",
"prettier": "^3.3.1",
"prisma": "^5.15.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.86",
"discord-api-types": "^0.37.87",
"minimist": "^1.2.8"
},
"engines": {
Expand Down
Loading

0 comments on commit ea5001a

Please sign in to comment.