Skip to content

Commit

Permalink
Merge branch 'master' into modal-remove-on-close
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Jul 17, 2024
2 parents 7475bbd + 5f9132e commit a805b69
Show file tree
Hide file tree
Showing 7 changed files with 759 additions and 1,322 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
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@changesets/cli": "^2.22.0",
"@changesets/get-github-info": "^0.5.0",
"@crackle/cli": "^0.15.2",
"@manypkg/cli": "^0.19.1",
"@manypkg/cli": "^0.21.4",
"@octokit/rest": "^18.12.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.0.0",
Expand Down Expand Up @@ -89,17 +89,14 @@
},
"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]"
}
},
"manypkg": {
"workspaceProtocol": "require"
},
"skuSkipPostInstall": true,
"skuSkipConfigure": true,
"skuSkipValidatePeerDeps": true
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
6 changes: 5 additions & 1 deletion packages/docs-ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
},
"lint": {},
"format": {},
"validate": {}
"validate": {},
"validate:dist": {
"dependsOn": ["dev"],
"executor": "nx:noop"
}
}
}
Loading

0 comments on commit a805b69

Please sign in to comment.