Skip to content

Commit

Permalink
pnpm: Switch to workspace protocol from overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Jul 16, 2024
1 parent 4a00ec1 commit b7cbf25
Show file tree
Hide file tree
Showing 6 changed files with 603 additions and 323 deletions.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"author": "SEEK",
"dependencies": {
"braid-design-system": "*"
"braid-design-system": "workspace:*"
},
"devDependencies": {
"@vanilla-extract/integration": "^6.1.2",
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@braid-design-system/docs-ui": "workspace:*",
"@braid-design-system/generate-component-docs": "workspace:*",
"@braid-design-system/source.macro": "workspace:*",
"braid-design-system": "workspace:*"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/braid-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-transform-typescript": "^7.20.13",
"@braid-design-system/source.macro": "*",
"@braid-design-system/source.macro": "workspace:*",
"@svgr/core": "^5.5.0",
"@svgr/plugin-jsx": "^5.5.0",
"@svgr/plugin-prettier": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vanilla-extract/css": "^1.9.2"
},
"devDependencies": {
"braid-design-system": "*",
"braid-design-system": "workspace:*",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b7cbf25

Please sign in to comment.