Skip to content

Commit b3c1d71

Browse files
committed
fix(deps): update gatsby to v2.2.12
1 parent ad534f2 commit b3c1d71

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@wkovacs64/normalize.css": "8.0.1",
4545
"axios": "0.18.0",
4646
"dotenv": "7.0.0",
47-
"gatsby": "2.2.11",
47+
"gatsby": "2.2.12",
4848
"gatsby-plugin-emotion": "4.0.6",
4949
"gatsby-plugin-manifest": "2.0.24",
5050
"gatsby-plugin-netlify": "2.0.13",

Diff for: yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -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.11"
6459-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.2.11.tgz#057f002c987973169cb9821f086199a08530515f"
6460-
integrity sha512-112c4RyUhxePTZaxUqJByyC9IINHE7D2I0HqoAX+LDmUCEM4G/cCxMdpc/+pdvpPvD9Y7xENnnmFptywaKHuyA==
6457+
6458+
version "2.2.12"
6459+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.2.12.tgz#483e2e69b59ebb7f388723e7cfe200d3bc103ca8"
6460+
integrity sha512-Nt5ynuJcOHDaC8VA7KvD48c3jyDIA+dnMG9ir3gKMbOreTVqayR4c7dEc3VKK+skQVhvMnpi57vR2CtNXqW4OQ==
64616461
dependencies:
64626462
"@babel/code-frame" "^7.0.0"
64636463
"@babel/core" "^7.0.0"
@@ -6580,6 +6580,7 @@ [email protected]:
65806580
webpack-hot-middleware "^2.21.0"
65816581
webpack-merge "^4.1.0"
65826582
webpack-stats-plugin "^0.1.5"
6583+
xstate "^4.3.2"
65836584
yaml-loader "^0.5.0"
65846585

65856586
gauge@~2.7.3:
@@ -14415,6 +14416,11 @@ [email protected]:
1441514416
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.0.0.tgz#e698189de49dd2a18cc5687b05e17c8e43943020"
1441614417
integrity sha512-PHyM+sQouu7xspQQwELlGwwd05mXUFqwFYfqPO0cC7x4fxyHnnuetmQr6CjJiafIDoH4MogHb9dOoJzR/Y4rFg==
1441714418

14419+
xstate@^4.3.2:
14420+
version "4.3.3"
14421+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.3.3.tgz#e7712aa48285c8900cd62020953313a0aac8d82e"
14422+
integrity sha512-63os3bXeN0oaEsYwtHuqR6N71m6Ro/dZpVNgef9vez7skeabbaVh5hOCVLXPwZqQ9QLUlxAQuc38wlsIibdFkw==
14423+
1441814424
xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
1441914425
version "4.0.1"
1442014426
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"

0 commit comments

Comments
 (0)