Skip to content

Commit

Permalink
fix: @manypkg/cli ^0.23.0 (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam Skoufis <[email protected]>
  • Loading branch information
renovate[bot] and askoufis authored Dec 19, 2024
1 parent eb2c05c commit 5ee1222
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,27 @@
"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",
"@babel/preset-typescript": "^7.21.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.0",
"@manypkg/cli": "^0.22.0",
"@manypkg/cli": "^0.23.0",
"@preconstruct/cli": "^2.3.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.9",
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"
}
}
12 changes: 6 additions & 6 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 5ee1222

Please sign in to comment.