From a3b41747ca179c428a1f1eac1616323debdb36eb Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
<27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu, 12 Dec 2019 11:22:38 -0300
Subject: [PATCH] build(deps-dev): bump @material-ui/core from 4.7.1 to 4.7.2
(#350)
---
package.json | 2 +-
src/App/__snapshots__/App.test.tsx.snap | 2 +-
.../__snapshots__/Developers.test.tsx.snap | 216 +++++++++++++++++-
.../__snapshots__/Engines.test.tsx.snap | 2 +-
yarn.lock | 8 +-
5 files changed, 215 insertions(+), 15 deletions(-)
diff --git a/package.json b/package.json
index a4c5155..a744cf2 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
"@commitlint/config-conventional": "8.2.0",
"@emotion/core": "10.0.22",
"@emotion/styled": "10.0.23",
- "@material-ui/core": "4.7.1",
+ "@material-ui/core": "4.7.2",
"@material-ui/icons": "4.5.1",
"@octokit/rest": "16.35.0",
"@testing-library/jest-dom": "4.2.4",
diff --git a/src/App/__snapshots__/App.test.tsx.snap b/src/App/__snapshots__/App.test.tsx.snap
index f9b995a..d97669a 100644
--- a/src/App/__snapshots__/App.test.tsx.snap
+++ b/src/App/__snapshots__/App.test.tsx.snap
@@ -49,7 +49,7 @@ exports[` should display the Header component 1`] = `
}
@@ -188,7 +226,19 @@ exports[`test Developers should render the component for contributors with items
+ >
+
+
}
className="MuiTooltip-popper"
@@ -274,6 +324,7 @@ exports[`test Developers should render the component for contributors with items
Object {
"circle": "MuiAvatar-circle",
"colorDefault": "MuiAvatar-colorDefault",
+ "fallback": "MuiAvatar-fallback",
"img": "MuiAvatar-img",
"root": "MuiAvatar-root",
"rounded": "MuiAvatar-rounded",
@@ -284,7 +335,44 @@ exports[`test Developers should render the component for contributors with items
+ >
+
+
+
+
+
+
+
+
@@ -300,7 +388,19 @@ exports[`test Developers should render the component for contributors with items
+ >
+
+
}
className="MuiTooltip-popper"
@@ -492,6 +592,7 @@ exports[`test Developers should render the component for maintainers with items
Object {
"circle": "MuiAvatar-circle",
"colorDefault": "MuiAvatar-colorDefault",
+ "fallback": "MuiAvatar-fallback",
"img": "MuiAvatar-img",
"root": "MuiAvatar-root",
"rounded": "MuiAvatar-rounded",
@@ -502,7 +603,44 @@ exports[`test Developers should render the component for maintainers with items
+ >
+
+
+
+
+
+
+
+
@@ -518,7 +656,19 @@ exports[`test Developers should render the component for maintainers with items
+ >
+
+
}
className="MuiTooltip-popper"
@@ -604,6 +754,7 @@ exports[`test Developers should render the component for maintainers with items
Object {
"circle": "MuiAvatar-circle",
"colorDefault": "MuiAvatar-colorDefault",
+ "fallback": "MuiAvatar-fallback",
"img": "MuiAvatar-img",
"root": "MuiAvatar-root",
"rounded": "MuiAvatar-rounded",
@@ -614,7 +765,44 @@ exports[`test Developers should render the component for maintainers with items
+ >
+
+
+
+
+
+
+
+
@@ -630,7 +818,19 @@ exports[`test Developers should render the component for maintainers with items
+ >
+
+
}
className="MuiTooltip-popper"
diff --git a/src/components/Engines/__snapshots__/Engines.test.tsx.snap b/src/components/Engines/__snapshots__/Engines.test.tsx.snap
index 06a6f3f..28ee25d 100644
--- a/src/components/Engines/__snapshots__/Engines.test.tsx.snap
+++ b/src/components/Engines/__snapshots__/Engines.test.tsx.snap
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[` component should render the component in default state 1`] = `""`;
+exports[` component should render the component in default state 1`] = `""`;
diff --git a/yarn.lock b/yarn.lock
index d6d94ed..9046d98 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1558,10 +1558,10 @@
mkdirp "^0.5.1"
rimraf "^2.5.2"
-"@material-ui/core@4.7.1":
- version "4.7.1"
- resolved "https://registry.verdaccio.org/@material-ui%2fcore/-/core-4.7.1.tgz#87b83da3f6adf45772c0a2be9fd9d162e026f10c"
- integrity sha512-gqbZqpwUT5/59KTrWyA9Mr9s8NaNyfWHlEQToM1tfpiHqrIJajLVg2ZgVDzExvN985v2YQIfbuTNVzJDOnM28Q==
+"@material-ui/core@4.7.2":
+ version "4.7.2"
+ resolved "https://registry.verdaccio.org/@material-ui%2fcore/-/core-4.7.2.tgz#b4396eded7c85214c43c17a18bad66e94742f92c"
+ integrity sha512-ZbeO6xshTEHcMU2jMNjBY26u9p5ILQFj0y7HvOPZ9WT6POaN6qNKYX2PdXnnRDE1MpN8W2K1cxM4KKkiYWNkCQ==
dependencies:
"@babel/runtime" "^7.4.4"
"@material-ui/styles" "^4.7.1"