From fdee7f7fc49ec59de2371928088882060bb3e1fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 20:32:54 +0000 Subject: [PATCH] chore(deps): pin dependency @types/react to 18.2.23 --- package.json | 2 +- pnpm-lock.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8e3446578..8ea61563b 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "@types/jest": "28.1.8", "@types/lodash": "4.14.165", "@types/node": "18.18.0", - "@types/react": "^18.2.22", + "@types/react": "18.2.23", "@types/react-router-dom": "5.3.3", "@types/react-transition-group": "4.4.7", "autoprefixer": "10.4.16", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c00c55e3..12ab11d9b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -77,7 +77,7 @@ devDependencies: specifier: 18.18.0 version: 18.18.0 '@types/react': - specifier: ^18.2.22 + specifier: 18.2.23 version: 18.2.23 '@types/react-router-dom': specifier: 5.3.3 @@ -2583,6 +2583,7 @@ packages: /fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + requiresBuild: true /fast-glob@3.3.1: resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} @@ -3878,6 +3879,7 @@ packages: /json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + requiresBuild: true /json-schema@0.4.0: resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} @@ -5579,6 +5581,7 @@ packages: /uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + requiresBuild: true dependencies: punycode: 2.3.0