From df2e043cbad169688466208771680b5d80ed23e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 03:23:36 +0000 Subject: [PATCH] chore(deps-dev): bump @types/react from 18.3.7 to 18.3.8 in /apps/amplitude-experiment in the dev-dependencies group (#3011) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/amplitude-experiment/package-lock.json | 8 ++++---- apps/amplitude-experiment/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/amplitude-experiment/package-lock.json b/apps/amplitude-experiment/package-lock.json index ada332bc6..2199b8f3f 100644 --- a/apps/amplitude-experiment/package-lock.json +++ b/apps/amplitude-experiment/package-lock.json @@ -24,7 +24,7 @@ "@testing-library/react": "^14.1.2", "@types/lodash": "^4.17.7", "@types/node": "18.15.3", - "@types/react": "18.3.7", + "@types/react": "18.3.8", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "^4.3.1", "happy-dom": "^14.12.3", @@ -2579,9 +2579,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "18.3.7", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.7.tgz", - "integrity": "sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ==", + "version": "18.3.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.8.tgz", + "integrity": "sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/apps/amplitude-experiment/package.json b/apps/amplitude-experiment/package.json index 4420d00ee..a8a299d3e 100644 --- a/apps/amplitude-experiment/package.json +++ b/apps/amplitude-experiment/package.json @@ -45,7 +45,7 @@ "@testing-library/react": "^14.1.2", "@types/lodash": "^4.17.7", "@types/node": "18.15.3", - "@types/react": "18.3.7", + "@types/react": "18.3.8", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "^4.3.1", "happy-dom": "^14.12.3",