π¦Publish a module that uses TSS
How to express you dependencies requirements
"name": "YOUR_MODULE",
"dependencies": {
"tss-react": "^4.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.2 || 18.0.0" ,
"@mui/material": "^5.9.3 || ^6.0.0",
"@emotion/react": "^11.4.1",
},
"devDependencies": {
"@mui/material": "^5.0.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.8.1"
}
yarn add YOUR_MODULE @mui/material @emotion/react @emotion/styledLast updated
Was this helpful?
