Skip to content

Commit 6652e84

Browse files
committed
⬆️ upgrade dependencies
migrate to styled-components v4
1 parent 2e50f11 commit 6652e84

File tree

3 files changed

+522
-673
lines changed

3 files changed

+522
-673
lines changed

package.json

+17-16
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"@leonardodino/gatsby-plugin-page-creator": "^0.0.2",
2222
"@reach/router": "^1.1.1",
2323
"deep-map": "^1.5.0",
24-
"gatsby": "^2.0.90",
25-
"gatsby-plugin-lodash": "^3.0.1",
26-
"gatsby-plugin-netlify": "^2.0.0",
27-
"gatsby-plugin-nprogress": "^2.0.5",
28-
"gatsby-plugin-react-helmet": "^3.0.0",
29-
"gatsby-plugin-styled-components": "^3.0.0",
30-
"gatsby-react-router-scroll": "^2.0.0",
24+
"gatsby": "^2.0.112",
25+
"gatsby-plugin-lodash": "^3.0.4",
26+
"gatsby-plugin-netlify": "^2.0.8",
27+
"gatsby-plugin-nprogress": "^2.0.8",
28+
"gatsby-plugin-react-helmet": "^3.0.6",
29+
"gatsby-plugin-styled-components": "^3.0.5",
30+
"gatsby-react-router-scroll": "^2.0.4",
3131
"gatsby-remark-external-links": "^0.0.4",
3232
"gatsby-remark-figure-caption": "^2.0.0",
33-
"gatsby-remark-responsive-iframe": "^2.0.5",
34-
"gatsby-source-filesystem": "^2.0.13",
33+
"gatsby-remark-responsive-iframe": "^2.0.9",
34+
"gatsby-source-filesystem": "^2.0.20",
3535
"gatsby-source-git": "https://github.com/stevetweeddale/gatsby-source-git",
36-
"gatsby-transformer-remark": "^2.2.0",
36+
"gatsby-transformer-remark": "^2.2.4",
3737
"lodash": "^4.17.11",
3838
"lru-cache": "^4.1.3",
3939
"polished": "^2.3.3",
@@ -43,18 +43,19 @@
4343
"react-helmet": "^5.2.0",
4444
"react-window-size": "^1.2.0",
4545
"recompose": "^0.30.0",
46-
"styled-components": "^3.4.8",
46+
"styled-components": "^4.1.3",
4747
"timesince": "^0.1.0-alpha.0",
4848
"unist-util-visit": "^1.4.0"
4949
},
5050
"devDependencies": {
5151
"babel-eslint": "^10.0.1",
5252
"babel-plugin-styled-components": "^1.7.1",
53-
"eslint": "^5.12.0",
54-
"eslint-plugin-import": "^2.12.0",
55-
"eslint-plugin-react": "^7.8.2",
56-
"gatsby-plugin-eslint": "^2.0.1",
53+
"eslint": "^5.13.0",
54+
"eslint-loader": "^2.1.1",
55+
"eslint-plugin-import": "^2.16.0",
56+
"eslint-plugin-react": "^7.12.4",
57+
"gatsby-plugin-eslint": "^2.0.4",
5758
"gatsby-plugin-netlify-cache": "^1.0.0-beta0",
58-
"lint-staged": "^8.1.0"
59+
"lint-staged": "^8.1.3"
5960
}
6061
}

src/components/Hero/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const Sup = styled.div`
7373
opacity: 0.66;
7474
`
7575

76-
const Sub = Sup.extend`
76+
const Sub = styled(Sup)`
7777
margin-top: 0.5rem;
7878
`
7979

0 commit comments

Comments
 (0)