Skip to content

Commit

Permalink
Merge pull request #1626 from oasisprotocol/renovate/react-dependencies
Browse files Browse the repository at this point in the history
Update dependency @types/react-test-renderer to v18.0.1
  • Loading branch information
buberdds authored Sep 4, 2023
2 parents 7385c2e + 278e20f commit fa471ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@types/react": "17.0.65",
"@types/react-dom": "18.2.7",
"@types/react-redux": "7.1.26",
"@types/react-test-renderer": "18.0.0",
"@types/react-test-renderer": "18.0.1",
"@types/redux-state-sync": "3.1.5",
"@types/styled-components": "5.1.26",
"@types/testing-library__jest-dom": "5.14.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3721,10 +3721,10 @@
hoist-non-react-statics "^3.3.0"
redux "^4.0.0"

"@types/[email protected].0":
version "18.0.0"
resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-18.0.0.tgz#7b7f69ca98821ea5501b21ba24ea7b6139da2243"
integrity sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==
"@types/[email protected].1":
version "18.0.1"
resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-18.0.1.tgz#d3f308912fcc4491e4fbc134b906bb65bdee73f6"
integrity sha512-LjEF+jTUCjzd+Qq4eWqsmZvEWPA/l4L0my+YWN5US8Fo3wZOMiyrpBshHDFbkO8usjdO1B430mEWNU/i1MF7Qg==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit fa471ab

Please sign in to comment.