build: ⬆️
upgrade sdk to 0.34.1
This commit is contained in:
parent
5151858240
commit
d136463ce6
3 changed files with 6 additions and 6 deletions
|
@ -2,4 +2,4 @@
|
||||||
"saleor-app-taxes": patch
|
"saleor-app-taxes": patch
|
||||||
---
|
---
|
||||||
|
|
||||||
Removed the draft implementation of the SaleorSyncWebhook. Replaced it with SaleorSyncWebhook class from app-sdk and bumped it to 0.34.0.
|
Removed the draft implementation of the SaleorSyncWebhook. Replaced it with SaleorSyncWebhook class from app-sdk and bumped it to 0.34.1.
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"@material-ui/core": "^4.12.4",
|
"@material-ui/core": "^4.12.4",
|
||||||
"@material-ui/icons": "^4.11.3",
|
"@material-ui/icons": "^4.11.3",
|
||||||
"@material-ui/lab": "4.0.0-alpha.61",
|
"@material-ui/lab": "4.0.0-alpha.61",
|
||||||
"@saleor/app-sdk": "0.34.0",
|
"@saleor/app-sdk": "0.34.1",
|
||||||
"@saleor/apps-shared": "workspace:*",
|
"@saleor/apps-shared": "workspace:*",
|
||||||
"@saleor/macaw-ui": "^0.7.2",
|
"@saleor/macaw-ui": "^0.7.2",
|
||||||
"@tanstack/react-query": "^4.19.1",
|
"@tanstack/react-query": "^4.19.1",
|
||||||
|
|
|
@ -659,7 +659,7 @@ importers:
|
||||||
'@material-ui/core': ^4.12.4
|
'@material-ui/core': ^4.12.4
|
||||||
'@material-ui/icons': ^4.11.3
|
'@material-ui/icons': ^4.11.3
|
||||||
'@material-ui/lab': 4.0.0-alpha.61
|
'@material-ui/lab': 4.0.0-alpha.61
|
||||||
'@saleor/app-sdk': 0.34.0
|
'@saleor/app-sdk': 0.34.1
|
||||||
'@saleor/apps-shared': workspace:*
|
'@saleor/apps-shared': workspace:*
|
||||||
'@saleor/macaw-ui': ^0.7.2
|
'@saleor/macaw-ui': ^0.7.2
|
||||||
'@tanstack/react-query': ^4.19.1
|
'@tanstack/react-query': ^4.19.1
|
||||||
|
@ -704,7 +704,7 @@ importers:
|
||||||
'@material-ui/core': 4.12.4_5ndqzdd6t4rivxsukjv3i3ak2q
|
'@material-ui/core': 4.12.4_5ndqzdd6t4rivxsukjv3i3ak2q
|
||||||
'@material-ui/icons': 4.11.3_x54wk6dsnsxe7g7vvfmytp77te
|
'@material-ui/icons': 4.11.3_x54wk6dsnsxe7g7vvfmytp77te
|
||||||
'@material-ui/lab': 4.0.0-alpha.61_x54wk6dsnsxe7g7vvfmytp77te
|
'@material-ui/lab': 4.0.0-alpha.61_x54wk6dsnsxe7g7vvfmytp77te
|
||||||
'@saleor/app-sdk': 0.34.0_nvzgbose6yf6w7ijjprgspqefi
|
'@saleor/app-sdk': 0.34.1_nvzgbose6yf6w7ijjprgspqefi
|
||||||
'@saleor/apps-shared': link:../../packages/shared
|
'@saleor/apps-shared': link:../../packages/shared
|
||||||
'@saleor/macaw-ui': 0.7.2_pmlnlm755hlzzzocw2qhf3a34e
|
'@saleor/macaw-ui': 0.7.2_pmlnlm755hlzzzocw2qhf3a34e
|
||||||
'@tanstack/react-query': 4.24.4_biqbaboplfbrettd7655fr4n2y
|
'@tanstack/react-query': 4.24.4_biqbaboplfbrettd7655fr4n2y
|
||||||
|
@ -4335,8 +4335,8 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@saleor/app-sdk/0.34.0_nvzgbose6yf6w7ijjprgspqefi:
|
/@saleor/app-sdk/0.34.1_nvzgbose6yf6w7ijjprgspqefi:
|
||||||
resolution: {integrity: sha512-szcXE7OJ3lmu1DN9X8aHQ6dlBSf9ySWhpd49UnOJdAAh42MlxPJDgbbBtw8rNA42hfU75WMyp73wQ6xxbp/TZg==}
|
resolution: {integrity: sha512-z5oheqsJziYgsCHg2Q3x1EaiIBaWh7Y1DcAg/wGwxaI/1CLS2i4jKoTjTTvO0MzGNdZQdQRkQIQ8LQBwqQRlzQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
next: '>=12'
|
next: '>=12'
|
||||||
react: '>=17'
|
react: '>=17'
|
||||||
|
|
Loading…
Reference in a new issue