Skip to content

Commit

Permalink
fix(deps): update gatsby monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 14, 2019
1 parent 578f727 commit ae6196c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
6 changes: 3 additions & 3 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bulma": "0.7.4",
"classnames": "2.2.6",
"docsearch.js": "2.6.2",
"gatsby": "2.1.31",
"gatsby": "2.1.33",
"gatsby-image": "2.0.33",
"gatsby-plugin-catch-links": "2.0.13",
"gatsby-plugin-manifest": "2.0.24",
Expand All @@ -23,8 +23,8 @@
"gatsby-remark-images": "3.0.9",
"gatsby-remark-prismjs": "3.2.5",
"gatsby-remark-smartypants": "2.0.9",
"gatsby-source-filesystem": "2.0.24",
"gatsby-transformer-remark": "2.3.2",
"gatsby-source-filesystem": "2.0.25",
"gatsby-transformer-remark": "2.3.3",
"node-sass": "4.11.0",
"prismjs": "1.15.0",
"prop-types": "15.7.2",
Expand Down
25 changes: 12 additions & 13 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6133,10 +6133,10 @@ gatsby-remark-smartypants@2.0.9:
retext-smartypants "^3.0.0"
unist-util-visit "^1.3.0"

gatsby-source-filesystem@2.0.24:
version "2.0.24"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.24.tgz#4f079e73253b969caaf0cf7576447852db7fdf02"
integrity sha512-KzyHzuXni9hOiZFDgeoH5ABJZqb59fSJNGr2C4U6B1AlGXFMucFK45Fh3V8axtpi833bIbCb9rGmK+tvL4Qb1w==
gatsby-source-filesystem@2.0.25:
version "2.0.25"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.25.tgz#1069328eb397d9ab91c1c026769bf439c77bb755"
integrity sha512-kh160EFPzwMa1EBD45FG+cduzn1we0++Ch5nEt3lOJHONEZxfmYWIbE39YancEKQ+nCOoDOK/ohVzYTBVxh0NQ==
dependencies:
"@babel/runtime" "^7.0.0"
better-queue "^3.8.7"
Expand All @@ -6154,13 +6154,12 @@ gatsby-source-filesystem@2.0.24:
valid-url "^1.0.9"
xstate "^3.1.0"

gatsby-transformer-remark@2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.3.2.tgz#b9fe7961aba5e9b7a7f830c3a208bae77798b3dd"
integrity sha512-4eahiiDAqKyvi0nRFufWIsHyKII0ETPxlLnaq7124gtilHqvL1/23T6yGmDgoQgkg2/stNA69NaTnD0/S1FNtQ==
gatsby-transformer-remark@2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.3.3.tgz#b807e9e274645e5c2f786b396147214d59829321"
integrity sha512-KCTmlARX1ufzkX7eOSHXz4L+duJN1Bo69WGIj5HIVpzzD4otj+a80BWaWSzODm/RxiAZFT3rlO6ceporBYCOKQ==
dependencies:
"@babel/runtime" "^7.0.0"
bluebird "^3.5.0"
gray-matter "^4.0.0"
hast-util-raw "^4.0.0"
hast-util-to-html "^4.0.0"
Expand Down Expand Up @@ -6192,10 +6191,10 @@ gatsby-transformer-sharp@2.1.17:
probe-image-size "^4.0.0"
sharp "^0.21.3"

gatsby@2.1.31:
version "2.1.31"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.1.31.tgz#6f65fc903607292f95a4518f2aeefe791aa9daf4"
integrity sha512-PYa6cGojhmNweepbZ90VXMLbEPA9GUA6GWWHVjJnm2twxrJWk5C5/T/q2grRrUpmGeKwcP9Mjcc/AtN4GHsf2w==
gatsby@2.1.33:
version "2.1.33"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.1.33.tgz#56351949ae7da0741b19b8ebbf339087139cde8d"
integrity sha512-nwb6ja64lvB+Ssnu3WRfAOnelgQdphyOpVD9zTi9qnUBpW4HDcBAfU5+s/CWddQiKU1H8up62539QX6hLZeSlQ==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand Down

0 comments on commit ae6196c

Please sign in to comment.