From e0ce946647946614e082270696ff9bd89e9ff364 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 08:47:51 +0000 Subject: [PATCH] Bump @material-ui/lab from 4.0.0-alpha.46 to 4.0.0-alpha.48 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.48. - [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..66131a9 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.48", + "resolved": "https://registry.npmjs.org/@material-ui/lab/-/lab-4.0.0-alpha.48.tgz", + "integrity": "sha512-iGuTGUvIR3LLkd4LPJRl1Sa92TKmoRa3B3p0I+IllAx+uK1h/aXr++6CnYmTS+gubWRQ8yWQVLRADVrPuLnvCA==", "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..49b59bd 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.48", "next": "9.3.2", "react": "16.13.1", "react-dom": "16.13.1" diff --git a/yarn.lock b/yarn.lock index 3690483..8ec8dfa 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.48": + version "4.0.0-alpha.48" + resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-4.0.0-alpha.48.tgz#47a54cc9d80c2a0446506530cec263d98ae64691" + integrity sha512-iGuTGUvIR3LLkd4LPJRl1Sa92TKmoRa3B3p0I+IllAx+uK1h/aXr++6CnYmTS+gubWRQ8yWQVLRADVrPuLnvCA== dependencies: "@babel/runtime" "^7.4.4" "@material-ui/utils" "^4.9.6"