Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
fix(deps): update all dependencies to ^3.3.1 (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 22, 2021
1 parent c94df4e commit 065bdf5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"axios": "^0.21.0",
"date-fns": "^2.21.1",
"deepmerge": "^4.2.2",
"gatsby": "^3.3.0",
"gatsby": "^3.3.1",
"gatsby-image": "^3.3.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-matomo": "^0.9.0",
"gatsby-plugin-mdx": "^2.3.0",
"gatsby-plugin-offline": "latest",
"gatsby-plugin-react-helmet": "latest",
"gatsby-plugin-sharp": "^3.3.0",
"gatsby-plugin-sharp": "^3.3.1",
"gatsby-plugin-typescript": "latest",
"gatsby-remark-autolink-headers": "^4.0.0",
"gatsby-source-filesystem": "^3.3.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6581,10 +6581,10 @@ gatsby-plugin-react-helmet@latest:
dependencies:
"@babel/runtime" "^7.12.5"

gatsby-plugin-sharp@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.3.0.tgz#e6992c1a8175031edad3c2ea6c831e4a4de27771"
integrity sha512-56jRS02/Ir4t4AZ3sGNi+Ia+MVKui3IC7X9vSyrptf7jvOM8Ckc9JLqubjy2KG6+UYsXuOPcZVtn6l4mmTqnuQ==
gatsby-plugin-sharp@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.3.1.tgz#103c967ba23789a522ffedbb42920f181834e6b0"
integrity sha512-mwY9L/9PiLQuNmKNAx2H1OaMHYqBhePxa80yI4gW3RzUl4gsKIDLS+UonmQVogVg+LFhaEMwZ8tiQ6tM+8RZjg==
dependencies:
"@babel/runtime" "^7.12.5"
async "^3.2.0"
Expand Down Expand Up @@ -6789,10 +6789,10 @@ gatsby-transformer-sharp@^3.3.0:
semver "^7.3.4"
sharp "^0.28.0"

gatsby@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.3.0.tgz#815884c669f15b50191509ec8c178e5eab47e633"
integrity sha512-u9C7ER0Jz89BtjFtbuiCmsZmlKagr6we8GaARgkCpdi9csKpsTq7JBqZcOglKI4qx6iMKMIu0h9FwdBjPSYKng==
gatsby@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.3.1.tgz#6e4720c48f155f5abb947fb7d2cfda3b091ae1e0"
integrity sha512-Eprejb4317ZYFZXYdXErYGcOZuscXIln5v0JTPFbXtejrM+MMr7qa3GF8NztyOH3alpqAMXm6LyHDMf9oQpLSA==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/core" "^7.12.3"
Expand Down

0 comments on commit 065bdf5

Please sign in to comment.