Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
fix: bump app-sdk and remove ts-ignore (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw authored Oct 19, 2022
1 parent 43483ca commit 21c2199
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@saleor/app-sdk": "0.13.2",
"@saleor/app-sdk": "0.16.0",
"@saleor/macaw-ui": "^0.6.3",
"@sentry/nextjs": "^7.12.1",
"@urql/exchange-auth": "^1.0.0",
Expand Down
2 changes: 0 additions & 2 deletions pages/configuration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ const ConfigurationWithAuth = withAuthorization({
dashboardTokenInvalid: <AccessWarning cause="invalid_access_token" />,
})(Configuration);

// TODO: remove this ignore when https://github.com/saleor/saleor-app-sdk/pull/82 is released
// @ts-ignore
ConfigurationWithAuth.getLayout = (page: ReactElement) => (
<div>
<Card style={{ marginBottom: 40 }}>
Expand Down
20 changes: 6 additions & 14 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 21c2199

Please sign in to comment.