Skip to content

Commit 1d13eae

Browse files
chore(deps): update dependency @types/react to v18.0.19 (#2415)
1 parent f71f739 commit 1d13eae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"undici": "5.8.2",
7171
"trim": "1.0.1",
7272
"trim-newlines": "3.0.1",
73-
"@types/react": "18.0.18"
73+
"@types/react": "18.0.19"
7474
}
7575
}

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/jest": "29.0.0",
5858
"@types/jsdom": "20.0.0",
5959
"@types/node": "16.11.58",
60-
"@types/react": "18.0.18",
60+
"@types/react": "18.0.19",
6161
"@types/react-dom": "18.0.6",
6262
"@types/react-measure": "2.0.8",
6363
"@types/react-table": "7.7.12",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4239,10 +4239,10 @@
42394239
"@types/prop-types" "*"
42404240
"@types/react" "^17"
42414241

4242-
"@types/react@*", "@types/[email protected].18", "@types/react@^16.9.19", "@types/react@^17":
4243-
version "18.0.18"
4244-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.18.tgz#9f16f33d57bc5d9dca848d12c3572110ff9429ac"
4245-
integrity sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==
4242+
"@types/react@*", "@types/[email protected].19", "@types/react@^16.9.19", "@types/react@^17":
4243+
version "18.0.19"
4244+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.19.tgz#269a5f35b9a73c69dfb0c7189017013ab02acbaa"
4245+
integrity sha512-BDc3Q+4Q3zsn7k9xZrKfjWyJsSlEDMs38gD1qp2eDazLCdcPqAT+vq1ND+Z8AGel/UiwzNUk8ptpywgNQcJ1MQ==
42464246
dependencies:
42474247
"@types/prop-types" "*"
42484248
"@types/scheduler" "*"

0 commit comments

Comments
 (0)