Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.3.6 (#5751)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2024
1 parent 5360c1e commit de1d150
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 @@ -67,7 +67,7 @@
"typescript": "5.4.5"
},
"resolutions": {
"@types/react": "18.3.5",
"@types/react": "18.3.6",
"**/recursive-readdir/minimatch": "6.2.0",
"decode-uri-component": "0.2.2",
"express": "4.21.0",
Expand Down
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/jest": "29.5.13",
"@types/jsdom": "21.1.7",
"@types/node": "16.x",
"@types/react": "18.3.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0",
"@types/react-virtualized": "9.21.30",
"@types/vega": "3.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4508,10 +4508,10 @@
"@types/prop-types" "*"
"@types/react" "*"

"@types/react@*", "@types/[email protected].5":
version "18.3.5"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f"
integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==
"@types/react@*", "@types/[email protected].6":
version "18.3.6"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.6.tgz#1cb5895c5ea0d99d8bc7d659e42f72713cbd3942"
integrity sha512-CnGaRYNu2iZlkGXGrOYtdg5mLK8neySj0woZ4e2wF/eli2E6Sazmq5X+Nrj6OBrrFVQfJWTUFeqAzoRhWQXYvg==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"
Expand Down

0 comments on commit de1d150

Please sign in to comment.