mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
fix(deps): update gatsby
This commit is contained in:
parent
dddacfe29d
commit
65117f0b86
@ -41,10 +41,10 @@
|
||||
"bluebird": "^3.5.5",
|
||||
"classnames": "^2.2.6",
|
||||
"codecov": "^3.5.0",
|
||||
"gatsby": "^2.13.31",
|
||||
"gatsby": "^2.13.32",
|
||||
"gatsby-link": "^2.2.2",
|
||||
"gatsby-plugin-catch-links": "^2.1.2",
|
||||
"gatsby-plugin-feed": "^2.3.4",
|
||||
"gatsby-plugin-feed": "^2.3.5",
|
||||
"gatsby-plugin-flow": "^1.1.2",
|
||||
"gatsby-plugin-google-gtag": "^1.1.3",
|
||||
"gatsby-plugin-manifest": "^2.2.3",
|
||||
@ -58,14 +58,14 @@
|
||||
"gatsby-remark-autolink-headers": "^2.1.3",
|
||||
"gatsby-remark-copy-linked-files": "^2.1.3",
|
||||
"gatsby-remark-external-links": "0.0.4",
|
||||
"gatsby-remark-images": "^3.1.6",
|
||||
"gatsby-remark-images": "^3.1.7",
|
||||
"gatsby-remark-katex": "^3.1.2",
|
||||
"gatsby-remark-prismjs": "^3.3.3",
|
||||
"gatsby-remark-relative-images": "^0.2.2",
|
||||
"gatsby-remark-responsive-iframe": "^2.2.4",
|
||||
"gatsby-remark-smartypants": "^2.1.2",
|
||||
"gatsby-source-filesystem": "^2.1.5",
|
||||
"gatsby-transformer-remark": "^2.6.7",
|
||||
"gatsby-transformer-remark": "^2.6.8",
|
||||
"gatsby-transformer-sharp": "^2.2.4",
|
||||
"invariant": "^2.2.4",
|
||||
"katex": "^0.10.2",
|
||||
|
24
yarn.lock
24
yarn.lock
@ -5614,9 +5614,9 @@ gatsby-plugin-catch-links@^2.1.2:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
escape-string-regexp "^1.0.5"
|
||||
|
||||
gatsby-plugin-feed@^2.3.4:
|
||||
version "2.3.4"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.3.4.tgz#a107aafd1f73d76b531e00b7baf947f873df446a"
|
||||
gatsby-plugin-feed@^2.3.5:
|
||||
version "2.3.5"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.3.5.tgz#b988010ee799664fc4d5f55e7dd66f9832dea0e6"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
"@hapi/joi" "^15.0.0"
|
||||
@ -5775,9 +5775,9 @@ gatsby-remark-external-links@0.0.4:
|
||||
unist-util-find "^1.0.1"
|
||||
unist-util-visit "^1.1.3"
|
||||
|
||||
gatsby-remark-images@^3.1.6:
|
||||
version "3.1.6"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.1.6.tgz#ee3966124f6e43c257ebcfe8324f3496fc74b4e7"
|
||||
gatsby-remark-images@^3.1.7:
|
||||
version "3.1.7"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.1.7.tgz#baa168afe680f4b6f209ee1d04aa801de38aaa23"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
cheerio "^1.0.0-rc.2"
|
||||
@ -5878,9 +5878,9 @@ gatsby-telemetry@^1.1.6:
|
||||
stack-utils "1.0.2"
|
||||
uuid "3.3.2"
|
||||
|
||||
gatsby-transformer-remark@^2.6.7:
|
||||
version "2.6.7"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.7.tgz#8478ca50818f9931004edb8b7fee59eb4e74fd8d"
|
||||
gatsby-transformer-remark@^2.6.8:
|
||||
version "2.6.8"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.8.tgz#d1841ed761051e108c70757793dd928023d0d6bd"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.0.0"
|
||||
bluebird "^3.5.0"
|
||||
@ -5915,9 +5915,9 @@ gatsby-transformer-sharp@^2.2.4:
|
||||
semver "^5.6.0"
|
||||
sharp "^0.22.1"
|
||||
|
||||
gatsby@^2.13.31:
|
||||
version "2.13.31"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.31.tgz#c9fff86bf6b15ad808c20f9096aa24c37a382c84"
|
||||
gatsby@^2.13.32:
|
||||
version "2.13.32"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.32.tgz#984974f70c9e70d99d86407a3d58c2b30b82c8d9"
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.0.0"
|
||||
"@babel/core" "^7.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user