Update app-sdk (#672)

* Update app-sdk to dev release and temporary display saleor versions in search app

* Update app-sdk

* add changeset

* Removed temp code
This commit is contained in:
Lukasz Ostrowski 2023-06-29 14:35:57 +02:00 committed by GitHub
parent 7c98e384fd
commit 6299e064b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 352 additions and 198 deletions

View file

@ -0,0 +1,17 @@
---
"saleor-app-emails-and-messages": patch
"saleor-app-data-importer": patch
"saleor-app-products-feed": patch
"saleor-app-monitoring": patch
"@saleor/apps-shared": patch
"saleor-app-invoices": patch
"saleor-app-klaviyo": patch
"saleor-app-search": patch
"@saleor/apps-ui": patch
"saleor-app-slack": patch
"saleor-app-taxes": patch
"saleor-app-cms": patch
"saleor-app-crm": patch
---
Update @saleor/app-sdk to 0.41.0

View file

@ -17,7 +17,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.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/macaw-ui": "^0.7.2",
"@sentry/nextjs": "7.55.2",

View file

@ -13,7 +13,7 @@
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@saleor/app-sdk": "0.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.95",
"@sentry/nextjs": "7.55.2",

View file

@ -15,7 +15,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.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/macaw-ui": "^0.7.2",
"@sentry/nextjs": "7.55.2",

View file

@ -14,7 +14,7 @@
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@monaco-editor/react": "^4.4.6",
"@saleor/app-sdk": "0.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/apps-ui": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.95",

View file

@ -13,7 +13,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@saleor/app-sdk": "0.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.95",
"@sentry/nextjs": "7.55.2",

View file

@ -14,7 +14,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.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.95",
"@sentry/nextjs": "7.55.2",

View file

@ -14,7 +14,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.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/apps-ui": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.95",

View file

@ -14,7 +14,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.332.0",
"@hookform/resolvers": "^3.1.0",
"@saleor/app-sdk": "0.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/apps-ui": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.95",

View file

@ -13,7 +13,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@saleor/app-sdk": "0.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/apps-ui": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.95",

View file

@ -6,10 +6,13 @@ import { WebhooksStatus } from "../../components/WebhooksStatus";
import { MainInstructions } from "../../components/MainInstructions";
import { WebhooksStatusInstructions } from "../../components/WebhooksStatusInstructions";
import { TextLink } from "@saleor/apps-ui";
import { useAppBridge } from "@saleor/app-sdk/app-bridge";
const ALGOLIA_DASHBOARD_TOKENS_URL = "https://www.algolia.com/account/api-keys/all";
export const ConfigurationView = () => {
const { appBridgeState } = useAppBridge();
return (
<Box display="flex" flexDirection="column" gap={10}>
<Box>

View file

@ -14,7 +14,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.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/apps-ui": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.95",

View file

@ -13,7 +13,7 @@
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@saleor/app-sdk": "0.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/apps-ui": "workspace:*",
"@saleor/macaw-ui": "^0.8.0-pre.84",

View file

@ -17,7 +17,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.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/macaw-ui": "^0.7.2",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",

View file

@ -9,7 +9,7 @@
"typescript": "5.1.3"
},
"devDependencies": {
"@saleor/app-sdk": "0.40.1",
"@saleor/app-sdk": "0.41.0",
"@saleor/macaw-ui": "0.8.0-pre.95",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",

File diff suppressed because it is too large Load diff