Skip to content

Commit

Permalink
Define monorepo root dependencies as dev deps to appease manypkg
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Dec 19, 2024
1 parent 1dd438c commit a0719c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,20 @@
"fixture:phrase:push": "pnpm run --filter @vocab-fixtures/phrase push",
"fixture:phrase:pull": "pnpm run --filter @vocab-fixtures/phrase pull"
},
"dependencies": {
"preconstruct": {
"packages": [
"packages/*"
]
},
"manypkg": {
"workspaceProtocol": "require"
},
"packageManager": "[email protected]",
"volta": {
"node": "20.18.1",
"pnpm": "9.15.0"
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
Expand All @@ -65,18 +78,5 @@
"tsx": "^4.10.5",
"typescript": "^5.5.4",
"webpack": "^5.37.0"
},
"preconstruct": {
"packages": [
"packages/*"
]
},
"manypkg": {
"workspaceProtocol": "require"
},
"packageManager": "[email protected]",
"volta": {
"node": "20.18.1",
"pnpm": "9.15.0"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit a0719c3

Please sign in to comment.