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] committed Nov 26, 2023
1 parent 1f8f6e6 commit 139bc9b
Show file tree
Hide file tree
Showing 5 changed files with 1,359 additions and 1,346 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.7.0.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 @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.7.0.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,36 +60,36 @@
"@sapphire/fetch": "^2.4.1",
"@sapphire/framework": "next",
"@sapphire/phisherman": "^1.4.1",
"@sapphire/plugin-api": "^5.1.2",
"@sapphire/plugin-editable-commands": "^3.0.3",
"@sapphire/plugin-hmr": "^2.0.2",
"@sapphire/plugin-api": "^5.2.0",
"@sapphire/plugin-editable-commands": "^3.1.0",
"@sapphire/plugin-hmr": "^2.0.3",
"@sapphire/plugin-i18next": "^5.1.1",
"@sapphire/plugin-logger": "^3.0.6",
"@sapphire/plugin-logger": "^3.0.7",
"@sapphire/plugin-subcommands": "^4.3.0",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/stopwatch": "1.5.0",
"@sapphire/time-utilities": "^1.7.10",
"@sapphire/ts-config": "3.3.4",
"@sapphire/type": "^2.4.0",
"@sapphire/type": "^2.4.1",
"@sapphire/utilities": "^3.13.0",
"@spectera/tag-parser": "^2.3.1",
"discord.js": "^13.16.0",
"discord.js": "^13.17.1",
"dotenv-cra": "^3.0.3"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "17.8.1",
"@commitlint/config-angular": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@types/jest": "^27.5.2",
"@types/node": "16.18.59",
"@types/node": "16.18.65",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "^28.1.3",
"colorette": "2.0.20",
"eslint": "~8.52.0",
"eslint": "~8.54.0",
"husky": "8.0.3",
"jest": "^28.1.3",
"lint-staged": "12.5.0",
Expand All @@ -109,6 +109,6 @@
"#lib/*": "./dist/lib/*.js",
"#root/*": "./dist/*.js"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@3.7.0",
"prettier": "@sapphire/prettier-config"
}
Loading

0 comments on commit 139bc9b

Please sign in to comment.