Skip to content

Commit

Permalink
fix: Package links
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Mar 12, 2024
1 parent d4a330a commit 72e7c77
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postinstall": "node packages/internal/cli/scripts/build.js"
},
"devDependencies": {
"@apollo/client": "^3.8.8",
"@apollo/client": "^3.9.6",
"@apollo/rover": "^0.19.1",
"@babel/preset-react": "^7.23.3",
"@graphql-codegen/cli": "^5.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useCurrentTenant } from '../../providers/currentTenant/currentTenant.ho
*
* @example
* ```tsx showLineNumbers
* import { useGenerateTenantPath } from '@sb/webapp-core/hooks';
* import { useGenerateTenantPath } from '@sb/webapp-tenants/hooks';
* import { Link } from 'react-router-dom';
*
* const Example = () => {
Expand Down
1 change: 1 addition & 0 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@sb/webapp-finances": "*",
"@sb/webapp-generative-ai": "*",
"@sb/webapp-notifications": "*",
"@sb/webapp-tenants": "*",
"@storybook/addon-essentials": "^7.6.1",
"@storybook/addon-measure": "^7.6.1",
"@storybook/addon-styling": "^1.3.7",
Expand Down
44 changes: 33 additions & 11 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 72e7c77

Please sign in to comment.