Skip to content

Commit

Permalink
pnpm: Adopt workspace protocol (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto authored Jul 26, 2024
1 parent e3f73ea commit 7e62b2d
Show file tree
Hide file tree
Showing 5 changed files with 480 additions and 450 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@crackle/cli": "^0.15.2",
"@manypkg/cli": "^0.21.2",
"@manypkg/cli": "^0.21.4",
"@storybook/addon-viewport": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/cli": "^6.5.16",
Expand All @@ -68,5 +68,8 @@
"volta": {
"node": "20.11.0",
"pnpm": "9.6.0"
},
"manypkg": {
"workspaceProtocol": "require"
}
}
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"generate": "pnpm clean && tsx ./scripts/generate.ts"
},
"devDependencies": {
"@capsizecss/unpack": "^2.2.0",
"@capsizecss/unpack": "workspace:*",
"@types/cli-progress": "^3.9.2",
"@types/node-fetch": "^2.6.2",
"cli-progress": "^3.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dev": "crackle dev --shim=none"
},
"dependencies": {
"@capsizecss/core": "^4.0.0"
"@capsizecss/core": "workspace:*"
},
"devDependencies": {
"@vanilla-extract/css": "^1.9.2"
Expand Down
Loading

0 comments on commit 7e62b2d

Please sign in to comment.