fix(deps): update dependency gatsby to v3.0.3 (#5072)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-09 10:50:04 +02:00 committed by GitHub
parent 2a7c957dfb
commit f0705b2d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@
"@emotion/styled": "^10.0.27", "@emotion/styled": "^10.0.27",
"dayjs": "^1.8.23", "dayjs": "^1.8.23",
"emotion-theming": "^10.0.27", "emotion-theming": "^10.0.27",
"gatsby": "3.0.1", "gatsby": "3.0.3",
"gatsby-plugin-catch-links": "3.0.0", "gatsby-plugin-catch-links": "3.0.0",
"gatsby-plugin-emotion": "^4.2.0", "gatsby-plugin-emotion": "^4.2.0",
"gatsby-plugin-manifest": "3.0.0", "gatsby-plugin-manifest": "3.0.0",

View File

@ -5492,7 +5492,7 @@ gatsby-legacy-polyfills@^1.0.0:
dependencies: dependencies:
core-js-compat "^3.6.5" core-js-compat "^3.6.5"
gatsby-link@^3.0.0: gatsby-link@^3.0.1:
version "3.0.1" version "3.0.1"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.0.1.tgz#7fdef329da4cc9e53f9a306a68024fa4faa9b00c" resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.0.1.tgz#7fdef329da4cc9e53f9a306a68024fa4faa9b00c"
integrity sha512-lHzlYoBHB5tP4/3fb4crtleductDMoi5DcC140u4KKo7JyDqp24v8zDrd/iYa3sHlZagx1CxAtkghsIOJJbnBg== integrity sha512-lHzlYoBHB5tP4/3fb4crtleductDMoi5DcC140u4KKo7JyDqp24v8zDrd/iYa3sHlZagx1CxAtkghsIOJJbnBg==
@ -5597,7 +5597,7 @@ gatsby-plugin-utils@^1.0.0:
dependencies: dependencies:
joi "^17.2.1" joi "^17.2.1"
gatsby-react-router-scroll@^4.0.0: gatsby-react-router-scroll@^4.0.1:
version "4.0.1" version "4.0.1"
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.0.1.tgz#ac9b7722057b7f14a28136f77e6aa984dbceff03" resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.0.1.tgz#ac9b7722057b7f14a28136f77e6aa984dbceff03"
integrity sha512-I0owccfyHioK6V8LhbRXkQde9YPbiDzMyA3SGy7p9zRWO5lqmpJU/0g+qf7UAZYYTeoaDyYOP9pek6KcIUwf8Q== integrity sha512-I0owccfyHioK6V8LhbRXkQde9YPbiDzMyA3SGy7p9zRWO5lqmpJU/0g+qf7UAZYYTeoaDyYOP9pek6KcIUwf8Q==
@ -5782,10 +5782,10 @@ gatsby-transformer-yaml@3.0.0:
lodash "^4.17.20" lodash "^4.17.20"
unist-util-select "^1.5.0" unist-util-select "^1.5.0"
gatsby@3.0.1: gatsby@3.0.3:
version "3.0.1" version "3.0.3"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.0.1.tgz#5dd4cf2bcfd07b965b8605a99d54e7a834bfb598" resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.0.3.tgz#9bbd6fbafebef27a3d6e616bc5341cc5aa3f49b1"
integrity sha512-ap9gbjPrk9ft1SY+fsAKfOpHWfUS+wb5kkeRxOunsQvvizoCUqCcxlRbuNpw1EKmPoHGbHN5D1vVEh1RXAwM6g== integrity sha512-MXW2xpFfK5k+CxDVo2iiy0ogoUdjoSqLi4Zri4vQy+4y26LUHfZkn6jNu83DVr5iXylm1P7eEJqwMQAhux2iLA==
dependencies: dependencies:
"@babel/code-frame" "^7.10.4" "@babel/code-frame" "^7.10.4"
"@babel/core" "^7.12.3" "@babel/core" "^7.12.3"
@ -5859,11 +5859,11 @@ gatsby@3.0.1:
gatsby-core-utils "^2.0.0" gatsby-core-utils "^2.0.0"
gatsby-graphiql-explorer "^1.0.0" gatsby-graphiql-explorer "^1.0.0"
gatsby-legacy-polyfills "^1.0.0" gatsby-legacy-polyfills "^1.0.0"
gatsby-link "^3.0.0" gatsby-link "^3.0.1"
gatsby-plugin-page-creator "^3.0.0" gatsby-plugin-page-creator "^3.0.0"
gatsby-plugin-typescript "^3.0.0" gatsby-plugin-typescript "^3.0.0"
gatsby-plugin-utils "^1.0.0" gatsby-plugin-utils "^1.0.0"
gatsby-react-router-scroll "^4.0.0" gatsby-react-router-scroll "^4.0.1"
gatsby-telemetry "^2.0.0" gatsby-telemetry "^2.0.0"
glob "^7.1.6" glob "^7.1.6"
got "8.3.2" got "8.3.2"