Skip to content

Commit

Permalink
chore(deps): update dependency @tsconfig/node-lts to v22 (#1194)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 6f9a169 commit 1f747bc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion playground/reference-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@tsconfig/node-lts": "20.1.3",
"@tsconfig/node-lts": "22.0.0",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion playground/reference-esm-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@tsconfig/node-lts": "20.1.3",
"@tsconfig/node-lts": "22.0.0",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion playground/reference-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@tsconfig/node-lts": "20.1.3",
"@tsconfig/node-lts": "22.0.0",
"typescript": "5.6.3"
}
}
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 1f747bc

Please sign in to comment.