Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
acasazza committed Dec 11, 2024
1 parent 3ec8729 commit b8b4176
Show file tree
Hide file tree
Showing 4 changed files with 4,798 additions and 1,252 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"ejs@<3.1.10": ">=3.1.10",
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"ws@>=6.0.0 <6.2.3": ">=6.2.3",
"micromatch@<4.0.8": ">=4.0.8",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
Expand Down
7 changes: 1 addition & 6 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,5 @@
"homepage": "https://github.com/commercelayer/commercelayer-react-components#readme",
"msw": {
"workerDirectory": "public"
},
"pnpm": {
"overrides": {
"ws@>=8.0.0 <8.17.1": ">=8.17.1"
}
}
}
}
1 change: 1 addition & 0 deletions packages/react-components/src/utils/organization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export async function getOrganizationConfig(
const sdk = getSdk(config)
const organization = await sdk.organization.retrieve({
fields: {
// @ts-expect-error typing fails here?
organization: ['id', 'config']
}
})
Expand Down
Loading

0 comments on commit b8b4176

Please sign in to comment.