From 65952a638387bbcbc022a8d42c34a707770cbcd0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 08:02:32 +0000 Subject: [PATCH] Bump @material-ui/lab from 4.0.0-alpha.46 to 4.0.0-alpha.49 Bumps [@material-ui/lab](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-lab) from 4.0.0-alpha.46 to 4.0.0-alpha.49. - [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 | 18 +++--------------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c90a9b..e050e15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1317,27 +1317,15 @@ } }, "@material-ui/lab": { - "version": "4.0.0-alpha.46", - "resolved": "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.46.tgz", - "integrity": "sha512-JGgZmj1UNP8bbYNAGvndipjXRK3x2+9mFBzbX7MyCj+WpfnJbeqTmJK2No9MXvPj/EZJ1piaKif46FdDc4U93A==", + "version": "4.0.0-alpha.49", + "resolved": "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.49.tgz", + "integrity": "sha512-Shx+wktDCj7YDlNSkgMeFhijTyqWT0CGn7wDBMck36kZlh3GQhNwaj1y5p219sCYJY44SPgnrDaCxBStlzj8KQ==", "requires": { "@babel/runtime": "^7.4.4", "@material-ui/utils": "^4.9.6", "clsx": "^1.0.4", "prop-types": "^15.7.2", "react-is": "^16.8.0" - }, - "dependencies": { - "@material-ui/utils": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-4.9.6.tgz", - "integrity": "sha512-gqlBn0JPPTUZeAktn1rgMcy9Iczrr74ecx31tyZLVGdBGGzsxzM6PP6zeS7FuoLS6vG4hoZP7hWnOoHtkR0Kvw==", - "requires": { - "@babel/runtime": "^7.4.4", - "prop-types": "^15.7.2", - "react-is": "^16.8.0" - } - } } }, "@material-ui/styles": { diff --git a/package.json b/package.json index 2a95080..659755e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@material-ui/core": "^4.9.9", "@material-ui/icons": "^4.9.1", - "@material-ui/lab": "^4.0.0-alpha.46", + "@material-ui/lab": "^4.0.0-alpha.49", "next": "9.3.2", "react": "16.13.1", "react-dom": "16.13.1" diff --git a/yarn.lock b/yarn.lock index 3690483..3f32a5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -962,10 +962,10 @@ dependencies: "@babel/runtime" "^7.4.4" -"@material-ui/lab@^4.0.0-alpha.46": - version "4.0.0-alpha.46" - resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-4.0.0-alpha.46.tgz#453546d58d3a0064263c198dedb6a1c54d24d1a4" - integrity sha512-JGgZmj1UNP8bbYNAGvndipjXRK3x2+9mFBzbX7MyCj+WpfnJbeqTmJK2No9MXvPj/EZJ1piaKif46FdDc4U93A== +"@material-ui/lab@^4.0.0-alpha.49": + version "4.0.0-alpha.49" + resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-4.0.0-alpha.49.tgz#da2bd29ecad3620924f078c0bab8f4483e821475" + integrity sha512-Shx+wktDCj7YDlNSkgMeFhijTyqWT0CGn7wDBMck36kZlh3GQhNwaj1y5p219sCYJY44SPgnrDaCxBStlzj8KQ== dependencies: "@babel/runtime" "^7.4.4" "@material-ui/utils" "^4.9.6"