Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Sep 3, 2023
1 parent f835519 commit fa1add9
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 327 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"postinstall": "husky install .github/husky"
},
"dependencies": {
"@discordjs/builders": "^1.6.3",
"@discordjs/collection": "^1.5.1",
"@prisma/client": "^4.16.2",
"@discordjs/builders": "^1.6.5",
"@discordjs/collection": "^1.5.3",
"@prisma/client": "^5.2.0",
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.13.0",
"@skyra/env-utilities": "^1.2.1",
"@skyra/http-framework": "^1.1.0",
"@skyra/http-framework-i18n": "^1.0.3",
"@skyra/http-framework": "^1.1.1",
"@skyra/http-framework-i18n": "^1.0.4",
"@skyra/logger": "^2.0.1",
"@skyra/shared-http-pieces": "^1.0.4",
"@skyra/shared-http-pieces": "^1.0.5",
"@skyra/start-banner": "^2.0.0",
"discord-api-types": "^0.37.50",
"discord-api-types": "^0.37.56",
"fastify": "^4.22.2",
"gradient-string": "^2.0.2",
"tslib": "^2.6.2"
Expand All @@ -47,9 +47,9 @@
"@commitlint/config-conventional": "^17.7.0",
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^4.0.1",
"@sapphire/ts-config": "^5.0.0",
"@types/gradient-string": "^1.1.2",
"@types/node": "^18.17.14",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -59,7 +59,7 @@
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prisma": "^4.16.2",
"prisma": "^5.2.0",
"typescript": "^5.2.2"
},
"resolutions": {
Expand Down
7 changes: 2 additions & 5 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": "@sapphire/ts-config/extra-strict",
"extends": ["@sapphire/ts-config", "@sapphire/ts-config/extra-strict", "@sapphire/ts-config/decorators", "@sapphire/ts-config/verbatim"],
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"emitDecoratorMetadata": false,
"target": "ESNext",
"module": "ESNext"
"lib": ["ESNext", "DOM"]
}
}
Loading

0 comments on commit fa1add9

Please sign in to comment.