Compare commits

...

8 commits

Author SHA1 Message Date
Adrian Pilarczyk
233fc41b76 refactor: ♻️ address feedback 2023-05-18 12:31:46 +02:00
Adrian Pilarczyk
5ca5eb9797 refactor: 🔥 remove changes in turbo.json 2023-05-18 12:31:46 +02:00
Adrian Pilarczyk
8d72b19471 refactor: 🔥 remove usage in taxes 2023-05-18 12:31:44 +02:00
Lukasz Ostrowski
be54c71a23 Fix app-sdk version 2023-05-18 12:31:02 +02:00
Lukasz Ostrowski
16a2dcedd9 add app sdk 2023-05-18 12:30:52 +02:00
Adrian Pilarczyk
b39dbeaa41 build: ⬆️ upgrade macaw-ui in packages/ui 2023-05-18 12:30:33 +02:00
Adrian Pilarczyk
9485fc688d feat: ⚗️ move taxes app-grid to packages/ui 2023-05-18 12:29:06 +02:00
Adrian Pilarczyk
ed70502fa0 feat: add empty packages/ui 2023-05-18 12:27:09 +02:00
6 changed files with 25 additions and 15 deletions

View file

@ -17,7 +17,7 @@ const config = {
experimental: { experimental: {
esmExternals: true, esmExternals: true,
}, },
transpilePackages: ["@saleor/apps-shared", "@saleor/apps-ui"], transpilePackages: ["@saleor/apps-shared"],
}; };
module.exports = withSentryConfig( module.exports = withSentryConfig(

View file

@ -22,7 +22,6 @@
"@material-ui/lab": "4.0.0-alpha.61", "@material-ui/lab": "4.0.0-alpha.61",
"@saleor/app-sdk": "0.38.0", "@saleor/app-sdk": "0.38.0",
"@saleor/apps-shared": "workspace:*", "@saleor/apps-shared": "workspace:*",
"@saleor/apps-ui": "workspace:*",
"@saleor/macaw-ui": "^0.7.2", "@saleor/macaw-ui": "^0.7.2",
"@sentry/nextjs": "^7.45.0", "@sentry/nextjs": "^7.45.0",
"@tanstack/react-query": "^4.19.1", "@tanstack/react-query": "^4.19.1",

View file

@ -12,10 +12,7 @@
"VERCEL_URL", "VERCEL_URL",
"REST_APL_ENDPOINT", "REST_APL_ENDPOINT",
"REST_APL_TOKEN", "REST_APL_TOKEN",
"ALLOWED_DOMAIN_PATTERN", "ALLOWED_DOMAIN_PATTERN"
"SENTRY_AUTH_TOKEN",
"SENTRY_PROJECT",
"SENTRY_ORG"
] ]
} }
} }

View file

@ -9,7 +9,7 @@
"next": "^13.3.0", "next": "^13.3.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"@saleor/app-sdk": "^0.38.0" "@saleor/app-sdk": "0.37.3"
}, },
"peerDependencies": { "peerDependencies": {
"next": "^13.3.0", "next": "^13.3.0",

View file

@ -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>;
};

View file

@ -5559,6 +5559,28 @@ packages:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - 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): /@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==} resolution: {integrity: sha512-Fli7fhTWuHu7q2CzxwTUpB4x9HYaxHSAzCLZLA23VY1ieIWbCxbsXadMiMGWp/nuYitswMr6JXMm+1SDe9K8LQ==}
engines: {node: '>=16 <19'} engines: {node: '>=16 <19'}