Skip to content

Commit

Permalink
Merge pull request #227 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.13
  • Loading branch information
yt-ymmt authored Jun 20, 2023
2 parents e10157d + 083e723 commit 59020f4
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.12",
"@types/react": "^18.2.13",
"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.0.22",
"@storybook/react-webpack5": "^7.0.22",
"@storybook/testing-library": "^0.1.0",
"@types/react": "^18.2.12",
"@types/react": "^18.2.13",
"babel-loader": "^9.1.2",
"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 @@ -4611,10 +4611,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^18.2.12":
version "18.2.12"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.12.tgz#95d584338610b78bb9ba0415e3180fb03debdf97"
integrity sha512-ndmBMLCgn38v3SntMeoJaIrO6tGHYKMEBohCUmw8HoLLQdRMOIGXfeYaBTLe2lsFaSB3MOK1VXscYFnmLtTSmw==
"@types/react@^18.2.13":
version "18.2.13"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.13.tgz#a98c09bde8b18f80021935b11d2d29ef5f4dcb2f"
integrity sha512-vJ+zElvi/Zn9cVXB5slX2xL8PZodPCwPRDpittQdw43JR2AJ5k3vKdgJJyneV/cYgIbLQUwXa9JVDvUZXGba+Q==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 59020f4

Please sign in to comment.