Skip to content

Commit 5c619ce

Browse files
chore(deps): update dependency @types/react to v18.2.29 (#4896)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14b4864 commit 5c619ce

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,7 +70,7 @@
7070
},
7171
"resolutions": {
7272
"decode-uri-component": "0.2.2",
73-
"@types/react": "18.2.28",
73+
"@types/react": "18.2.29",
7474
"**/recursive-readdir/minimatch": "6.2.0",
7575
"fastify": "3.29.5",
7676
"json5": "2.2.3",

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/jest": "29.5.6",
5959
"@types/jsdom": "21.1.4",
6060
"@types/node": "16.x",
61-
"@types/react": "18.2.28",
61+
"@types/react": "18.2.29",
6262
"@types/react-dom": "18.2.13",
6363
"@types/react-measure": "2.0.10",
6464
"@types/react-virtualized": "9.21.23",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6265,10 +6265,10 @@
62656265
"@types/prop-types" "*"
62666266
"@types/react" "*"
62676267

6268-
"@types/react@*", "@types/[email protected].28", "@types/react@>=16", "@types/react@^16.9.19":
6269-
version "18.2.28"
6270-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.28.tgz#86877465c0fcf751659a36c769ecedfcfacee332"
6271-
integrity sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==
6268+
"@types/react@*", "@types/[email protected].29", "@types/react@>=16", "@types/react@^16.9.19":
6269+
version "18.2.29"
6270+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.29.tgz#88b48a287e00f6fdcd6f95662878fb701ae18b27"
6271+
integrity sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q==
62726272
dependencies:
62736273
"@types/prop-types" "*"
62746274
"@types/scheduler" "*"

0 commit comments

Comments
 (0)