Skip to content

Commit

Permalink
Downgrade to discord-api-types 0.37.105
Browse files Browse the repository at this point in the history
This is the last-known working version before .react broke in 15ff9aa
  • Loading branch information
kevinlul committed Dec 22, 2024
1 parent 06afe8a commit db8ed3b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"resolutions": {
"@types/node": "^20.16.10",
"cross-spawn": "^7.0.6",
"discord-api-types": "^0.37.100",
"discord-api-types": "0.37.105",
"http2-wrapper": "^2.2.1",
"koa": "link:./test/package-stub",
"koa-router": "link:./test/package-stub",
Expand Down
18 changes: 14 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2510,10 +2510,10 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"

[email protected], [email protected].83, [email protected].97, discord-api-types@^0.37.100:
version "0.37.112"
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.112.tgz#a32d63585fecc5c886b045a8f4cb12a3e4e70370"
integrity sha512-DDEt3696k7o9+Ot2a5phqsEKnwhSGfIDzXJR9V5OMba9fbvJOEhPapLXy645RkrGCEKZeoFd3qXFhrvVQSUbxQ==
[email protected], [email protected].105, [email protected].83, [email protected].97:
version "0.37.105"
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.105.tgz#d9c2f7adc6ea08f58d37b82099c9b6d85bc6ca1f"
integrity sha512-TSNlLF5Q9vFLMeHjYskhmDj/zCQ4dFA+OLxQrHUypGW48gt8ttGaB+opCD9w3Zkq1otyoBoetrwaoDFZAFuGng==

[email protected]:
version "2.5.1"
Expand Down Expand Up @@ -3728,21 +3728,27 @@ kleur@^3.0.3:

koa-body@^4.2.0:
version "0.0.0"
uid ""

"koa-body@link:./test/package-stub":
version "0.0.0"
uid ""

koa-router@^9.1.0:
version "0.0.0"
uid ""

"koa-router@link:./test/package-stub":
version "0.0.0"
uid ""

koa@^2.13.0:
version "0.0.0"
uid ""

"koa@link:./test/package-stub":
version "0.0.0"
uid ""

leven@^3.1.0:
version "3.1.0"
Expand Down Expand Up @@ -4031,9 +4037,11 @@ onetime@^5.1.2:

open@^6.4.0:
version "0.0.0"
uid ""

"open@link:./test/package-stub":
version "0.0.0"
uid ""

optionator@^0.9.3:
version "0.9.4"
Expand Down Expand Up @@ -4660,9 +4668,11 @@ supports-preserve-symlinks-flag@^1.0.0:

svelte@^3.20.1:
version "0.0.0"
uid ""

"svelte@link:./test/package-stub":
version "0.0.0"
uid ""

tar-fs@^2.0.0:
version "2.1.1"
Expand Down

0 comments on commit db8ed3b

Please sign in to comment.