Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v17.0.80 (#60)
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 Apr 8, 2024
1 parent 27d1b3f commit 3ac4d7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.69",
"@types/react": "17.0.80",
"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.69",
"@types/react": "17.0.80",
"config": "*",
"eslint": "7.32.0",
"next-transpile-modules": "9.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1861,19 +1861,19 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@17.0.69", "@types/react@>=16.14.8", "@types/react@>=16.9.11":
version "17.0.69"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.69.tgz#245a0cf2f5b0fb1d645691d3083e3c7d4409b98f"
integrity sha512-klEeru//GhiQvXUBayz0Q4l3rKHWsBR/EUOhOeow6hK2jV7MlO44+8yEk6+OtPeOlRfnpUnrLXzGK+iGph5aeg==
"@types/react@*", "@types/react@17.0.80", "@types/react@>=16.14.8", "@types/react@>=16.9.11":
version "17.0.80"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.80.tgz#a5dfc351d6a41257eb592d73d3a85d3b7dbcbb41"
integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
"@types/scheduler" "^0.16"
csstype "^3.0.2"

"@types/scheduler@*":
version "0.16.2"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
"@types/scheduler@^0.16":
version "0.16.8"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==

"@types/stack-utils@^2.0.0":
version "2.0.1"
Expand Down

0 comments on commit 3ac4d7a

Please sign in to comment.