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 16, 2024
1 parent dc68d6a commit be4b037
Show file tree
Hide file tree
Showing 5 changed files with 2,092 additions and 1,982 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.5.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-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-3.8.5.cjs
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,51 +18,51 @@
"update": "yarn upgrade-interactive",
"prepare": "husky install .github/husky"
},
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.8.5",
"dependencies": {
"@kaname-png/plugin-statcord": "^2.1.4",
"@kaname-png/plugin-subcommands-advanced": "^2.1.3",
"@napi-rs/canvas": "^0.1.29",
"@prisma/client": "^4.3.1",
"@kaname-png/plugin-statcord": "^2.3.3",
"@kaname-png/plugin-subcommands-advanced": "^2.5.0",
"@napi-rs/canvas": "^0.1.58",
"@prisma/client": "^4.16.2",
"@sapphire/decorators": "^5.0.0",
"@sapphire/discord.js-utilities": "^5.1.2",
"@sapphire/fetch": "^2.4.1",
"@sapphire/fetch": "^2.4.2",
"@sapphire/framework": "^3.2.0",
"@sapphire/plugin-editable-commands": "^2.0.1",
"@sapphire/plugin-i18next": "^3.1.0",
"@sapphire/plugin-logger": "^3.0.1",
"@sapphire/plugin-logger": "^3.0.7",
"@sapphire/plugin-subcommands": "^3.2.4",
"@sapphire/type": "^2.3.0",
"@sapphire/utilities": "^3.11.0",
"@skyra/env-utilities": "^1.0.2",
"@sapphire/type": "^2.5.1",
"@sapphire/utilities": "^3.17.0",
"@skyra/env-utilities": "^1.3.0",
"@skyra/start-banner": "^1.0.2",
"diff": "^5.1.0",
"discord.js": "13.11.0"
"diff": "^5.2.0",
"discord.js": "13.17.1"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.4",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@sapphire/eslint-config": "^4.4.3",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^3.3.4",
"@swc/core": "^1.3.1",
"@types/diff": "^5.0.2",
"@types/ms": "^0.7.31",
"@types/node": "^18.7.16",
"@types/prettier": "^2.7.0",
"@swc/core": "^1.7.36",
"@types/diff": "^5.2.3",
"@types/ms": "^0.7.34",
"@types/node": "^18.19.55",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"commitlint": "^17.1.2",
"commitlint": "^17.8.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"prisma": "^4.3.1",
"tsup": "^6.2.3",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
"prisma": "^4.16.2",
"tsup": "^6.7.0",
"typescript": "^4.8.3"
},
"imports": {
Expand Down Expand Up @@ -96,7 +96,7 @@
},
"resolutions": {
"ansi-regex": "^5.0.1",
"minimist": "^1.2.6"
"minimist": "^1.2.8"
},
"prettier": "@sapphire/prettier-config"
}
Loading

0 comments on commit be4b037

Please sign in to comment.