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 Oct 28, 2024
1 parent f643470 commit 4740d13
Show file tree
Hide file tree
Showing 5 changed files with 2,017 additions and 1,409 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.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.5.1.cjs
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,39 +25,39 @@
"update": "yarn upgrade-interactive"
},
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^2.0.0",
"@prisma/client": "^5.12.1",
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "^2.1.1",
"@prisma/client": "^5.21.1",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"@sapphire/utilities": "^3.17.0",
"@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",
"fastify": "^4.28.1",
"gradient-string": "^2.0.2",
"tslib": "^2.6.2"
"tslib": "^2.8.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@sapphire/eslint-config": "^5.0.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.12.5",
"@types/node": "^20.17.2",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"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",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prisma": "^5.21.1",
"typescript": "^5.4.4"
},
"resolutions": {
Expand Down Expand Up @@ -89,8 +89,8 @@
"@typescript-eslint/no-base-to-string": "off"
}
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.5.1",
"volta": {
"node": "20.12.1"
"node": "20.18.0"
}
}
Loading

0 comments on commit 4740d13

Please sign in to comment.