Skip to content

Commit

Permalink
Update client-react
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent b5681e0 commit 4c3da25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
4 changes: 2 additions & 2 deletions auth/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.0",
"@types/node": "16.11.18",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react": "17.0.72",
"@types/react-dom": "17.0.25",
"antd": "4.18.2",
"axios": "0.24.0",
"history": "5.2.0",
Expand Down
27 changes: 9 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3152,26 +3152,17 @@
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24"
integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==

"@types/[email protected].11":
version "17.0.11"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
"@types/[email protected].25":
version "17.0.25"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
dependencies:
"@types/react" "*"
"@types/react" "^17"

"@types/react@*":
version "17.0.30"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.30.tgz#2f8e6f5ab6415c091cc5e571942ee9064b17609e"
integrity sha512-3Dt/A8gd3TCXi2aRe84y7cK1K8G+N9CZRDG8kDGguOKa0kf/ZkSwTmVIDPsm/KbQOVMaDJXwhBtuOXxqwdpWVg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected]":
version "17.0.38"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd"
integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==
"@types/[email protected]", "@types/react@^17":
version "17.0.72"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.72.tgz#846876ddc2d92ba4787b6b970acc226f56b5c178"
integrity sha512-iFqLaDdU/V/xU+rnii7KdMi4xU+Rz0ArNW6q1r0xauGv++hD1eUMCvYn3zqm5jSXTtyb6O5Tr0qmHJ2bnzAsVA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 4c3da25

Please sign in to comment.