Skip to content

Commit 027c0d4

Browse files
authored
Merge pull request #30 from Mill3/node-upgrade
Node upgrade
2 parents 25424fb + 719446c commit 027c0d4

File tree

4 files changed

+5315
-5306
lines changed

4 files changed

+5315
-5306
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.16.0
1+
14.15.4

gatsby-config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,8 @@ module.exports = {
1414
plugins: [
1515
`gatsby-plugin-react-helmet`,
1616
`gatsby-plugin-sitemap`,
17-
`gatsby-plugin-postcss`,
1817
{
19-
resolve: `gatsby-plugin-sass`,
20-
options: {
21-
postCssPlugins: [
22-
require('autoprefixer')
23-
],
24-
precision: 8
25-
}
18+
resolve: `gatsby-plugin-sass`
2619
},
2720
{
2821
resolve: `gatsby-source-wordpress`,

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@
88
"bootstrap": "4.1.1",
99
"classnames": "2.2.6",
1010
"gatsby": "2.24.64",
11-
"gatsby-plugin-postcss": "1.0.0",
12-
"gatsby-plugin-postcss-sass": "1.0.22",
1311
"gatsby-plugin-react-helmet": "next",
14-
"gatsby-plugin-sass": "2.0.0-beta.5",
12+
"gatsby-plugin-sass": "2.8.0",
1513
"gatsby-plugin-sitemap": "1.2.25",
1614
"gatsby-source-wordpress": "3.3.34",
1715
"get-browser-language": "1.0.0",
1816
"intersection-observer": "0.5.0",
1917
"lodash": "4.17.10",
20-
"node-sass": "4.9.2",
18+
"node-sass": "4.14.1",
2119
"raf": "3.4.0",
2220
"react": "16.12.0",
2321
"react-cursor-position": "2.5.0",

0 commit comments

Comments
 (0)