Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 9, 2024
1 parent 534d2b7 commit 8b0845e
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 283 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev": "tsup --watch --onSuccess \"yarn start\""
},
"dependencies": {
"@prisma/client": "^5.14.0",
"@prisma/client": "^5.15.0",
"@sapphire/decorators": "^6.1.0",
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-logger": "^4.0.2",
Expand All @@ -35,7 +35,7 @@
"@skyra/start-banner": "^2.0.1",
"bufferutil": "^4.0.8",
"colorette": "^2.0.20",
"discord.js": "^14.15.2",
"discord.js": "^14.15.3",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2",
"utf-8-validate": "^6.0.4",
Expand All @@ -45,26 +45,26 @@
"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",
"@swc/core": "^1.5.24",
"@swc/core": "^1.5.25",
"@types/figlet": "^1.5.8",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.13.0",
"@types/node": "^20.14.2",
"@types/ws": "^8.5.10",
"@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",
"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",
"prettier": "^3.3.1",
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^5.14.0",
"prisma": "^5.15.0",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"engines": {
Expand Down
Loading

0 comments on commit 8b0845e

Please sign in to comment.