Skip to content

Commit

Permalink
Remove unused deps (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Jun 5, 2023
1 parent 152f666 commit eb942a7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 38 deletions.
8 changes: 8 additions & 0 deletions .changeset/heavy-eagles-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@cobalt-ui/plugin-sass': patch
'@cobalt-ui/plugin-css': patch
'@cobalt-ui/core': patch
'@cobalt-ui/cli': patch
---

Remove unused deps
3 changes: 0 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,11 @@
"dependencies": {
"@cobalt-ui/core": "^1.0.0",
"@cobalt-ui/utils": "^1.0.0",
"@types/csso": "^5.0.0",
"better-color-tools": "^0.12.3",
"chokidar": "^3.5.3",
"dotenv": "^16.1.4",
"number-precision": "^1.6.0",
"piscina": "^3.2.0",
"svgo": "^3.0.2",
"undici": "^5.22.1",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
},
"dependencies": {
"@cobalt-ui/utils": "^1.0.0",
"@types/csso": "^5.0.0",
"better-color-tools": "^0.12.3"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"dependencies": {
"@cobalt-ui/utils": "^1.0.0",
"@types/csso": "^5.0.0",
"better-color-tools": "^0.12.3",
"mime": "^3.0.0",
"svgo": "^3.0.2"
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dependencies": {
"@cobalt-ui/plugin-css": "^1.2.0",
"@cobalt-ui/utils": "^1.0.0",
"@types/csso": "^5.0.0",
"mime": "^3.0.0",
"svgo": "^3.0.2"
},
Expand Down
35 changes: 3 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb942a7

Please sign in to comment.