Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit d8cb346

Browse files
committed
chore(deps): update all non-major dependencies
1 parent b02cbc0 commit d8cb346

6 files changed

Lines changed: 948 additions & 915 deletions

File tree

.yarn/releases/yarn-3.1.1.cjs

Lines changed: 0 additions & 768 deletions
This file was deleted.

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 785 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
1111
spec: "@yarnpkg/plugin-workspace-tools"
1212

13-
yarnPath: .yarn/releases/yarn-3.1.1.cjs
13+
yarnPath: .yarn/releases/yarn-3.2.0.cjs

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
"postinstall": "is-ci || husky install"
3939
},
4040
"devDependencies": {
41-
"@commitlint/cli": "^16.1.0",
42-
"@commitlint/config-conventional": "^16.0.0",
43-
"@types/node": "^16.11.22",
44-
"@types/ws": "^8.2.2",
45-
"@typescript-eslint/eslint-plugin": "^5.10.2",
46-
"@typescript-eslint/parser": "^5.10.2",
41+
"@commitlint/cli": "^16.2.1",
42+
"@commitlint/config-conventional": "^16.2.1",
43+
"@types/node": "^16.11.26",
44+
"@types/ws": "^8.5.1",
45+
"@typescript-eslint/eslint-plugin": "^5.12.1",
46+
"@typescript-eslint/parser": "^5.12.1",
4747
"cz-conventional-changelog": "3.3.0",
48-
"eslint": "^8.8.0",
49-
"eslint-config-prettier": "^8.3.0",
48+
"eslint": "^8.10.0",
49+
"eslint-config-prettier": "^8.4.0",
5050
"husky": "^7.0.4",
5151
"is-ci": "^3.0.1",
52-
"lint-staged": "^12.3.3",
52+
"lint-staged": "^12.3.4",
5353
"npm-run-all": "^4.1.5",
5454
"prettier": "^2.5.1",
5555
"pretty-quick": "^3.1.3",
@@ -59,18 +59,18 @@
5959
"dependencies": {
6060
"@discordjs/builders": "^0.12.0",
6161
"@discordjs/collection": "^0.5.0",
62-
"@influxdata/influxdb-client": "^1.22.0",
63-
"@sapphire/decorators": "^4.2.1",
64-
"@sapphire/discord.js-utilities": "^4.6.1",
62+
"@influxdata/influxdb-client": "^1.23.0",
63+
"@sapphire/decorators": "^4.2.5",
64+
"@sapphire/discord.js-utilities": "^4.8.1",
6565
"@sapphire/framework": "next",
6666
"@sapphire/pieces": "3.2.0",
6767
"@sapphire/plugin-api": "^3.1.4",
6868
"@sapphire/plugin-hmr": "^1.1.1",
6969
"@sapphire/plugin-logger": "^2.1.3",
7070
"@sapphire/time-utilities": "^1.6.0",
7171
"@sapphire/utilities": "^3.3.0",
72-
"@sentry/node": "^6.17.4",
73-
"discord-api-types": "^0.26.1",
72+
"@sentry/node": "^6.18.0",
73+
"discord-api-types": "^0.27.3",
7474
"discord.js": "^13.6.0",
7575
"dotenv-cra": "^3.0.2",
7676
"fov-utilities": "^1.1.7",
@@ -92,5 +92,5 @@
9292
"lint-staged": {
9393
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts"
9494
},
95-
"packageManager": "yarn@3.1.1"
95+
"packageManager": "yarn@3.2.0"
9696
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mkdocs==1.2.3
2-
mkdocs-material==8.1.10
2+
mkdocs-material==8.2.3
33
mkdocs-material-extensions==1.0.3
44
mkdocs-minify-plugin==0.5.0

0 commit comments

Comments
 (0)