mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
Added overrides which don't seem to work
This commit is contained in:
@@ -38,5 +38,13 @@
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.200",
|
||||
"@types/react": "^19.0.12"
|
||||
},
|
||||
"overrides": {
|
||||
"@emotion/react": {
|
||||
"react": "^19.0.0"
|
||||
},
|
||||
"@emotion/styled": {
|
||||
"react": "^19.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,5 +41,10 @@
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.200",
|
||||
"@types/react": "^19.0.12"
|
||||
},
|
||||
"overrides": {
|
||||
"@emotion/styled": {
|
||||
"react": "^19.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,5 +40,13 @@
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.200",
|
||||
"@types/react": "^19.0.12"
|
||||
},
|
||||
"overrides": {
|
||||
"@emotion/react": {
|
||||
"react": "^19.0.0"
|
||||
},
|
||||
"@emotion/styled": {
|
||||
"react": "^19.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user