Skip to content

Commit 3b2a398

Browse files
authored
[DevTools] Bump version of react-devtools-core for react-devtools (facebook#34740)
This one was overlooked and yarn.lock was not synced. Related: - facebook#34692 - facebook#34723
1 parent 62ff1e6 commit 3b2a398

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/react-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"electron": "^23.1.2",
2727
"internal-ip": "^6.2.0",
2828
"minimist": "^1.2.3",
29-
"react-devtools-core": "6.1.5",
29+
"react-devtools-core": "7.0.0",
3030
"update-notifier": "^2.1.0"
3131
}
3232
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18233,12 +18233,12 @@ zip-stream@^2.1.2:
1823318233
compress-commons "^2.1.1"
1823418234
readable-stream "^3.4.0"
1823518235

18236-
zod-validation-error@^3.0.3:
18237-
version "3.4.0"
18238-
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.4.0.tgz#3a8a1f55c65579822d7faa190b51336c61bee2a6"
18239-
integrity sha512-ZOPR9SVY6Pb2qqO5XHt+MkkTRxGXb4EVtnjc9JpXUOtUB1T9Ru7mZOT361AN3MsetVe7R0a1KZshJDZdgp9miQ==
18236+
"zod-validation-error@^3.0.3 || ^4.0.0":
18237+
version "4.0.2"
18238+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
18239+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
1824018240

18241-
zod@^3.22.4:
18242-
version "3.24.2"
18243-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3"
18244-
integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==
18241+
"zod@^3.22.4 || ^4.0.0":
18242+
version "4.1.11"
18243+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.11.tgz#4aab62f76cfd45e6c6166519ba31b2ea019f75f5"
18244+
integrity sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==

0 commit comments

Comments
 (0)