Skip to content

Commit 9635e68

Browse files
authored
chore(deps): update react monorepo (#688)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent b9a0768 commit 9635e68

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@testing-library/user-event": "14.5.2",
2525
"@types/jest": "29.5.11",
2626
"@types/node": "22.9.0",
27-
"@types/react": "18.3.14",
28-
"@types/react-dom": "18.3.3",
27+
"@types/react": "18.3.15",
28+
"@types/react-dom": "18.3.4",
2929
"@typescript-eslint/eslint-plugin": "6.18.1",
3030
"@typescript-eslint/parser": "6.18.1",
3131
"babel-plugin-transform-export-extensions": "6.22.0",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2678,10 +2678,10 @@
26782678
resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz"
26792679
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
26802680

2681-
"@types/[email protected].3", "@types/react-dom@^18.0.0":
2682-
version "18.3.3"
2683-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.3.tgz#3654138d0da1b0c7916f6ed0dc1cc2b576d47650"
2684-
integrity sha512-uTYkxTLkYp41nq/ULXyXMtkNT1vu5fXJoqad6uTNCOGat5t9cLgF4vMNLBXsTOXpdOI44XzKPY1M5RRm0bQHuw==
2681+
"@types/[email protected].4", "@types/react-dom@^18.0.0":
2682+
version "18.3.4"
2683+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.4.tgz#25119d84a654b3894b49eded7c4b68f2ca9a0f6d"
2684+
integrity sha512-HMqjZ3RJxmfoOn3sVc0T0fO6qSrLDnUQYB+azHKdBBz1eOt0Sq4wUu2Sf1/Dt18gqhECg0fZ33tkh/6YdwrSCw==
26852685

26862686
"@types/react-transition-group@^4.4.10":
26872687
version "4.4.10"
@@ -2690,10 +2690,10 @@
26902690
dependencies:
26912691
"@types/react" "*"
26922692

2693-
"@types/react@*", "@types/[email protected].14":
2694-
version "18.3.14"
2695-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.14.tgz#7ce43bbca0e15e1c4f67ad33ea3f83d75aa6756b"
2696-
integrity sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==
2693+
"@types/react@*", "@types/[email protected].15":
2694+
version "18.3.15"
2695+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.15.tgz#14674f041072c2b17062ae2edb0eb95a45787f98"
2696+
integrity sha512-XQzbwkCwrsabawgWsvDDwsDTRuH1sf6Uj1fnFYoG03ZXfT54/aBvlylKR9ix70pXAtTn8dFzj358zVcZN4m83w==
26972697
dependencies:
26982698
"@types/prop-types" "*"
26992699
csstype "^3.0.2"

0 commit comments

Comments
 (0)