From dd01a7c1f6a33a4bdf794fcb0f786994ed95e4a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 03:34:37 +0000 Subject: [PATCH] bump(deps): update dependency @types/react to v18.2.38 --- pnpm-lock.yaml | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d6b213b40..acd67412d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -257,8 +257,8 @@ importers: specifier: ^0.5.10 version: 0.5.10(tailwindcss@3.3.5) '@types/react': - specifier: 18.2.37 - version: 18.2.37 + specifier: 18.2.38 + version: 18.2.38 '@workspace/eslint-config-next': specifier: workspace:* version: link:../workspace/eslint-config-next @@ -1622,8 +1622,8 @@ packages: resolution: {integrity: sha512-mxSnDQxPqsZxmeShFH+uwQ4kO4gcJcGahjjMFeLbKE95IAZiiZyiEepGZjtXJ7hN/yfu0bu9xN2ajcU0JcxX6A==} dev: true - /@types/react@18.2.37: - resolution: {integrity: sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==} + /@types/react@18.2.38: + resolution: {integrity: sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==} dependencies: '@types/prop-types': 15.7.10 '@types/scheduler': 0.16.6 diff --git a/website/package.json b/website/package.json index 79c91d2b7..e80f282fa 100644 --- a/website/package.json +++ b/website/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", - "@types/react": "18.2.37", + "@types/react": "18.2.38", "@workspace/eslint-config-next": "workspace:*", "autoprefixer": "^10.4.16", "tailwindcss": "^3.3.5"