Skip to content

Commit eb9612d

Browse files
committed
fix(deps): update gatsby monorepo
1 parent 8d9cf9d commit eb9612d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"@wkovacs64/normalize.css": "8.0.1",
4545
"axios": "0.18.0",
4646
"dotenv": "7.0.0",
47-
"gatsby": "2.3.25",
47+
"gatsby": "2.3.26",
4848
"gatsby-plugin-emotion": "4.0.6",
4949
"gatsby-plugin-manifest": "2.0.29",
50-
"gatsby-plugin-netlify": "2.0.14",
50+
"gatsby-plugin-netlify": "2.0.15",
5151
"gatsby-plugin-offline": "2.0.25",
5252
"gatsby-plugin-react-helmet": "3.0.12",
5353
"gatsby-plugin-use-dark-mode": "1.1.0",
@@ -99,7 +99,7 @@
9999
"eslint-plugin-jsx-a11y": "6.2.1",
100100
"eslint-plugin-react": "7.12.4",
101101
"eslint-plugin-react-hooks": "1.6.0",
102-
"gatsby-plugin-typescript": "2.0.12",
102+
"gatsby-plugin-typescript": "2.0.13",
103103
"husky": "1.3.1",
104104
"lint-staged": "8.1.5",
105105
"npm-run-all": "4.1.5",

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -6475,10 +6475,10 @@ [email protected]:
64756475
"@babel/runtime" "^7.0.0"
64766476
sharp "^0.21.3"
64776477

6478-
6479-
version "2.0.14"
6480-
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-2.0.14.tgz#72a2cee8ef64462789cc380208c541b42e418f83"
6481-
integrity sha512-6nAR0pvqXo0xYs/bwHbJkHPGzy/tGGhMIkA/QVYSjB+/sd+A8QyEST2p63IDpMvOtLTNcOTskdzGNnFocBEzjQ==
6478+
6479+
version "2.0.15"
6480+
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-2.0.15.tgz#d84b9c18ebd7ed0f74e92675c35fc7a8f15142ee"
6481+
integrity sha512-/AnDRb7KcYb/MUbuffhsGKuHiZqMC+XQKnKpe8edfxVV2lqMgaPoCYRAKaKZDi9qVebLhXQ6cQwdddSwxXg3OQ==
64826482
dependencies:
64836483
"@babel/runtime" "^7.0.0"
64846484
fs-extra "^4.0.2"
@@ -6519,10 +6519,10 @@ [email protected]:
65196519
dependencies:
65206520
"@babel/runtime" "^7.0.0"
65216521

6522-
6523-
version "2.0.12"
6524-
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.0.12.tgz#4e3f137b9b003d50dc87dedc15dff55ca74a6197"
6525-
integrity sha512-Ep84eukNwAM1zZTEhRuegAAENHtzFKc1He9L89eh/tgvcgfzoJRaA2CaI3Dwdgd6/xvd42KsJLD/vOt31y/IFQ==
6522+
6523+
version "2.0.13"
6524+
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.0.13.tgz#8e30d5a4e00078204dd1ebb779e1c260588dcdb7"
6525+
integrity sha512-qUIgWv3ouseo7peZgl5q7sTlAOcav+hQmouBWO1vC8n1YuNHnZTpijStEJa9Q56gNObY7Zm+Rv7KJIxmB5T/3Q==
65266526
dependencies:
65276527
"@babel/preset-typescript" "^7.0.0"
65286528
"@babel/runtime" "^7.0.0"
@@ -6565,10 +6565,10 @@ gatsby-telemetry@^1.0.7:
65656565
stack-utils "1.0.2"
65666566
uuid "3.3.2"
65676567

6568-
6569-
version "2.3.25"
6570-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.3.25.tgz#1b430090c322c8ac71bfc01be750ed87ed16ff8e"
6571-
integrity sha512-c14iiiGB84pYWwW4TTN8SVm7ffYaUtqEeN65pzMy345y6OJoQEUOkk7Cx2tpG4beRd6DwVfsgKAg4YQEnszcGg==
6568+
6569+
version "2.3.26"
6570+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.3.26.tgz#002785f7edca2949e548959d086309e7570a5dc4"
6571+
integrity sha512-0GfeOxpVJ134QmM/rmlPbJ6YhB1M3BH+zxsH1pYu6UU11jgeANo8c+2U0WD8IcQBbNmKoDwmfUp+ZGBvOZboAg==
65726572
dependencies:
65736573
"@babel/code-frame" "^7.0.0"
65746574
"@babel/core" "^7.0.0"

0 commit comments

Comments
 (0)