From e4f3836aca9cb5e76402c551ce01e0415f5018cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 05:30:29 +0000 Subject: [PATCH] chore(dev-deps): update @types/react-dom requirement --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/devtools-react-ts/package.json | 2 +- examples/overlay-react-ts/package.json | 2 +- examples/popup-react-ts/package.json | 2 +- examples/sidepanel-react-ts/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/devtools-react-ts/package.json b/examples/devtools-react-ts/package.json index e240b397..56a95f17 100644 --- a/examples/devtools-react-ts/package.json +++ b/examples/devtools-react-ts/package.json @@ -49,7 +49,7 @@ "@types/node": "^20.16.10", "@types/chrome": "^0.0.270", "@types/react": "^18.3.5", - "@types/react-dom": "^18.3.0", + "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.0.4", "concurrently": "^8.2.1", "commitizen": "^4.3.0", diff --git a/examples/overlay-react-ts/package.json b/examples/overlay-react-ts/package.json index 978c5c1d..3498cf8c 100644 --- a/examples/overlay-react-ts/package.json +++ b/examples/overlay-react-ts/package.json @@ -49,7 +49,7 @@ "@types/node": "^20.16.10", "@types/chrome": "^0.0.270", "@types/react": "^18.3.5", - "@types/react-dom": "^18.3.0", + "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.0.4", "concurrently": "^8.2.1", "commitizen": "^4.3.0", diff --git a/examples/popup-react-ts/package.json b/examples/popup-react-ts/package.json index 0d56ae4f..14b78887 100644 --- a/examples/popup-react-ts/package.json +++ b/examples/popup-react-ts/package.json @@ -49,7 +49,7 @@ "@types/node": "^20.16.10", "@types/chrome": "^0.0.270", "@types/react": "^18.3.5", - "@types/react-dom": "^18.3.0", + "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.0.4", "concurrently": "^8.2.1", "commitizen": "^4.3.0", diff --git a/examples/sidepanel-react-ts/package.json b/examples/sidepanel-react-ts/package.json index 31f70c7a..55a3a8c2 100644 --- a/examples/sidepanel-react-ts/package.json +++ b/examples/sidepanel-react-ts/package.json @@ -49,7 +49,7 @@ "@types/node": "^20.16.10", "@types/chrome": "^0.0.270", "@types/react": "^18.3.5", - "@types/react-dom": "^18.3.0", + "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.0.4", "concurrently": "^8.2.1", "commitizen": "^4.3.0",