mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-29 10:16:47 +02:00
Merge branch 'master' into dependabot/npm_and_yarn/gatsby-plugin-sharp-2.6.43
This commit is contained in:
commit
43d614e4e3
3 changed files with 1101 additions and 690 deletions
8
.github/dependabot.yml
vendored
Normal file
8
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
time: "04:00"
|
||||||
|
open-pull-requests-limit: 10
|
1767
package-lock.json
generated
1767
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
@ -6,23 +6,23 @@
|
||||||
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
|
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"gatsby": "^2.24.76",
|
"gatsby": "^2.24.85",
|
||||||
"gatsby-image": "^2.4.21",
|
"gatsby-image": "^2.4.21",
|
||||||
"gatsby-plugin-manifest": "^2.4.34",
|
"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-react-helmet": "^3.3.14",
|
||||||
"gatsby-plugin-sass": "^2.3.16",
|
|
||||||
"gatsby-plugin-sharp": "^2.6.43",
|
"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-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-source-youtube-v2": "^1.0.1",
|
||||||
"gatsby-transformer-remark": "^2.8.38",
|
"gatsby-transformer-remark": "^2.8.46",
|
||||||
"gatsby-transformer-sharp": "^2.5.17",
|
"gatsby-transformer-sharp": "^2.5.17",
|
||||||
"html-to-react": "^1.4.4",
|
"html-to-react": "^1.4.4",
|
||||||
"node-sass": "^4.14.1",
|
"node-sass": "^4.14.1",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^16.12.0",
|
"react": "^16.14.0",
|
||||||
"react-dom": "^16.12.0",
|
"react-dom": "^16.12.0",
|
||||||
"react-helmet": "^6.1.0"
|
"react-helmet": "^6.1.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue