diff --git a/aws-command/package.json b/aws-command/package.json index ea0f821..b85de57 100644 --- a/aws-command/package.json +++ b/aws-command/package.json @@ -12,6 +12,6 @@ "faastjs": "latest" }, "devDependencies": { - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/aws-cost-analyzer-ts/package.json b/aws-cost-analyzer-ts/package.json index 3ae36ab..43c03b7 100644 --- a/aws-cost-analyzer-ts/package.json +++ b/aws-cost-analyzer-ts/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@types/node": "18.15.3", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/aws-lodash-ts/package.json b/aws-lodash-ts/package.json index dbbba67..5a2c5bb 100644 --- a/aws-lodash-ts/package.json +++ b/aws-lodash-ts/package.json @@ -15,6 +15,6 @@ "devDependencies": { "@types/lodash": "4.14.191", "@types/node": "18.15.3", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/aws-puppeteer-ts/package.json b/aws-puppeteer-ts/package.json index a71dbb9..a9be7ca 100644 --- a/aws-puppeteer-ts/package.json +++ b/aws-puppeteer-ts/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@types/node": "18.15.3", "@types/puppeteer-core": "^5", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/aws-sharp-ts/package.json b/aws-sharp-ts/package.json index 7ce6b0e..005474a 100644 --- a/aws-sharp-ts/package.json +++ b/aws-sharp-ts/package.json @@ -15,6 +15,6 @@ "devDependencies": { "@types/node": "^18.0.0", "@types/sharp": "^0.31.0", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/aws-ts/package.json b/aws-ts/package.json index 65c82a1..ac50ee1 100644 --- a/aws-ts/package.json +++ b/aws-ts/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@types/node": "18.15.3", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/cost-analyzer-comparison-ts/package.json b/cost-analyzer-comparison-ts/package.json index 59e1f57..ee01efb 100644 --- a/cost-analyzer-comparison-ts/package.json +++ b/cost-analyzer-comparison-ts/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@types/node": "18.15.3", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/hello-world-ts/package.json b/hello-world-ts/package.json index 2888dd8..64d46ce 100644 --- a/hello-world-ts/package.json +++ b/hello-world-ts/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@types/node": "18.15.3", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } }