From 04b93cdc9be1b60deca46dabae59f85c46b7527f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Tue, 6 Dec 2022 10:49:51 +0100 Subject: [PATCH] Use stable release of macaw-ui (#2789) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 402193872..7ec61f9ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@material-ui/lab": "^4.0.0-alpha.61", "@material-ui/styles": "^4.11.4", "@reach/auto-id": "^0.16.0", - "@saleor/macaw-ui": "0.6.8-1", + "@saleor/macaw-ui": "0.7.0", "@saleor/sdk": "^0.4.4", "@sentry/react": "^6.0.0", "@types/faker": "^5.1.6", @@ -6571,9 +6571,9 @@ } }, "node_modules/@saleor/macaw-ui": { - "version": "0.6.8-1", - "resolved": "https://registry.npmjs.org/@saleor/macaw-ui/-/macaw-ui-0.6.8-1.tgz", - "integrity": "sha512-OduWgjl1OcJOSakQJs1+r6CnPuY1G+zWq2U0TBJFrLFLaA58XsRlgor8uF6b8y28TjED2vlTCqvAaIARZGs6lQ==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@saleor/macaw-ui/-/macaw-ui-0.7.0.tgz", + "integrity": "sha512-RslkWPkjV8v0P5tz9uJJAS8cj3jGlMsmv8Z8jmteb/Uz+6vfGepAClUBrHt2fby9JRHivPZyn9eBbYW3xNb8Yw==", "dependencies": { "@floating-ui/react-dom-interactions": "^0.5.0", "clsx": "^1.1.1", @@ -44504,9 +44504,9 @@ } }, "@saleor/macaw-ui": { - "version": "0.6.8-1", - "resolved": "https://registry.npmjs.org/@saleor/macaw-ui/-/macaw-ui-0.6.8-1.tgz", - "integrity": "sha512-OduWgjl1OcJOSakQJs1+r6CnPuY1G+zWq2U0TBJFrLFLaA58XsRlgor8uF6b8y28TjED2vlTCqvAaIARZGs6lQ==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@saleor/macaw-ui/-/macaw-ui-0.7.0.tgz", + "integrity": "sha512-RslkWPkjV8v0P5tz9uJJAS8cj3jGlMsmv8Z8jmteb/Uz+6vfGepAClUBrHt2fby9JRHivPZyn9eBbYW3xNb8Yw==", "requires": { "@floating-ui/react-dom-interactions": "^0.5.0", "clsx": "^1.1.1", diff --git a/package.json b/package.json index dcb0a20ff..f89c2948f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@material-ui/lab": "^4.0.0-alpha.61", "@material-ui/styles": "^4.11.4", "@reach/auto-id": "^0.16.0", - "@saleor/macaw-ui": "0.6.8-1", + "@saleor/macaw-ui": "0.7.0", "@saleor/sdk": "^0.4.4", "@sentry/react": "^6.0.0", "@types/faker": "^5.1.6",