Skip to content

Commit

Permalink
Guides: material-ui-dashboard | reset changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YakovlevCoded committed Aug 4, 2020
1 parent 0b09c4e commit 848c842
Show file tree
Hide file tree
Showing 8 changed files with 28,574 additions and 7,672 deletions.
2 changes: 1 addition & 1 deletion guides/d3-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-plugin-sitemap": "^2.2.16",
"gatsby-plugin-snowplow-tracker": "^1.0.1",
"gatsby-plugin-styled-components": "^3.1.9",
"gatsby-plugin-twitter": "^2.1.9",
"gatsby-remark-autolink-headers": "^2.1.13",
Expand All @@ -26,7 +27,6 @@
"gatsby-source-filesystem": "^2.1.28",
"gatsby-transformer-remark": "^2.6.26",
"gatsby-transformer-sharp": "^2.2.19",
"gatsby-plugin-snowplow-tracker": "^1.0.1",
"guides-base": "file:../guides-base",
"lodash": "^4.17.11",
"moment": "^2.24.0",
Expand Down
9,515 changes: 5,677 additions & 3,838 deletions guides/d3-dashboard/yarn.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions guides/real-time-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-plugin-sitemap": "^2.2.16",
"gatsby-plugin-snowplow-tracker": "^1.0.1",
"gatsby-plugin-styled-components": "^3.1.9",
"gatsby-plugin-twitter": "^2.1.9",
"gatsby-remark-autolink-headers": "^2.1.13",
Expand Down
1 change: 1 addition & 0 deletions guides/real-time-dashboard/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import featureOneThree from "./feature-3.png";
import hero from "./hero.png";

class Index extends React.Component {

render() {
const partsEdges = this.props.data.allMarkdownRemark.edges;
return (
Expand Down
9,521 changes: 5,689 additions & 3,832 deletions guides/real-time-dashboard/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion guides/web-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-plugin-sitemap": "^2.2.16",
"gatsby-plugin-snowplow-tracker": "^1.0.1",
"gatsby-plugin-styled-components": "^3.1.9",
"gatsby-plugin-twitter": "^2.1.9",
"gatsby-remark-autolink-headers": "^2.1.13",
Expand All @@ -26,7 +27,6 @@
"gatsby-source-filesystem": "^2.1.28",
"gatsby-transformer-remark": "^2.6.26",
"gatsby-transformer-sharp": "^2.2.19",
"gatsby-plugin-snowplow-tracker": "^1.0.1",
"guides-base": "file:../guides-base",
"lodash": "^4.17.11",
"moment": "^2.24.0",
Expand Down
1 change: 1 addition & 0 deletions guides/web-analytics/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const StyledHeroImage = styled.img`
`;

class Index extends React.Component {

render() {
const partsEdges = this.props.data.allMarkdownRemark.edges;
return (
Expand Down
17,203 changes: 17,203 additions & 0 deletions guides/web-analytics/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 848c842

Please sign in to comment.