From 9c3e03be64be3e070133c917c3fbd8d7fbca78de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:31:25 +0000 Subject: [PATCH] build(deps-dev): bump @types/react in /react-tailwind-template (#1533) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 dc163ab7..c5a4adfd 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.1", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1", @@ -1320,9 +1320,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 c51e271c..d2f9e82c 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.1", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1",