Skip to content

Commit

Permalink
fix: add missing dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao committed Feb 21, 2024
1 parent aecf194 commit f725582
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"clean-package": "^2.2.0"
},
"dependencies": {
"@tanstack/react-query": "^4.36.1"
Expand Down
3 changes: 2 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"clean-package": "^2.2.0"
},
"dependencies": {
"@gobob/bob-sdk": "^1.1.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"devDependencies": {
"react": "^18.2.0",
"@gobob/types": "workspace:^",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"clean-package": "^2.2.0"
},
"dependencies": {
"@gobob/bob-sdk": "^1.1.1",
Expand Down
9 changes: 9 additions & 0 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 f725582

Please sign in to comment.