From 3cd32a95c571ccc482820be1aef9370b66c48b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:37:57 +0000 Subject: [PATCH] chore(deps-dev): bump @tsconfig/create-react-app in /examples/typescript Bumps [@tsconfig/create-react-app](https://github.com/tsconfig/bases/tree/HEAD/bases) from 2.0.1 to 2.0.2. - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases) --- updated-dependencies: - dependency-name: "@tsconfig/create-react-app" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/typescript/package-lock.json | 14 +++++++------- examples/typescript/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/typescript/package-lock.json b/examples/typescript/package-lock.json index b521c1c5d..24f27c530 100644 --- a/examples/typescript/package-lock.json +++ b/examples/typescript/package-lock.json @@ -22,7 +22,7 @@ "@contentful/app-scripts": "1.13.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.0.0", - "@tsconfig/create-react-app": "2.0.1", + "@tsconfig/create-react-app": "2.0.2", "@types/node": "16.18.58", "@types/react": "18.2.28", "@types/react-dom": "18.2.13", @@ -4315,9 +4315,9 @@ } }, "node_modules/@tsconfig/create-react-app": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@tsconfig/create-react-app/-/create-react-app-2.0.1.tgz", - "integrity": "sha512-M/wUfGIifMUNqDO5APZmlHTmHXiO5kUPQehxi3Jz6VdaUJqQehuvAB0oNzGHevbl9od/9fS41KvQChgjVgg2tw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@tsconfig/create-react-app/-/create-react-app-2.0.2.tgz", + "integrity": "sha512-PP+j4WWgypIvdY1+G5PgZIK5Kza/PpsbQgFQliDjlzXRXfQYmb6rB1ZUNUrWqAQ3Rr772CkE6BvTBI/j3cKr0A==", "dev": true }, "node_modules/@types/aria-query": { @@ -20214,9 +20214,9 @@ "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" }, "@tsconfig/create-react-app": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@tsconfig/create-react-app/-/create-react-app-2.0.1.tgz", - "integrity": "sha512-M/wUfGIifMUNqDO5APZmlHTmHXiO5kUPQehxi3Jz6VdaUJqQehuvAB0oNzGHevbl9od/9fS41KvQChgjVgg2tw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@tsconfig/create-react-app/-/create-react-app-2.0.2.tgz", + "integrity": "sha512-PP+j4WWgypIvdY1+G5PgZIK5Kza/PpsbQgFQliDjlzXRXfQYmb6rB1ZUNUrWqAQ3Rr772CkE6BvTBI/j3cKr0A==", "dev": true }, "@types/aria-query": { diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 7ad64017e..47d1195bf 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -41,7 +41,7 @@ "@contentful/app-scripts": "1.13.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.0.0", - "@tsconfig/create-react-app": "2.0.1", + "@tsconfig/create-react-app": "2.0.2", "@types/node": "16.18.58", "@types/react": "18.2.28", "@types/react-dom": "18.2.13",