Merge branch 'master' into dependabot/npm_and_yarn/gatsby-plugin-sharp-2.6.43

This commit is contained in:
Kevin Kandlbinder 2020-10-24 15:35:46 +02:00 committed by GitHub
commit 43d614e4e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1101 additions and 690 deletions

8
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10

1769
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,23 +6,23 @@
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.24.76",
"gatsby": "^2.24.85",
"gatsby-image": "^2.4.21",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-offline": "^3.2.31",
"gatsby-plugin-offline": "^3.2.37",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sass": "^2.3.16",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-plugin-sitemap": "^2.4.16",
"gatsby-plugin-sass": "^2.3.21",
"gatsby-plugin-sitemap": "^2.4.17",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-remark": "^2.8.38",
"gatsby-transformer-remark": "^2.8.46",
"gatsby-transformer-sharp": "^2.5.17",
"html-to-react": "^1.4.4",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react": "^16.14.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0"
},