Use stable release of macaw-ui (#2789)

This commit is contained in:
Krzysztof Żuraw 2022-12-06 10:49:51 +01:00 committed by GitHub
parent c4f6a18d38
commit 04b93cdc9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -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",

View file

@ -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",