Skip to content

Commit

Permalink
Rollup of dependency upgrades (discord.js 14.6.0, jest 29)
Browse files Browse the repository at this point in the history
Fix fatal crash "Found unknown component type: 8" (discordjs/discord.js#8724)
  • Loading branch information
kevinlul committed Oct 17, 2022
1 parent c004847 commit c8535ba
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 493 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -21,13 +21,13 @@
"yarn": "1.22.x"
},
"dependencies": {
"@sinclair/typebox": "^0.24.28",
"@sinclair/typebox": "^0.24.46",
"basic-ftp": "^5.0.2",
"better-sqlite3": "^7.6.2",
"debug": "^4.3.4",
"discord-markdown": "2.5.1",
"discord.js": "^14.4.0",
"dotenv": "^16.0.2",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"gettext-parser": "^6.0.0",
"htmlparser2": "^8.0.1",
"node-fetch": "^2.6.7",
Expand All @@ -40,18 +40,18 @@
},
"devDependencies": {
"@alphakretin/essentials": "^4.0.0",
"@types/better-sqlite3": "^7.6.0",
"@types/better-sqlite3": "^7.6.2",
"@types/debug": "^4.1.7",
"@types/gettext-parser": "^4.0.1",
"@types/jest": "^28.1.6",
"@types/node": "^16.11.63",
"@types/jest": "^29.1.2",
"@types/node": "^16.11.66",
"@types/node-fetch": "^2.6.2",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"jest": "^29.2.0",
"ts-jest": "^29.0.3",
"ttag-cli": "^1.10.1"
},
"resolutions": {
"@types/node": "^16.11.63",
"@types/node": "^16.11.66",
"gettext-parser": "^6.0.0"
},
"babel": {
Expand Down

0 comments on commit c8535ba

Please sign in to comment.