Merge pull request 'fix: fixed build and resolved conflicting dependencies' (#3) from contact-fix into main
Some checks failed
publish / Build-and-publish (push) Failing after 3m5s

Reviewed-on: #3
Reviewed-by: mihajlo <mihajlo@4gl.io>
This commit is contained in:
allan 2024-06-19 14:01:01 +00:00
commit d3b1e4ec95
4 changed files with 7940 additions and 7601 deletions

15490
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,35 +17,35 @@
"lint:fix": "npx prettier --write \"src/**/*.+(ts|tsx|js|jsx|json|css|scss)\" --ignore-path .gitignore"
},
"dependencies": {
"@browniebroke/gatsby-image-gallery": "^6.2.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.5.1",
"gatsby-plugin-google-analytics": "^3.3.0",
"@browniebroke/gatsby-image-gallery": "^8.2.0",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.13.6",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^1.3.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-matomo": "0.13.0",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-sharp": "^3.3.1",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-plugin-styled-components": "^4.3.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-images": "^4.2.0",
"gatsby-remark-responsive-iframe": "^4.2.1",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^3.3.0",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-matomo": "0.16.2",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-responsive-iframe": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"nostr-tools": "^2.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-share": "^4.4.0",
"react-icons": "^5.2.1",
"react-share": "^5.1.0",
"react-use-flexsearch": "^0.1.1",
"styled-components": "^5.2.3",
"styled-components": "^6.1.11",
"tseep": "^1.2.1"
},
"devDependencies": {

View File

@ -318,7 +318,7 @@ export const Li = styled.li`
export const StyledLink = styled((props) => <Link {...props} />)`
padding-right: 0.8rem !important;
padding-left: 0.8rem !important;
color: white;
color: white !important;
&:before {
${LinkUnderlineStyles}

View File

@ -63,7 +63,6 @@ const Contact: React.FC<PageProps<DataProps>> = ({ data, location }) => {
<StyledHeading>Contact Us</StyledHeading>
<form
className="kwes-form"
onSubmit={async (evt) => {
evt.preventDefault()