Compare commits
8 commits
main
...
refactor/s
Author | SHA1 | Date | |
---|---|---|---|
![]() |
233fc41b76 | ||
![]() |
5ca5eb9797 | ||
![]() |
8d72b19471 | ||
![]() |
be54c71a23 | ||
![]() |
16a2dcedd9 | ||
![]() |
b39dbeaa41 | ||
![]() |
9485fc688d | ||
![]() |
ed70502fa0 |
6 changed files with 25 additions and 15 deletions
|
@ -17,7 +17,7 @@ const config = {
|
|||
experimental: {
|
||||
esmExternals: true,
|
||||
},
|
||||
transpilePackages: ["@saleor/apps-shared", "@saleor/apps-ui"],
|
||||
transpilePackages: ["@saleor/apps-shared"],
|
||||
};
|
||||
|
||||
module.exports = withSentryConfig(
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
"@saleor/app-sdk": "0.38.0",
|
||||
"@saleor/apps-shared": "workspace:*",
|
||||
"@saleor/apps-ui": "workspace:*",
|
||||
"@saleor/macaw-ui": "^0.7.2",
|
||||
"@sentry/nextjs": "^7.45.0",
|
||||
"@tanstack/react-query": "^4.19.1",
|
||||
|
|
|
@ -12,10 +12,7 @@
|
|||
"VERCEL_URL",
|
||||
"REST_APL_ENDPOINT",
|
||||
"REST_APL_TOKEN",
|
||||
"ALLOWED_DOMAIN_PATTERN",
|
||||
"SENTRY_AUTH_TOKEN",
|
||||
"SENTRY_PROJECT",
|
||||
"SENTRY_ORG"
|
||||
"ALLOWED_DOMAIN_PATTERN"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"next": "^13.3.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"@saleor/app-sdk": "^0.38.0"
|
||||
"@saleor/app-sdk": "0.37.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"next": "^13.3.0",
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
import { Box } from "@saleor/macaw-ui/next";
|
||||
import { PropsWithChildren } from "react";
|
||||
|
||||
type ExampleProps = PropsWithChildren<{}>;
|
||||
|
||||
export const Example = ({ children }: ExampleProps) => {
|
||||
return <Box>{children}</Box>;
|
||||
};
|
|
@ -5559,6 +5559,28 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@saleor/app-sdk@0.38.0(next@13.3.0)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-JS/E3YODFHc+1DI+PczbV8jB09nLwzdQcwNs681RlwvR3JUC892hdBYYRdBKG5lauAcr4IxKw1IbrsxJKngtWA==}
|
||||
peerDependencies:
|
||||
next: '>=12'
|
||||
react: '>=17'
|
||||
react-dom: '>=17'
|
||||
dependencies:
|
||||
'@changesets/cli': 2.26.0
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.12
|
||||
graphql: 16.6.0
|
||||
jose: 4.11.4
|
||||
next: 13.3.0(@babel/core@7.21.4)(react-dom@18.2.0)(react@18.2.0)
|
||||
raw-body: 2.5.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
retes: 0.33.0
|
||||
uuid: 8.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@saleor/macaw-ui@0.7.2(@material-ui/core@4.12.4)(@material-ui/icons@4.11.3)(@material-ui/lab@4.0.0-alpha.61)(@types/react@18.0.14)(react-dom@18.2.0)(react-helmet@6.1.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-Fli7fhTWuHu7q2CzxwTUpB4x9HYaxHSAzCLZLA23VY1ieIWbCxbsXadMiMGWp/nuYitswMr6JXMm+1SDe9K8LQ==}
|
||||
engines: {node: '>=16 <19'}
|
||||
|
|
Loading…
Reference in a new issue