Skip to content

Commit 489534c

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 8d3d5eb commit 489534c

File tree

4 files changed

+1316
-1260
lines changed

4 files changed

+1316
-1260
lines changed

.yarn/releases/yarn-3.5.0.cjs renamed to .yarn/releases/yarn-3.6.0.cjs

Lines changed: 278 additions & 277 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ plugins:
66
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
77
spec: "@yarnpkg/plugin-interactive-tools"
88

9-
yarnPath: .yarn/releases/yarn-3.5.0.cjs
9+
yarnPath: .yarn/releases/yarn-3.6.0.cjs

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -55,46 +55,46 @@
5555
"dependencies": {
5656
"@prisma/client": "3.15.2",
5757
"@sapphire/decorators": "^6.0.1",
58-
"@sapphire/discord.js-utilities": "^6.0.6",
59-
"@sapphire/eslint-config": "4.4.1",
58+
"@sapphire/discord.js-utilities": "^6.1.0",
59+
"@sapphire/eslint-config": "4.4.2",
6060
"@sapphire/fetch": "^2.4.1",
6161
"@sapphire/framework": "next",
6262
"@sapphire/phisherman": "^1.4.1",
63-
"@sapphire/plugin-api": "^5.0.3",
63+
"@sapphire/plugin-api": "^5.1.0",
6464
"@sapphire/plugin-editable-commands": "^3.0.2",
6565
"@sapphire/plugin-hmr": "^2.0.1",
6666
"@sapphire/plugin-i18next": "^5.0.3",
67-
"@sapphire/plugin-logger": "^3.0.3",
67+
"@sapphire/plugin-logger": "^3.0.4",
6868
"@sapphire/plugin-subcommands": "^4.0.1",
6969
"@sapphire/prettier-config": "^1.4.5",
7070
"@sapphire/stopwatch": "1.5.0",
7171
"@sapphire/time-utilities": "^1.7.9",
7272
"@sapphire/ts-config": "3.3.4",
73-
"@sapphire/type": "^2.3.0",
74-
"@sapphire/utilities": "^3.11.1",
73+
"@sapphire/type": "^2.4.0",
74+
"@sapphire/utilities": "^3.12.0",
7575
"@spectera/tag-parser": "^2.3.1",
76-
"discord.js": "^13.15.1",
76+
"discord.js": "^13.16.0",
7777
"dotenv-cra": "^3.0.3"
7878
},
7979
"devDependencies": {
80-
"@babel/core": "^7.21.4",
81-
"@babel/preset-env": "^7.21.4",
82-
"@babel/preset-typescript": "^7.21.4",
83-
"@commitlint/cli": "17.6.1",
84-
"@commitlint/config-angular": "17.6.1",
85-
"@commitlint/config-conventional": "17.6.1",
80+
"@babel/core": "^7.22.5",
81+
"@babel/preset-env": "^7.22.5",
82+
"@babel/preset-typescript": "^7.22.5",
83+
"@commitlint/cli": "17.6.5",
84+
"@commitlint/config-angular": "17.6.5",
85+
"@commitlint/config-conventional": "17.6.5",
8686
"@types/jest": "^27.5.2",
87-
"@types/node": "16.18.24",
88-
"@typescript-eslint/eslint-plugin": "5.59.0",
89-
"@typescript-eslint/parser": "5.59.0",
87+
"@types/node": "16.18.36",
88+
"@typescript-eslint/eslint-plugin": "5.59.11",
89+
"@typescript-eslint/parser": "5.59.11",
9090
"babel-jest": "^28.1.3",
9191
"colorette": "2.0.20",
92-
"eslint": "~8.39.0",
92+
"eslint": "~8.43.0",
9393
"husky": "8.0.3",
9494
"jest": "^28.1.3",
9595
"lint-staged": "12.5.0",
9696
"npm-run-all": "^4.1.5",
97-
"prettier": "2.8.7",
97+
"prettier": "2.8.8",
9898
"pretty-quick": "^3.1.3",
9999
"prisma": "3.15.2",
100100
"reflect-metadata": "0.1.13",
@@ -109,6 +109,6 @@
109109
"#lib/*": "./dist/lib/*.js",
110110
"#root/*": "./dist/*.js"
111111
},
112-
"packageManager": "yarn@3.5.0",
112+
"packageManager": "yarn@3.6.0",
113113
"prettier": "@sapphire/prettier-config"
114114
}

0 commit comments

Comments
 (0)