Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb1cc54

Browse files
authoredDec 28, 2023
chore(deps): update react
1 parent 736985d commit cb1cc54

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
@@ -455,8 +455,8 @@
455455
"devDependencies": {
456456
"@types/glob": "^8.1.0",
457457
"@types/node": "16.11.68",
458-
"@types/react": "^18.2.34",
459-
"@types/react-dom": "^18.2.14",
458+
"@types/react": "^18.2.46",
459+
"@types/react-dom": "^18.2.18",
460460
"@types/ssh2": "^1.11.13",
461461
"@types/vscode": "^1.74.0",
462462
"@types/vscode-webview": "^1.57.2",

‎yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,10 @@
506506
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
507507
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
508508

509-
"@types/react-dom@^18.2.14":
510-
version "18.2.14"
511-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.14.tgz#c01ba40e5bb57fc1dc41569bb3ccdb19eab1c539"
512-
integrity sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==
509+
"@types/react-dom@^18.2.18":
510+
version "18.2.18"
511+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.18.tgz#16946e6cd43971256d874bc3d0a72074bb8571dd"
512+
integrity sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==
513513
dependencies:
514514
"@types/react" "*"
515515

@@ -522,10 +522,10 @@
522522
"@types/scheduler" "*"
523523
csstype "^3.0.2"
524524

525-
"@types/react@^18.2.34":
526-
version "18.2.34"
527-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.34.tgz#aed20f19473721ba328feb99d1ec3307ebc1a8dd"
528-
integrity sha512-U6eW/alrRk37FU/MS2RYMjx0Va2JGIVXELTODaTIYgvWGCV4Y4TfTUzG8DdmpDNIT0Xpj/R7GfyHOJJrDttcvg==
525+
"@types/react@^18.2.46":
526+
version "18.2.46"
527+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.46.tgz#f04d6c528f8f136ea66333bc66abcae46e2680df"
528+
integrity sha512-nNCvVBcZlvX4NU1nRRNV/mFl1nNRuTuslAJglQsq+8ldXe5Xv0Wd2f7WTE3jOxhLH2BFfiZGC6GCp+kHQbgG+w==
529529
dependencies:
530530
"@types/prop-types" "*"
531531
"@types/scheduler" "*"

0 commit comments

Comments
 (0)
Please sign in to comment.