fix: update gatsby, restore babel

This commit is contained in:
alxshelepenok
2019-03-27 01:06:51 +03:00
parent 41cfb39101
commit 49e3ab20e4
3 changed files with 699 additions and 629 deletions

View File

@@ -40,18 +40,18 @@
"bluebird": "^3.5.3",
"classnames": "^2.2.6",
"codecov": "^3.2.0",
"gatsby": "^2.2.8",
"gatsby": "^2.3.2",
"gatsby-link": "^2.0.16",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-feed": "^2.1.0",
"gatsby-plugin-google-gtag": "^1.0.16",
"gatsby-plugin-manifest": "^2.0.24",
"gatsby-plugin-netlify": "^2.0.13",
"gatsby-plugin-netlify-cms": "^3.0.16",
"gatsby-plugin-netlify-cms": "^3.0.17",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-react-helmet": "^3.0.11",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.30",
"gatsby-plugin-sharp": "^2.0.31",
"gatsby-plugin-sitemap": "^2.0.10",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-copy-linked-files": "^2.0.11",
@@ -78,6 +78,12 @@
"react-helmet": "^5.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/preset-react": "7.0.0",
"@babel/core": "7.4.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.6.0",
"identity-obj-proxy": "3.0.0",
"react-test-renderer": "16.8.5",
"jest": "23.6.0",