Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v17.0.47 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 20, 2022
1 parent 2c8a523 commit 7e6b1ba
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.45",
"@types/react": "17.0.47",
"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.45",
"@types/react": "17.0.47",
"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 @@ -1729,10 +1729,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@17.0.45", "@types/react@>=16.14.8", "@types/react@>=16.9.11":
version "17.0.45"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f"
integrity sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==
"@types/react@*", "@types/react@17.0.47", "@types/react@>=16.14.8", "@types/react@>=16.9.11":
version "17.0.47"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.47.tgz#4ee71aaf4c5a9e290e03aa4d0d313c5d666b3b78"
integrity sha512-mk0BL8zBinf2ozNr3qPnlu1oyVTYq+4V7WA76RgxUAtf0Em/Wbid38KN6n4abEkvO4xMTBWmnP1FtQzgkEiJoA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 7e6b1ba

Please sign in to comment.