Skip to content

Commit

Permalink
chore: remove dev deps from publishable lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jan 6, 2024
1 parent 0997d49 commit 0bfa018
Show file tree
Hide file tree
Showing 3 changed files with 2,197 additions and 6,013 deletions.
6 changes: 5 additions & 1 deletion packages/history-utility/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
"@nx/dependency-checks": [
"error",
{
"ignoredFiles": ["{projectRoot}/vite.config.{js,ts,mjs,mts}"]
"ignoredFiles": [
"{projectRoot}/vite.config.{js,ts,mjs,mts}",
"*.spec.{js,ts,tsx,mjs,mts}"
],
"ignoredDependencies": ["react", "@testing-library/react"]
}
]
}
Expand Down
4 changes: 1 addition & 3 deletions packages/history-utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"valtio-utility"
],
"dependencies": {
"tslib": "^2.3.0",
"react": "18.2.0",
"@testing-library/react": "14.0.0"
"tslib": "^2.3.0"
},
"peerDependencies": {
"valtio": ">=1.0.0"
Expand Down
Loading

0 comments on commit 0bfa018

Please sign in to comment.