diff --git a/package.json b/package.json index 16cd882c..20e249ab 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e", "dependencies": { "@discordjs/voice": "0.17.0", + "@prisma/client": "5.17.0", "@sapphire/framework": "5.2.1", "@sapphire/plugin-subcommands": "6.0.3", "debug": "4.3.5", @@ -32,13 +33,12 @@ "ffmpeg-static": "5.2.0", "mariadb": "3.3.1", "prisma": "5.17.0", - "@prisma/client": "5.17.0", "sodium-native": "4.1.1" }, "devDependencies": { "@swc/cli": "0.4.0", "@swc/core": "1.7.2", - "@tsconfig/node21": "21.0.3", + "@tsconfig/node22": "22.0.0", "@tsconfig/strictest": "2.0.5", "@types/debug": "4.1.12", "@types/eslint-config-prettier": "6.11.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index baf4f9b7..ad886c07 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,9 +51,9 @@ importers: '@swc/core': specifier: 1.7.2 version: 1.7.2 - '@tsconfig/node21': - specifier: 21.0.3 - version: 21.0.3 + '@tsconfig/node22': + specifier: 22.0.0 + version: 22.0.0 '@tsconfig/strictest': specifier: 2.0.5 version: 2.0.5 @@ -362,8 +362,8 @@ packages: '@tokenizer/token@0.3.0': resolution: {integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==} - '@tsconfig/node21@21.0.3': - resolution: {integrity: sha512-qTX4pGNfnRTutaiRPx+c4GFL1DB1u6GHkwfoYSNn/KelE9m86Mkn3RpFBhhxDh6yHeqaVuAx0tz+n7LrjBUEpw==} + '@tsconfig/node22@22.0.0': + resolution: {integrity: sha512-twLQ77zevtxobBOD4ToAtVmuYrpeYUh3qh+TEp+08IWhpsrIflVHqQ1F1CiPxQGL7doCdBIOOCF+1Tm833faNg==} '@tsconfig/strictest@2.0.5': resolution: {integrity: sha512-ec4tjL2Rr0pkZ5hww65c+EEPYwxOi4Ryv+0MtjeaSQRJyq322Q27eOQiFbuNgw2hpL4hB1/W/HBGk3VKS43osg==} @@ -1713,7 +1713,7 @@ snapshots: '@tokenizer/token@0.3.0': {} - '@tsconfig/node21@21.0.3': {} + '@tsconfig/node22@22.0.0': {} '@tsconfig/strictest@2.0.5': {} diff --git a/tsconfig.json b/tsconfig.json index 46cda0ec..ea417018 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compileOnSave": true, "include": ["src/**/*", "tests/**/*"], - "extends": ["@tsconfig/strictest/tsconfig", "@tsconfig/node21/tsconfig"], + "extends": ["@tsconfig/strictest/tsconfig", "@tsconfig/node22/tsconfig"], "compilerOptions": { "noEmit": true, "composite": true,