Skip to content

Commit e1b3942

Browse files
committed
fix(deps): update gatsby monorepo
1 parent dec1a01 commit e1b3942

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"@wkovacs64/normalize.css": "8.0.1",
4545
"axios": "0.18.0",
4646
"dotenv": "7.0.0",
47-
"gatsby": "2.2.10",
47+
"gatsby": "2.2.11",
4848
"gatsby-plugin-emotion": "4.0.6",
4949
"gatsby-plugin-manifest": "2.0.24",
5050
"gatsby-plugin-netlify": "2.0.13",
5151
"gatsby-plugin-offline": "2.0.25",
52-
"gatsby-plugin-react-helmet": "3.0.10",
52+
"gatsby-plugin-react-helmet": "3.0.11",
5353
"gatsby-plugin-use-dark-mode": "1.1.0",
5454
"git-current-commit": "1.1.0",
5555
"hibp": "7.5.1",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -6421,10 +6421,10 @@ gatsby-plugin-page-creator@^2.0.11:
64216421
parse-filepath "^1.0.1"
64226422
slash "^1.0.0"
64236423

6424-
6425-
version "3.0.10"
6426-
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.0.10.tgz#08a4f3f7d6ffd020d78817679535fb6548602302"
6427-
integrity sha512-YqxPNqfIS/xu+5ZO4URzWiszM6YqlyY1Xq8vvji0V/iP3XGDeQmABfFAoyd8vzAsQsWxIBDgTT2nxbBfLr7eSA==
6424+
6425+
version "3.0.11"
6426+
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.0.11.tgz#0e8aa39d89b06be613177835e1300590be67b499"
6427+
integrity sha512-VBCO7qlQMBfFQadpNauvZO1CYKVF5aE52jiNEXMiYNuchJWLBEy3FXN/FHdCGo37KipKlkh0iDXCRLSGY00TqQ==
64286428
dependencies:
64296429
"@babel/runtime" "^7.0.0"
64306430

@@ -6454,10 +6454,10 @@ gatsby-react-router-scroll@^2.0.6:
64546454
scroll-behavior "^0.9.9"
64556455
warning "^3.0.0"
64566456

6457-
6458-
version "2.2.10"
6459-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.2.10.tgz#c277521225b109b6dfbf2cb2c9196def9c84e6e5"
6460-
integrity sha512-s1mvn+gJ35fGZuYd9payTS51CGfnrEfndv7EoWo8kqyKYZqGNUKbZP00C1C2VjWnFR3XTl7Qn8TTUacBF7p7AA==
6457+
6458+
version "2.2.11"
6459+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.2.11.tgz#057f002c987973169cb9821f086199a08530515f"
6460+
integrity sha512-112c4RyUhxePTZaxUqJByyC9IINHE7D2I0HqoAX+LDmUCEM4G/cCxMdpc/+pdvpPvD9Y7xENnnmFptywaKHuyA==
64616461
dependencies:
64626462
"@babel/code-frame" "^7.0.0"
64636463
"@babel/core" "^7.0.0"

0 commit comments

Comments
 (0)