From 85fef6f423f4ff6dcf76b9851673ca649dab7285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:16:36 +0000 Subject: [PATCH] build(deps-dev): bump @types/react in /react-tailwind-template Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.3 to 18.3.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- react-tailwind-template/package-lock.json | 8 ++++---- react-tailwind-template/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index b1fbf31e..adfe9c95 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@db-ui/foundations": "^0.2.1", - "@types/react": "^18.3.3", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1", @@ -1372,9 +1372,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", - "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "version": "18.3.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "dev": true, "dependencies": { "@types/prop-types": "*", diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 484fdfc6..bda3fea6 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@db-ui/foundations": "^0.2.1", - "@types/react": "^18.3.3", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1",