From e133b9692c6a11b58c797ea2930faa2643d46a7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 06:32:36 +0000 Subject: [PATCH] chore(deps): bump @material-ui/icons from 4.0.1 to 4.1.0 Bumps [@material-ui/icons](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons) from 4.0.1 to 4.1.0. - [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/v4.1.0/packages/material-ui-icons) 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 c5ecbce2..7b3a78c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2492,9 +2492,9 @@ } }, "@material-ui/icons": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.0.1.tgz", - "integrity": "sha512-03zUfksGXXbaWX2piB1LCmC28eydlT8ah8MbYT4n4mgiX9BTL4HH50lkFn9JIJJSk2oO5kRy4FvpXRGRBI+oxw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.1.0.tgz", + "integrity": "sha512-EwlS/D3O1lBEFBBOwBJgcV3c9zkLYy6GpJzBFL4i8rpkwfpWAE2dvz2TGsHfftfR60tiiLpZJhngBL7NJYnRng==", "requires": { "@babel/runtime": "^7.2.0" } diff --git a/package.json b/package.json index 3c34bfea..fb4e3bde 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@babel/polyfill": "^7.4.4", "@material-ui/core": "^4.1.0", - "@material-ui/icons": "^4.0.1", + "@material-ui/icons": "^4.1.0", "@sentry/browser": "^5.4.0", "autosuggest-highlight": "^3.1.1", "axios": "^0.19.0",