Skip to content

Commit

Permalink
chore: bump discord-api-types (#7923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite authored May 14, 2022
1 parent d522320 commit b1a3aa9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@sapphire/shapeshift": "^3.0.0",
"@sindresorhus/is": "^4.6.0",
"discord-api-types": "^0.31.1",
"discord-api-types": "^0.32.1",
"fast-deep-equal": "^3.1.3",
"ts-mixer": "^6.0.1",
"tslib": "^2.3.1"
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 @@ -52,7 +52,7 @@
"@discordjs/rest": "workspace:^",
"@sapphire/snowflake": "^3.2.1",
"@types/ws": "^8.5.3",
"discord-api-types": "^0.31.1",
"discord-api-types": "^0.32.1",
"fast-deep-equal": "^3.1.3",
"lodash.snakecase": "^4.1.1",
"tslib": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@discordjs/collection": "workspace:^",
"@sapphire/async-queue": "^1.3.1",
"@sapphire/snowflake": "^3.2.1",
"discord-api-types": "^0.29.0",
"discord-api-types": "^0.32.1",
"tslib": "^2.3.1",
"undici": "^5.2.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 @@ -51,7 +51,7 @@
"homepage": "https://discord.js.org",
"dependencies": {
"@types/ws": "^8.5.3",
"discord-api-types": "^0.29.0",
"discord-api-types": "^0.32.1",
"prism-media": "^1.3.2",
"tiny-typed-emitter": "^2.1.0",
"tslib": "^2.3.1",
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.19.0
"@typescript-eslint/parser": ^5.19.0
babel-plugin-transform-typescript-metadata: ^0.3.2
discord-api-types: ^0.31.1
discord-api-types: ^0.32.1
eslint: ^8.13.0
eslint-config-marine: ^9.4.1
eslint-config-prettier: ^8.5.0
Expand Down Expand Up @@ -1916,7 +1916,7 @@ __metadata:
"@typescript-eslint/parser": ^5.19.0
babel-plugin-const-enum: ^1.2.0
babel-plugin-transform-typescript-metadata: ^0.3.2
discord-api-types: ^0.29.0
discord-api-types: ^0.32.1
eslint: ^8.13.0
eslint-config-marine: ^9.4.1
eslint-config-prettier: ^8.5.0
Expand Down Expand Up @@ -1954,7 +1954,7 @@ __metadata:
"@types/ws": ^8.5.3
"@typescript-eslint/eslint-plugin": ^5.19.0
"@typescript-eslint/parser": ^5.19.0
discord-api-types: ^0.29.0
discord-api-types: ^0.32.1
eslint: ^8.13.0
eslint-config-marine: ^9.4.1
eslint-config-prettier: ^8.5.0
Expand Down Expand Up @@ -4490,17 +4490,10 @@ __metadata:
languageName: node
linkType: hard

"discord-api-types@npm:^0.29.0":
version: 0.29.0
resolution: "discord-api-types@npm:0.29.0"
checksum: 1ca74693b4e9c611c3de17f604714425d81d537ee81669d040a8c37fb23fb634a6918dd7d21056ccb90a3f4741bc2750509f6c8dd922bf2b3ed544d18bd0f32a
languageName: node
linkType: hard

"discord-api-types@npm:^0.31.1":
version: 0.31.1
resolution: "discord-api-types@npm:0.31.1"
checksum: 5a18e512b549b75d55892b0dbc2dc7c46526bee0d001b73d41d144f4653de847c96b9c57342a32479af738f46acd80ee21686dced9fe0184dcac86b669b31f18
"discord-api-types@npm:^0.32.1":
version: 0.32.1
resolution: "discord-api-types@npm:0.32.1"
checksum: cce4fa81a4c8311b72cf9f23ff9a3d16e40ba7d862a7634717d9437e0e5918209a8eeb75ea9974f24e3761b06e4599757e7544343b702a23f04b07f31884c304
languageName: node
linkType: hard

Expand All @@ -4515,7 +4508,7 @@ __metadata:
"@sapphire/snowflake": ^3.2.1
"@types/node": ^16.11.27
"@types/ws": ^8.5.3
discord-api-types: ^0.31.1
discord-api-types: ^0.32.1
dtslint: ^4.2.1
eslint: ^8.13.0
eslint-config-prettier: ^8.5.0
Expand Down

0 comments on commit b1a3aa9

Please sign in to comment.