From ffb886fd1b9a4579f73e4bbc157d3886eaac303a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 11:12:18 +0000 Subject: [PATCH] Bump @material-ui/lab from 4.0.0-alpha.54 to 4.0.0-alpha.55 Bumps [@material-ui/lab](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-lab) from 4.0.0-alpha.54 to 4.0.0-alpha.55. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui-org/material-ui/commits/HEAD/packages/material-ui-lab) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46a97bb..bf87a32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2090,9 +2090,9 @@ } }, "@material-ui/lab": { - "version": "4.0.0-alpha.54", - "resolved": "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.54.tgz", - "integrity": "sha512-BK/z+8xGPQoMtG6gWKyagCdYO1/2DzkBchvvXs2bbTVh3sbi/QQLIqWV6UA1KtMVydYVt22NwV3xltgPkaPKLg==", + "version": "4.0.0-alpha.55", + "resolved": "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.55.tgz", + "integrity": "sha512-mPHiS52Z1AT6NlWNp07xxTkoKGU3DZhoGdVtLKGy2+uMH5t4/UPtiZLRab7hR3hvuHvguxgV4tkBC9ww3xqUzA==", "requires": { "@babel/runtime": "^7.4.4", "@material-ui/utils": "^4.9.6", diff --git a/package.json b/package.json index 5a7ceae..c35a9d0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@apollo/react-hooks": "^3.1.5", "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", - "@material-ui/lab": "^4.0.0-alpha.54", + "@material-ui/lab": "^4.0.0-alpha.55", "@testing-library/jest-dom": "^5.9.0", "@testing-library/react": "^10.2.0", "@testing-library/user-event": "^11.0.0",