Skip to content

Commit

Permalink
chore: update @tsconfig/node21 to node22 (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jul 27, 2024
1 parent 848d6c7 commit 1bdbe2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"packageManager": "[email protected]+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",
Expand All @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 1bdbe2e

Please sign in to comment.