Skip to content

Commit b645e37

Browse files
committed
fix(decorator-mui): context and hooks as regular dependencies
Lerna is not substituting a verison for peer dependencies
1 parent 9446a3d commit b645e37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/decorator-mui/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@
3939
"react-dom": "^19.0.0",
4040
"react-test-renderer": "^19.0.0"
4141
},
42+
"dependencies": {
43+
"@forml/context": "file:../context",
44+
"@forml/hooks": "file:../hooks"
45+
},
4246
"peerDependencies": {
4347
"@emotion/react": "^11.14.0",
4448
"@emotion/styled": "^11.14.0",
45-
"@forml/context": "file:../context",
46-
"@forml/hooks": "file:../hooks",
4749
"@mui/icons-material": "^6.4.4",
4850
"@mui/lab": "^6.0.0-beta.27",
4951
"@mui/material": "^6.4.4",

0 commit comments

Comments
 (0)