Skip to content

Commit 9adbbfd

Browse files
chore(deps): update react monorepo to v19
1 parent a0b5ab9 commit 9adbbfd

File tree

2 files changed

+11
-26
lines changed

2 files changed

+11
-26
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"@types/jest": "26.0.24",
3131
"@types/node": "14.18.23",
3232
"@types/object-hash": "1.3.4",
33-
"@types/react": "16.14.63",
33+
"@types/react": "19.1.5",
3434
"codecov": "3.8.3",
3535
"husky": "4.3.8",
3636
"ink": "3.2.0",
3737
"ink-testing-library": "2.1.0",
3838
"jest": "26.6.3",
3939
"prettier": "2.7.1",
4040
"pretty-quick": "3.3.1",
41-
"react": "17.0.2",
41+
"react": "19.1.0",
4242
"ts-jest": "26.5.6",
4343
"ts-node": "9.1.1",
4444
"typescript": "4.7.4"

yarn.lock

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -582,25 +582,13 @@
582582
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.1.5.tgz#b6ab3bba29e16b821d84e09ecfaded462b816b00"
583583
integrity sha512-UEyp8LwZ4Dg30kVU2Q3amHHyTn1jEdhCIE59ANed76GaT1Vp76DD3ZWSAxgCrw6wJ0TqeoBpqmfUHiUDPs//HQ==
584584

585-
"@types/prop-types@*":
586-
version "15.7.3"
587-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
588-
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
589-
590-
"@types/react@16.14.63":
591-
version "16.14.63"
592-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.63.tgz#0970c0bca7f23f630c85332cee00729d4ad53845"
593-
integrity sha512-s83gano0fRBVEw3ejdLpjgvU83F0LIeeuXqdxfPZF/Sc2bhr60tEqCK1zZ+aLirBwRSD6V5zCtOsEjcwKow3JQ==
594-
dependencies:
595-
"@types/prop-types" "*"
596-
"@types/scheduler" "^0.16"
585+
"@types/react@19.1.5":
586+
version "19.1.5"
587+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.5.tgz#9feb3bdeb506d0c79d8533b6ebdcacdbcb4756db"
588+
integrity sha512-piErsCVVbpMMT2r7wbawdZsq4xMvIAhQuac2gedQHysu1TZYEigE6pnFfgZT+/jQnrRuF5r+SHzuehFjfRjr4g==
589+
dependencies:
597590
csstype "^3.0.2"
598591

599-
"@types/scheduler@^0.16":
600-
version "0.16.8"
601-
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
602-
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
603-
604592
"@types/stack-utils@^2.0.0":
605593
version "2.0.0"
606594
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
@@ -3185,13 +3173,10 @@ react-reconciler@^0.26.2:
31853173
object-assign "^4.1.1"
31863174
scheduler "^0.20.2"
31873175

3188-
react@17.0.2:
3189-
version "17.0.2"
3190-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
3191-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
3192-
dependencies:
3193-
loose-envify "^1.1.0"
3194-
object-assign "^4.1.1"
3176+
react@19.1.0:
3177+
version "19.1.0"
3178+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75"
3179+
integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==
31953180

31963181
read-pkg-up@^7.0.1:
31973182
version "7.0.1"

0 commit comments

Comments
 (0)