Skip to content

Commit

Permalink
Merge pull request #302 from kufu/renovate/react-18.2.x
Browse files Browse the repository at this point in the history
chore: update dependency @types/react to ^18.2.42
  • Loading branch information
yamish123 authored Dec 5, 2023
2 parents 78db0d4 + 21be473 commit 31b92de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/use-bulk-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "^18.2.37",
"@types/react": "^18.2.42",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/use-virtual-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@storybook/react": "^7.4.5",
"@storybook/react-webpack5": "^7.4.5",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^18.2.37",
"@types/react": "^18.2.42",
"babel-loader": "^9.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5626,10 +5626,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^18.2.37":
version "18.2.37"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.37.tgz#0f03af69e463c0f19a356c2660dbca5d19c44cae"
integrity sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==
"@types/react@^18.2.42":
version "18.2.42"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.42.tgz#6f6b11a904f6d96dda3c2920328a97011a00aba7"
integrity sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 31b92de

Please sign in to comment.