From 3b797ed5ccbe95e047b2b9a40264d006d330bfab Mon Sep 17 00:00:00 2001 From: jpgonzalezra Date: Fri, 16 Feb 2024 14:56:30 -0300 Subject: [PATCH] fix: Added a missing dev dependency (#481) * fix: missing dependency (hello-ts template) * chore: updated PR comments --------- Co-authored-by: Daniel Mil <84205762+mildaniel@users.noreply.github.com> --- .../{{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 + .../{{cookiecutter.project_name}}/hello-world/package.json | 1 + 6 files changed, 6 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", diff --git a/nodejs20.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json b/nodejs20.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json index 5f7a7ac32..85f260ee5 100644 --- a/nodejs20.x/hello-ts/{{cookiecutter.project_name}}/hello-world/package.json +++ b/nodejs20.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": "^20.5.7", "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2",