Skip to content

Commit

Permalink
Unfinished call hold
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburntRock89 committed Oct 1, 2022
1 parent c59b46e commit 1d3c5ec
Show file tree
Hide file tree
Showing 12 changed files with 513 additions and 2,496 deletions.
782 changes: 394 additions & 388 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,36 +34,36 @@
},
"dependencies": {
"@discoin/scambio": "^2.2.0",
"@prisma/client": "^4.2.1",
"@prisma/client": "^4.4.0",
"bufferutil": "^4.0.6",
"dayjs": "^1.11.4",
"discord-api-types": "^0.37.1",
"discord.js": "^14.0.3",
"dayjs": "^1.11.5",
"discord-api-types": "^0.37.11",
"discord.js": "^14.5.0",
"erlpack": "github:discordapp/erlpack",
"i18next": "^21.9.0",
"i18next": "^21.9.2",
"node-schedule": "^2.1.0",
"re2": "^1.17.7",
"url-regex-safe": "^3.0.0",
"utf-8-validate": "^5.0.9",
"uuid": "^8.3.2",
"winston": "^3.8.1",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"zlib-sync": "^0.1.7",
"zucc": "^0.1.2"
},
"devDependencies": {
"@mermaid-js/mermaid-cli": "^9.1.6",
"@tsconfig/node18": "^1.0.1",
"@types/node": "^18.6.5",
"@types/node": "^18.7.23",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"prisma": "^4.2.1",
"prisma-erd-generator": "^1.2.0",
"eslint": "^8.24.0",
"prisma": "^4.4.0",
"prisma-erd-generator": "^1.2.1",
"safe-regex": "^2.1.1",
"transformer": "^1.2.8",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
}
}
Loading

0 comments on commit 1d3c5ec

Please sign in to comment.