From aa8cf34d2fc4b4897c70f6ed7dbb68d223b3e4d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2020 08:31:14 +0100 Subject: [PATCH] chore(deps): update dependency @types/react to v16.9.38 (#128) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 024d2bb..bd03c86 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@types/nprogress": "0.2.0", "@types/object-fit-images": "3.2.0", "@types/prismjs": "1.16.1", - "@types/react": "16.9.35", + "@types/react": "16.9.38", "@types/react-modal": "3.10.5", "@types/react-transition-group": "4.4.0", "@types/sharp": "0.25.0", diff --git a/yarn.lock b/yarn.lock index d99e75f..1b80a3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2632,7 +2632,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.35": +"@types/react@*": version "16.9.35" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368" integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ== @@ -2640,6 +2640,14 @@ "@types/prop-types" "*" csstype "^2.2.0" +"@types/react@16.9.38": + version "16.9.38" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.38.tgz#868405dace93a4095d3e054f4c4a1de7a1ac0680" + integrity sha512-pHAeZbjjNRa/hxyNuLrvbxhhnKyKNiLC6I5fRF2Zr/t/S6zS41MiyzH4+c+1I9vVfvuRt1VS2Lodjr4ZWnxrdA== + dependencies: + "@types/prop-types" "*" + csstype "^2.2.0" + "@types/retry@^0.12.0": version "0.12.0" resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"