From 849ad7c85a06e845f008842829c9247b8406c652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:06:01 +0000 Subject: [PATCH] chore(deps-dev): bump @types/react from 18.3.4 to 18.3.12 Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.4 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] --- lib/package.json | 2 +- package-lock.json | 29 +++++++++++++++++------------ playground-next/package.json | 2 +- playground/package.json | 2 +- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/lib/package.json b/lib/package.json index 387b05b1..23562784 100644 --- a/lib/package.json +++ b/lib/package.json @@ -66,7 +66,7 @@ "@cypress/react": "^8.0.2", "@cypress/vite-dev-server": "^5.2.0", "@tsconfig/recommended": "^1.0.7", - "@types/react": "18.3.4", + "@types/react": "18.3.12", "@vitejs/plugin-react": "^4.3.1", "babel-jest": "^29.7.0", "cypress": "^13.14.2", diff --git a/package-lock.json b/package-lock.json index 3c9fee2f..5f1a70c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@cypress/react": "^8.0.2", "@cypress/vite-dev-server": "^5.2.0", "@tsconfig/recommended": "^1.0.7", - "@types/react": "18.3.4", + "@types/react": "18.3.12", "@vitejs/plugin-react": "^4.3.1", "babel-jest": "^29.7.0", "cypress": "^13.14.2", @@ -5356,9 +5356,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.4", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.4.tgz", - "integrity": "sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==", + "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": "*", @@ -16299,7 +16299,7 @@ "devDependencies": { "@storyblok/react": "^0.0.1", "@types/node": "^22.5.4", - "@types/react": "18.3.4", + "@types/react": "18.3.12", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^5.6.3", @@ -16312,11 +16312,16 @@ "devDependencies": { "@storyblok/react": "file:../lib", "@types/node": "^22.5.4", - "@types/react": "^18.3.4", + "@types/react": "^18.3.12", "next": "^13.4.6", "react": "18.3.1", "react-dom": "18.3.1", "typescript": "^5.6.3" + }, + "peerDependencies": { + "next": "^13.4.6", + "react": "^18.3.1", + "react-dom": "^18.3.1" } }, "playground-next/node_modules/next": { @@ -20079,7 +20084,7 @@ "@cypress/vite-dev-server": "^5.2.0", "@storyblok/js": "^3.1.1", "@tsconfig/recommended": "^1.0.7", - "@types/react": "18.3.4", + "@types/react": "18.3.12", "@vitejs/plugin-react": "^4.3.1", "babel-jest": "^29.7.0", "cypress": "^13.14.2", @@ -20219,7 +20224,7 @@ "requires": { "@storyblok/react": "^0.0.1", "@types/node": "^22.5.4", - "@types/react": "18.3.4", + "@types/react": "18.3.12", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^5.6.3", @@ -20465,9 +20470,9 @@ "dev": true }, "@types/react": { - "version": "18.3.4", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.4.tgz", - "integrity": "sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==", + "version": "18.3.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "dev": true, "requires": { "@types/prop-types": "*", @@ -25720,7 +25725,7 @@ "requires": { "@storyblok/react": "file:../lib", "@types/node": "^22.5.4", - "@types/react": "^18.3.4", + "@types/react": "^18.3.12", "next": "^13.4.6", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/playground-next/package.json b/playground-next/package.json index 8e171c3f..7bff7191 100644 --- a/playground-next/package.json +++ b/playground-next/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@storyblok/react": "file:../lib", "@types/node": "^22.5.4", - "@types/react": "^18.3.4", + "@types/react": "^18.3.12", "next": "^13.4.6", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/playground/package.json b/playground/package.json index ae4b805e..6c501589 100644 --- a/playground/package.json +++ b/playground/package.json @@ -8,7 +8,7 @@ "devDependencies": { "@storyblok/react": "^0.0.1", "@types/node": "^22.5.4", - "@types/react": "18.3.4", + "@types/react": "18.3.12", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^5.6.3",