Skip to content

Commit fc49e63

Browse files
authored
Merge branch 'main' into renovate/typescript-6.x
2 parents 8228daf + 52b7379 commit fc49e63

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"author": "cloudquery (https://github.com/cloudquery)",
3737
"devDependencies": {
3838
"@grpc/grpc-js": "^1.9.0",
39-
"@tsconfig/node16": "^16.1.0",
39+
"@tsconfig/node18": "^18.2.0",
4040
"@types/google-protobuf": "^3.15.6",
4141
"grpc-tools": "^1.12.4",
4242
"protoc-gen-ts": "^0.8.6",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node16/tsconfig.json",
2+
"extends": "@tsconfig/node18/tsconfig.json",
33
"compilerOptions": {
44
"allowJs": true,
55
"declaration": true,

0 commit comments

Comments
 (0)