Skip to content

Commit

Permalink
[core] Remove react from styled-engine dependencies (#38971)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Sep 14, 2023
1 parent 1f7f2b2 commit d0c6dd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"dependencies": {
"@babel/runtime": "^7.22.15",
"csstype": "^3.1.2",
"prop-types": "^15.8.1",
"react": "^18.2.0"

This comment has been minimized.

Copy link
@ChananM

ChananM Sep 14, 2023

Hey @michaldudak , any idea when a new version with this fix will be deployed?
It breaks our entire company's UI

"prop-types": "^15.8.1"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/react": "^18.2.21",
"@types/styled-components": "^5.1.26",
"chai": "^4.3.7",
"styled-components": "^5.3.1",
"react": "^18.2.0",
"test": "^5.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"@babel/runtime": "^7.22.15",
"@emotion/cache": "^11.11.0",
"csstype": "^3.1.2",
"prop-types": "^15.8.1",
"react": "^18.2.0"
"prop-types": "^15.8.1"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/chai": "^4.3.5",
"@types/react": "^18.2.21",
"chai": "^4.3.7",
"react": "^18.2.0",
"test": "^5.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit d0c6dd3

Please sign in to comment.