From 679039857b8ae6e9ab09e9640fdbad30f08a215f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:56:45 +0000 Subject: [PATCH] bump(deps): update dependency @types/react to v18.2.69 --- 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 7087cf6cc..979d21da6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -407,8 +407,8 @@ importers: specifier: ^0.5.10 version: 0.5.10(tailwindcss@3.4.1) '@types/react': - specifier: 18.2.67 - version: 18.2.67 + specifier: 18.2.69 + version: 18.2.69 '@workspace/eslint-config-next': specifier: workspace:* version: link:../workspace/eslint-config-next @@ -1970,8 +1970,8 @@ packages: resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==} dev: true - /@types/react@18.2.67: - resolution: {integrity: sha512-vkIE2vTIMHQ/xL0rgmuoECBCkZFZeHr49HeWSc24AptMbNRo7pwSBvj73rlJJs9fGKj0koS+V7kQB1jHS0uCgw==} + /@types/react@18.2.69: + resolution: {integrity: sha512-W1HOMUWY/1Yyw0ba5TkCV+oqynRjG7BnteBB+B7JmAK7iw3l2SW+VGOxL+akPweix6jk2NNJtyJKpn4TkpfK3Q==} dependencies: '@types/prop-types': 15.7.11 '@types/scheduler': 0.16.8 diff --git a/website/package.json b/website/package.json index de8bc0554..35ab2305d 100644 --- a/website/package.json +++ b/website/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", - "@types/react": "18.2.67", + "@types/react": "18.2.69", "@workspace/eslint-config-next": "workspace:*", "autoprefixer": "^10.4.19", "tailwindcss": "^3.4.1"