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 20fb388
Show file tree
Hide file tree
Showing 6 changed files with 41 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
1 change: 1 addition & 0 deletions packages/webapp-libs/webapp-tenants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@sb/webapp-api-client": "*",
"@sb/webapp-core": "*",
"@sb/webapp-notifications": "*",
"lucide-react": "^0.224.0"
}
}
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-libs/webapp-tenants/src/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import '@sb/webapp-core/types/styled';
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
47 changes: 36 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 20fb388

Please sign in to comment.