mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-29 18:26:46 +02:00
Merge branch 'master' into dependabot/npm_and_yarn/gatsby-plugin-manifest-2.4.35
This commit is contained in:
commit
b0e9d1f754
3 changed files with 1115 additions and 743 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
|
1830
package-lock.json
generated
1830
package-lock.json
generated
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
@ -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.35",
|
||||
"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.42",
|
||||
"gatsby-plugin-sitemap": "^2.4.16",
|
||||
"gatsby-plugin-sharp": "^2.6.43",
|
||||
"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-sharp": "^2.5.17",
|
||||
"gatsby-transformer-sharp": "^2.5.19",
|
||||
"gatsby-transformer-remark": "^2.8.46",
|
||||
"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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue