Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 0476522 commit a711fa0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion e2e/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"esbuild": "0.19.5",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion e2e/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"esbuild": "0.19.5",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion e2e/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"bun-types": "^1.0.0"
},
"devDependencies": {
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion e2e/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@pulumi/pulumi": "3.89.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"wrangler": "3.13.2"
}
}
2 changes: 1 addition & 1 deletion e2e/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@pulumi/pulumi": "3.89.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"wrangler": "3.13.2"
}
}
2 changes: 1 addition & 1 deletion e2e/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"eslint-config-next": "13.5.5",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"patch-package": "8.0.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"resolutions": {
"@pulumi/pulumi": "3.89.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8624,10 +8624,10 @@ typed-array-length@^1.0.4:
for-each "^0.3.3"
is-typed-array "^1.1.9"

typescript@5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
typescript@5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

typescript@~3.8.3:
version "3.8.3"
Expand Down

0 comments on commit a711fa0

Please sign in to comment.