Skip to content

Commit

Permalink
fix(components): move svg package to dep (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac authored Nov 2, 2023
1 parent 5b71b5b commit ecacb63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
"lint": "eslint .",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@layer5/sistent-svg": "workspace:^"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@layer5/sistent-svg": "workspace:^",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.16",
"@types/mui-datatables": "^4.3.6",
Expand Down

0 comments on commit ecacb63

Please sign in to comment.