Skip to content

Commit

Permalink
fix(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent e6f5f93 commit db7a3ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@testing-library/user-event": "10.4.1",
"@types/jest": "26.0.24",
"@types/node": "12.20.55",
"@types/react": "16.14.35",
"@types/react-dom": "16.9.18",
"@types/react": "16.14.52",
"@types/react-dom": "16.9.23",
"@types/react-router-dom": "5.3.3",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1522,10 +1522,10 @@
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==

"@types/[email protected].18":
version "16.9.18"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.18.tgz#1fda8b84370b1339d639a797a84c16d5a195b419"
integrity sha512-lmNARUX3+rNF/nmoAFqasG0jAA7q6MeGZK/fdeLwY3kAA4NPgHHrG5bNQe2B5xmD4B+x6Z6h0rEJQ7MEEgQxsw==
"@types/[email protected].23":
version "16.9.23"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.23.tgz#d34a599e540937a375a0cf6fb90d5412ff7d2042"
integrity sha512-z0iuGR4NwBdGR/D2+ErsuONGwIwhaKKc6Wk/QpUzSvKqURRreKGm202H3XpP+yA1uFaLnRNWzh6p5TQDCPSc7A==
dependencies:
"@types/react" "^16"

Expand Down Expand Up @@ -1554,10 +1554,10 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/[email protected].35":
version "16.14.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.35.tgz#9d3cf047d85aca8006c4776693124a5be90ee429"
integrity sha512-NUEiwmSS1XXtmBcsm1NyRRPYjoZF2YTE89/5QiLt5mlGffYK9FQqOKuOLuXNrjPQV04oQgaZG+Yq02ZfHoFyyg==
"@types/[email protected].52":
version "16.14.52"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.52.tgz#d6c31c3f69cf6ae10718d0a07a2ef6f2ebafc490"
integrity sha512-4+ZN73hgRW3Gang3QMqWjrqPPkf+lWZYiyG4uXtUbpd+7eiBDw6Gemila6rXDd8DorADupTiIERL6Mb5BQTF2w==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit db7a3ce

Please sign in to comment.