Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 26, 2024
1 parent f643470 commit e41b9a2
Show file tree
Hide file tree
Showing 5 changed files with 1,184 additions and 1,200 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: "https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js"

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@
"update": "yarn upgrade-interactive"
},
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^2.0.0",
"@prisma/client": "^5.12.1",
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^2.1.0",
"@prisma/client": "^5.16.0",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"@sapphire/utilities": "^3.16.2",
"@skyra/env-utilities": "^1.3.0",
"@skyra/http-framework": "^2.1.0",
"@skyra/http-framework-i18n": "^1.2.0",
"@skyra/logger": "^2.0.3",
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"discord-api-types": "^0.37.79",
"fastify": "^4.26.2",
"discord-api-types": "^0.37.90",
"fastify": "^4.28.0",
"gradient-string": "^2.0.2",
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@sapphire/eslint-config": "^5.0.4",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/gradient-string": "^1.1.6",
Expand All @@ -55,14 +55,14 @@
"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.12.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prisma": "^5.16.0",
"typescript": "^5.4.4"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"discord-api-types": "^0.37.79",
"discord-api-types": "^0.37.90",
"minimist": "^1.2.8"
},
"engines": {
Expand All @@ -89,8 +89,8 @@
"@typescript-eslint/no-base-to-string": "off"
}
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.3.1",
"volta": {
"node": "20.12.1"
"node": "20.15.0"
}
}
Loading

0 comments on commit e41b9a2

Please sign in to comment.