Skip to content

Commit

Permalink
Bump @types/react to ^18.3.5 (#568)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 4181fb5 commit c3f4e65
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 141 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/hast": "^3.0.4",
"@types/node": "^18.19.48",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.3",
"chai": "^4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/lodash": "^4.17.7",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.48",
"@types/react": "^18.3.1",
"@types/react": "^18.3.5",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
Expand Down Expand Up @@ -186,7 +186,7 @@
"@definitelytyped/typescript-versions": "^0.1.4",
"@definitelytyped/utils": "^0.1.7",
"@types/node": "^18.19.48",
"@types/react": "^18.3.1",
"@types/react": "^18.3.5",
"@types/react-dom": "18.3.0"
},
"nyc": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/chai": "^4.3.19",
"@types/chai-dom": "^1.11.3",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"@types/use-sync-external-store": "^0.0.6",
Expand Down
Loading

0 comments on commit c3f4e65

Please sign in to comment.