Skip to content

Commit 3ad3faa

Browse files
authored
build: update babel-preset-gatsby and sass (#798)
1 parent 7e3a317 commit 3ad3faa

File tree

2 files changed

+1314
-671
lines changed

2 files changed

+1314
-671
lines changed

www/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"@babel/core": "^7.3.4",
17-
"babel-preset-gatsby": "^0.1.8",
17+
"babel-preset-gatsby": "^2.7.0",
1818
"bootstrap": "^4.3.1",
1919
"gatsby": "^2.1.22",
2020
"gatsby-plugin-react-helmet": "^3.0.10",
@@ -28,10 +28,10 @@
2828
"react": "^16.8.3",
2929
"react-bootstrap": "^1.0.0-beta.5",
3030
"react-dom": "^16.8.3",
31-
"react-helmet": "^5.2.0"
31+
"react-helmet": "^5.2.0",
32+
"sass": "^1.49.7"
3233
},
3334
"devDependencies": {
34-
"gh-pages": "^2.0.1",
35-
"node-sass": "^4.12.0"
35+
"gh-pages": "^2.0.1"
3636
}
3737
}

0 commit comments

Comments
 (0)