From de4410b958c9440227aa2741e0f224c2f67de484 Mon Sep 17 00:00:00 2001 From: Joaquin Gonzalez Date: Tue, 6 Feb 2024 11:03:29 -0300 Subject: [PATCH] chore: updated PR comments --- .../{{cookiecutter.project_name}}/hello-world/package.json | 1 + .../{{cookiecutter.project_name}}/hello-world/package.json | 1 + .../{{cookiecutter.project_name}}/hello-world/package.json | 1 + .../{{cookiecutter.project_name}}/hello-world/package.json | 1 + .../{{cookiecutter.project_name}}/hello-world/package.json | 1 + 5 files changed, 5 insertions(+) diff --git a/nodejs16.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs16.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json index 8735b3f94..ea3e39fe0 100644 --- a/nodejs16.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs16.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json @@ -21,6 +21,7 @@ "devDependencies": { "@types/aws-lambda": "^8.10.109", "@types/jest": "^29.4.0", + "@jest/globals": "^29.4.0", "@types/node": "^18.13.0", "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^5.46.1", diff --git a/nodejs16.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs16.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json index cff873ca2..4a511d946 100644 --- a/nodejs16.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs16.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json @@ -18,6 +18,7 @@ "devDependencies": { "@types/aws-lambda": "^8.10.92", "@types/jest": "^29.4.0", + "@jest/globals": "^29.2.0", "@types/node": "^17.0.13", "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", diff --git a/nodejs18.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs18.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json index 37a3e0657..32ab2b29f 100644 --- a/nodejs18.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs18.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json @@ -21,6 +21,7 @@ "devDependencies": { "@types/aws-lambda": "^8.10.109", "@types/jest": "^29.4.0", + "@jest/globals": "^29.4.0", "@types/node": "^18.13.0", "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^5.46.1", diff --git a/nodejs18.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs18.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json index c84c001de..1a35813e8 100644 --- a/nodejs18.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs18.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json @@ -18,6 +18,7 @@ "devDependencies": { "@types/aws-lambda": "^8.10.92", "@types/jest": "^29.2.0", + "@jest/globals": "^29.2.0", "@types/node": "^18.11.4", "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", diff --git a/nodejs20.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs20.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json index e22cd700f..2153e2ea5 100644 --- a/nodejs20.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs20.x/hello-ts-pt/{{cookiecutter.project_name}}/hello-world/package.json @@ -21,6 +21,7 @@ "devDependencies": { "@types/aws-lambda": "^8.10.109", "@types/jest": "^29.4.0", + "@jest/globals": "^29.4.0", "@types/node": "^20.5.7", "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^5.46.1",