Skip to content

Commit

Permalink
chore(deps): bump discord-api-types (#8685)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Oct 1, 2022
1 parent 3c231ae commit d24dbf7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"homepage": "https://discord.js.org",
"dependencies": {
"@sapphire/shapeshift": "^3.6.0",
"discord-api-types": "^0.37.10",
"discord-api-types": "^0.37.11",
"fast-deep-equal": "^3.1.3",
"ts-mixer": "^6.0.1",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/discord.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@discordjs/rest": "workspace:^",
"@sapphire/snowflake": "^3.2.2",
"@types/ws": "^8.5.3",
"discord-api-types": "^0.37.10",
"discord-api-types": "^0.37.11",
"fast-deep-equal": "^3.1.3",
"lodash.snakecase": "^4.1.1",
"tslib": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@discordjs/collection": "workspace:^",
"@sapphire/async-queue": "^1.5.0",
"@sapphire/snowflake": "^3.2.2",
"discord-api-types": "^0.37.10",
"discord-api-types": "^0.37.11",
"file-type": "^18.0.0",
"tslib": "^2.4.0",
"undici": "^5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/voice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"homepage": "https://discord.js.org",
"dependencies": {
"@types/ws": "^8.5.3",
"discord-api-types": "^0.37.10",
"discord-api-types": "^0.37.11",
"prism-media": "^1.3.4",
"tslib": "^2.4.0",
"ws": "^8.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@sapphire/async-queue": "^1.5.0",
"@types/ws": "^8.5.3",
"@vladfrangu/async_event_emitter": "^2.1.2",
"discord-api-types": "^0.37.10",
"discord-api-types": "^0.37.11",
"tslib": "^2.4.0",
"ws": "^8.9.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@ __metadata:
"@types/node": ^16.11.60
"@vitest/coverage-c8": ^0.23.4
cross-env: ^7.0.3
discord-api-types: ^0.37.10
discord-api-types: ^0.37.11
downlevel-dts: ^0.10.1
eslint: ^8.24.0
eslint-config-neon: ^0.1.33
Expand Down Expand Up @@ -2107,7 +2107,7 @@ __metadata:
"@types/node": ^16.11.60
"@vitest/coverage-c8": ^0.23.4
cross-env: ^7.0.3
discord-api-types: ^0.37.10
discord-api-types: ^0.37.11
downlevel-dts: ^0.10.1
eslint: ^8.24.0
eslint-config-neon: ^0.1.33
Expand Down Expand Up @@ -2158,7 +2158,7 @@ __metadata:
"@types/node": ^16.11.60
"@types/ws": ^8.5.3
cross-env: ^7.0.3
discord-api-types: ^0.37.10
discord-api-types: ^0.37.11
downlevel-dts: ^0.10.1
eslint: ^8.24.0
eslint-config-neon: ^0.1.33
Expand Down Expand Up @@ -2243,7 +2243,7 @@ __metadata:
"@vitest/coverage-c8": ^0.23.4
"@vladfrangu/async_event_emitter": ^2.1.2
cross-env: ^7.0.3
discord-api-types: ^0.37.10
discord-api-types: ^0.37.11
downlevel-dts: ^0.10.1
eslint: ^8.24.0
eslint-config-neon: ^0.1.33
Expand Down Expand Up @@ -7064,10 +7064,10 @@ __metadata:
languageName: node
linkType: hard

"discord-api-types@npm:^0.37.10":
version: 0.37.10
resolution: "discord-api-types@npm:0.37.10"
checksum: a09460953a02adf3c40a486e3946c6ca0dd6c76d279444a4595abecfe8b5b88ad49d48b5eeb85e2cb95256a0824ee075cb7550d371c13e64e37ec703206c092b
"discord-api-types@npm:^0.37.11":
version: 0.37.11
resolution: "discord-api-types@npm:0.37.11"
checksum: 61af711c29dc089f150c0dd41f257e59583d6ef72789bdb63183d328efe73d2df86ef4b6867390ad31441fe3588985a99a2a1ed8fc920b7ba1deda1dceaf5f84
languageName: node
linkType: hard

Expand All @@ -7083,7 +7083,7 @@ __metadata:
"@sapphire/snowflake": ^3.2.2
"@types/node": ^16.11.60
"@types/ws": ^8.5.3
discord-api-types: ^0.37.10
discord-api-types: ^0.37.11
dtslint: ^4.2.1
eslint: ^8.24.0
fast-deep-equal: ^3.1.3
Expand Down

0 comments on commit d24dbf7

Please sign in to comment.