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 Apr 7, 2024
1 parent 2177b61 commit 20115b9
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 124 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^1.5.3",
"@prisma/client": "^5.11.0",
"@prisma/client": "^5.12.1",
"@sapphire/utilities": "^3.15.3",
"@skyra/env-utilities": "^1.3.0",
"@skyra/http-framework": "^1.2.2",
Expand All @@ -35,7 +35,7 @@
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"@skyra/twitch-helpers": "^2.0.1",
"discord-api-types": "^0.37.77",
"discord-api-types": "^0.37.79",
"gradient-string": "^2.0.2",
"tslib": "^2.6.2"
},
Expand All @@ -45,19 +45,19 @@
"@sapphire/eslint-config": "^5.0.4",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/gradient-string": "^1.1.5",
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.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.11.0",
"prisma": "^5.12.1",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -89,6 +89,6 @@
},
"packageManager": "yarn@4.1.1",
"volta": {
"node": "18.20.0"
"node": "18.20.1"
}
}
Loading

0 comments on commit 20115b9

Please sign in to comment.