Skip to content

Commit

Permalink
fix: remove styled-components from dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Nov 4, 2023
1 parent 7134f8a commit efa2a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ package-lock.json
CHANGELOG.md
.husky
*.config.js
.size-limit.js
.size-limit.js
.eslingignore
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"styled-components": ">= 5.0.0"
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
Expand Down Expand Up @@ -95,7 +94,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.0",
"size-limit": "^9.0.0",
"styled-components": "^6.0.1"
"size-limit": "^9.0.0"
}
}

0 comments on commit efa2a55

Please sign in to comment.