Skip to content

Commit

Permalink
fix(syncpack): add dev to internal pinned workspace dependencies (#2553)
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Huijgen <barthuijgen@users.noreply.github.com>
  • Loading branch information
barthuijgen and barthuijgen authored Sep 30, 2024
1 parent 3a608a1 commit 3221103
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .syncpackrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ const config = {
pinVersion: 'workspace:*',
},
{
label: 'Internal production packages are pinned to `workspace:*`',
label: 'Internal packages are pinned to `workspace:*`',
packages: ['**'],
dependencies: ['@kadena/*'],
dependencyTypes: ['prod'],
dependencyTypes: ['prod', 'dev'],
pinVersion: 'workspace:*',
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@jest/globals": "^29.5.0",
"@kadena-dev/shared-config": "workspace:*",
"@kadena/pactjs-generator": "1.14.0",
"@kadena/pactjs-generator": "workspace:*",
"@kadena/types": "workspace:*",
"@lavamoat/allow-scripts": "^2.0.3",
"@metamask/auto-changelog": "^3.4.4",
Expand Down
21 changes: 5 additions & 16 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 3221103

Please sign in to comment.