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
  • Loading branch information
megos committed Sep 12, 2024
1 parent 4732610 commit 8ea919a
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,6 +38,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.6",
"@types/hoist-non-react-statics": "^3.3.5",
"csstype": "^3.1.3",
"hoist-non-react-statics": "^3.3.2",
"prop-types": "^15.8.1"
Expand All @@ -46,7 +47,6 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/styled-engine-sc": "workspace:*",
"@types/chai": "^4.3.19",
"@types/hoist-non-react-statics": "^3.3.5",
"@types/react": "^18.3.4",
"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 8ea919a

Please sign in to comment.