Update dependencies

This commit is contained in:
Ben Edgington
2022-02-03 15:05:06 +00:00
parent c34a1690a8
commit 78f442e49b
2 changed files with 400 additions and 437 deletions

815
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,20 +13,20 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^4.5.3",
"gatsby-plugin-catch-links": "^4.5.0",
"gatsby": "^4.6.0",
"gatsby-plugin-catch-links": "^4.6.0",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-remark-autolink-headers": "^5.5.0",
"gatsby-remark-copy-linked-files": "^5.5.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-remark-autolink-headers": "^5.6.0",
"gatsby-remark-copy-linked-files": "^5.6.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.5.2",
"gatsby-remark-katex": "^6.5.0",
"gatsby-remark-images": "^6.6.0",
"gatsby-remark-katex": "^6.6.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^6.5.0",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-remark": "^5.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby-remark-prismjs": "^6.6.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-remark": "^5.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}