fix builds on m1 macs
This commit is contained in:
parent
9c4b123766
commit
6924a5f91d
|
@ -114,6 +114,7 @@ exports.createSchemaCustomization = ({ actions }) => {
|
|||
external: String
|
||||
hidden: Boolean
|
||||
categories: [String]
|
||||
avatar: File! @fileByRelativePath
|
||||
}
|
||||
type Fields {
|
||||
slug: String
|
||||
|
|
|
@ -13,9 +13,8 @@
|
|||
"copy-text-to-clipboard": "3.0.1",
|
||||
"crypto-browserify": "3.12.0",
|
||||
"framer-motion": "6.2.3",
|
||||
"gatsby": "4.6.0",
|
||||
"gatsby": "4.5.4",
|
||||
"gatsby-background-image": "1.6.0",
|
||||
"gatsby-image": "3.11.0",
|
||||
"gatsby-plugin-image": "2.6.0",
|
||||
"gatsby-plugin-manifest": "4.6.0",
|
||||
"gatsby-plugin-matomo": "0.11.0",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue