Skip to content

Commit b5d8b69

Browse files
committed
chore: deps
1 parent 7430c8e commit b5d8b69

File tree

5 files changed

+145
-49
lines changed

5 files changed

+145
-49
lines changed

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@vscode/codicons": "^0.0.32",
5353
"ariakit": "^2.0.0-next.41",
5454
"cmdk": "^0.1.20",
55-
"meilisearch": "^0.29.1",
55+
"meilisearch": "^0.30.0",
5656
"next": "^13.0.5",
5757
"next-mdx-remote": "^4.2.0",
5858
"next-progress": "^2.2.0",

packages/docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"homepage": "https://discord.js.org",
4242
"dependencies": {
4343
"commander": "^9.4.1",
44-
"jsdoc-to-markdown": "^7.1.1",
44+
"jsdoc-to-markdown": "^8.0.0",
4545
"tslib": "^2.4.1",
4646
"typedoc": "^0.23.21"
4747
},

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@microsoft/tsdoc": "0.14.1",
4949
"@microsoft/tsdoc-config": "0.16.1",
5050
"commander": "^9.4.1",
51-
"fs-extra": "^10.1.0",
51+
"fs-extra": "^11.0.0",
5252
"tslib": "^2.4.1",
5353
"undici": "^5.13.0",
5454
"yaml": "^2.1.3"

packages/voice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"ws": "^8.11.0"
6060
},
6161
"devDependencies": {
62-
"@babel/core": "^7.20.2",
62+
"@babel/core": "^7.20.5",
6363
"@babel/preset-env": "^7.20.2",
6464
"@babel/preset-typescript": "^7.18.6",
6565
"@favware/cliff-jumper": "^1.9.0",

0 commit comments

Comments
 (0)