mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-24 20:42:23 +01:00
fix(deps): update gatsby
This commit is contained in:
parent
251d123491
commit
a826a68acf
@ -43,10 +43,10 @@
|
||||
"bluebird": "^3.5.5",
|
||||
"classnames": "^2.2.6",
|
||||
"codecov": "^3.5.0",
|
||||
"gatsby": "^2.7.5",
|
||||
"gatsby": "^2.8.0",
|
||||
"gatsby-link": "^2.1.1",
|
||||
"gatsby-plugin-catch-links": "^2.0.15",
|
||||
"gatsby-plugin-feed": "^2.2.1",
|
||||
"gatsby-plugin-feed": "^2.2.2",
|
||||
"gatsby-plugin-flow": "^1.0.6",
|
||||
"gatsby-plugin-google-gtag": "^1.0.17",
|
||||
"gatsby-plugin-manifest": "^2.1.1",
|
||||
@ -55,7 +55,7 @@
|
||||
"gatsby-plugin-offline": "^2.1.1",
|
||||
"gatsby-plugin-react-helmet": "^3.0.12",
|
||||
"gatsby-plugin-sass": "^2.0.11",
|
||||
"gatsby-plugin-sharp": "^2.1.2",
|
||||
"gatsby-plugin-sharp": "^2.1.3",
|
||||
"gatsby-plugin-sitemap": "^2.1.0",
|
||||
"gatsby-remark-autolink-headers": "^2.0.16",
|
||||
"gatsby-remark-copy-linked-files": "^2.0.13",
|
||||
@ -67,7 +67,7 @@
|
||||
"gatsby-remark-smartypants": "^2.0.9",
|
||||
"gatsby-source-filesystem": "^2.0.37",
|
||||
"gatsby-transformer-remark": "^2.3.12",
|
||||
"gatsby-transformer-sharp": "^2.1.20",
|
||||
"gatsby-transformer-sharp": "^2.1.21",
|
||||
"invariant": "^2.2.4",
|
||||
"katex": "^0.10.2",
|
||||
"lodash": "^4.17.11",
|
||||
|
24
yarn.lock
24
yarn.lock
@ -5657,9 +5657,9 @@ gatsby-plugin-catch-links@^2.0.15:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
escape-string-regexp "^1.0.5"
|
||||
|
||||
gatsby-plugin-feed@^2.2.1:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.2.1.tgz#a087cf681d925d070771e7012c30e120e1f8b72b"
|
||||
gatsby-plugin-feed@^2.2.2:
|
||||
version "2.2.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.2.2.tgz#522078455daf20832019dd9ff981ba8f6c977b6e"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
fs-extra "^7.0.1"
|
||||
@ -5746,9 +5746,9 @@ gatsby-plugin-sass@^2.0.11:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
sass-loader "^7.0.1"
|
||||
|
||||
gatsby-plugin-sharp@^2.1.2:
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.2.tgz#5cdb237f8b5258a327958349d74c5255f09877d1"
|
||||
gatsby-plugin-sharp@^2.1.3:
|
||||
version "2.1.3"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.1.3.tgz#d3a110aee8d9d9788a8fa7c10ccebd90387481eb"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
async "^2.1.2"
|
||||
@ -5934,9 +5934,9 @@ gatsby-transformer-remark@^2.3.12:
|
||||
unist-util-select "^1.5.0"
|
||||
unist-util-visit "^1.3.0"
|
||||
|
||||
gatsby-transformer-sharp@^2.1.20:
|
||||
version "2.1.20"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.1.20.tgz#62729fba7983935f2818ab724308736a9fbb0297"
|
||||
gatsby-transformer-sharp@^2.1.21:
|
||||
version "2.1.21"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.1.21.tgz#b49bffbeba7588f419351bfea46bb522c80b6de7"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
bluebird "^3.5.0"
|
||||
@ -5946,9 +5946,9 @@ gatsby-transformer-sharp@^2.1.20:
|
||||
semver "^5.6.0"
|
||||
sharp "^0.22.1"
|
||||
|
||||
gatsby@^2.7.5:
|
||||
version "2.7.5"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.7.5.tgz#039923ab9297f0351247f8aeba8986bc0023be45"
|
||||
gatsby@^2.8.0:
|
||||
version "2.8.0"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.8.0.tgz#19fcf9475364e3f9b74fa376a8616656d872a1d5"
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.0.0"
|
||||
"@babel/core" "^7.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user