Skip to content

Commit

Permalink
Update dependency @types/react to v17.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jackton1 committed Apr 7, 2022
1 parent cccfb19 commit 57b6f53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@testing-library/user-event": "14.0.4",
"@types/jest": "27.4.1",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.14",
"react": "18.0.0",
"react-dom": "18.0.0",
Expand Down
11 changes: 10 additions & 1 deletion test-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@17.0.43":
"@types/react@*":
version "17.0.43"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55"
integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==
Expand All @@ -1866,6 +1866,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@17.0.44":
version "17.0.44"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/resolve@1.17.1":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"
Expand Down

0 comments on commit 57b6f53

Please sign in to comment.