Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"author": "cloudquery (https://github.com/cloudquery)",
"devDependencies": {
"@ava/typescript": "^6.0.0",
"@tsconfig/node20": "^20.1.2",
"@tsconfig/node22": "^22.0.0",
"@types/semver": "^7.5.8",
"@types/uuid": "^11.0.0",
"@types/yargs": "^17.0.24",
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,5 +1,5 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"declaration": true,
Expand Down
Loading