Skip to content

Commit

Permalink
[styled-engine-sc] Fix missing @types/hoist-non-react-statics causi…
Browse files Browse the repository at this point in the history
…ng `styled` returns any (#44397)
  • Loading branch information
megos authored Nov 13, 2024
1 parent 981b033 commit d74e950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@types/hoist-non-react-statics": "^3.3.5",
"csstype": "^3.1.3",
"hoist-non-react-statics": "^3.3.2",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@types/chai": "^4.3.20",
"@types/hoist-non-react-statics": "^3.3.5",
"@types/react": "^18.3.12",
"chai": "^4.5.0",
"react": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d74e950

Please sign in to comment.