Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v17.0.44 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 11, 2022
1 parent 4ac04eb commit 9fe4b5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"web-streams-polyfill": "^3.2.0"
},
"devDependencies": {
"@types/react": "17.0.43",
"@types/react": "17.0.44",
"config": "*",
"eslint": "7.32.0",
"next-transpile-modules": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/match-entities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"use-debounce": "^7.0.1"
},
"devDependencies": {
"@types/react": "17.0.43",
"@types/react": "17.0.44",
"config": "*",
"eslint": "7.32.0",
"next-transpile-modules": "9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1724,10 +1724,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@17.0.43", "@types/react@>=16.14.8", "@types/react@>=16.9.11":
version "17.0.43"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55"
integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==
"@types/react@*", "@types/react@17.0.44", "@types/react@>=16.14.8", "@types/react@>=16.9.11":
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" "*"
Expand Down

0 comments on commit 9fe4b5d

Please sign in to comment.