Skip to content

Commit

Permalink
fix(deps): update dependency @material-ui/core to ^4.8.0 (#117)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @material-ui/core to ^4.8.0

* fix: run yarn test -u
  • Loading branch information
renovate[bot] authored and ykzts committed Dec 14, 2019
1 parent 3935a1b commit 1f75ed8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/inabagumi/inaba-jinja/issues"
},
"dependencies": {
"@material-ui/core": "^4.7.2",
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"@next/plugin-google-analytics": "^9.1.5",
"clean-css": "^4.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports[`Header renders correctly 1`] = `
>
<SvgMock
aria-label="Inaba Jinja"
className="makeStyles-root-88 makeStyles-logo-2"
className="makeStyles-root-89 makeStyles-logo-2"
focusable="false"
role="img"
/>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1527,10 +1527,10 @@
"@types/istanbul-reports" "^1.1.1"
"@types/yargs" "^13.0.0"

"@material-ui/core@^4.7.2":
version "4.7.2"
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.7.2.tgz#b4396eded7c85214c43c17a18bad66e94742f92c"
integrity sha512-ZbeO6xshTEHcMU2jMNjBY26u9p5ILQFj0y7HvOPZ9WT6POaN6qNKYX2PdXnnRDE1MpN8W2K1cxM4KKkiYWNkCQ==
"@material-ui/core@^4.8.0":
version "4.8.0"
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.8.0.tgz#8fb4f4df2b35e3e781b1eec17d4aaf388edf3099"
integrity sha512-ODyvWlDOP0D3tU32wVlYRNrdS+LeJxB3xJbXdDxq6gnG4JhKk79+ylP0cImjPBI2yEZw0hcYHWFZOGD+0R1X4g==
dependencies:
"@babel/runtime" "^7.4.4"
"@material-ui/styles" "^4.7.1"
Expand Down

0 comments on commit 1f75ed8

Please sign in to comment.