Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2023
1 parent c1ac5c8 commit 1e97709
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"resolutions": {
"decode-uri-component": "0.2.2",
"@types/react": "18.2.29",
"@types/react": "18.2.30",
"**/recursive-readdir/minimatch": "6.2.0",
"fastify": "3.29.5",
"json5": "2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/jest": "29.5.6",
"@types/jsdom": "21.1.4",
"@types/node": "16.x",
"@types/react": "18.2.29",
"@types/react": "18.2.30",
"@types/react-dom": "18.2.14",
"@types/react-virtualized": "9.21.25",
"@types/webpack": "5.28.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6258,10 +6258,10 @@
"@types/prop-types" "*"
"@types/react" "*"

"@types/react@*", "@types/[email protected].29", "@types/react@>=16", "@types/react@^16.9.19":
version "18.2.29"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.29.tgz#88b48a287e00f6fdcd6f95662878fb701ae18b27"
integrity sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q==
"@types/react@*", "@types/[email protected].30", "@types/react@>=16", "@types/react@^16.9.19":
version "18.2.30"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.30.tgz#b84f786864fc46f18545364a54d5e1316308e59b"
integrity sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 1e97709

Please sign in to comment.