From 9b30941e13a9e2fbbaed5fb23322467200891ed0 Mon Sep 17 00:00:00 2001 From: Erik Zuuring Date: Thu, 16 Mar 2023 14:19:29 +0200 Subject: [PATCH 1/2] update dependencies --- .nvmrc | 2 +- manifesto-dapp-backend/functions/package.json | 2 +- package.json | 20 +++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.nvmrc b/.nvmrc index d6af9a0..e048c8c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v14.15.3 +v18.15.0 diff --git a/manifesto-dapp-backend/functions/package.json b/manifesto-dapp-backend/functions/package.json index 1964cfe..dfbabed 100644 --- a/manifesto-dapp-backend/functions/package.json +++ b/manifesto-dapp-backend/functions/package.json @@ -13,7 +13,7 @@ "logs": "firebase functions:log" }, "engines": { - "node": "16" + "node": "18" }, "main": "lib/index.js", "dependencies": { diff --git a/package.json b/package.json index dc86c92..56d52f1 100644 --- a/package.json +++ b/package.json @@ -36,24 +36,24 @@ "dayjs": "^1.11.5", "ethers": "^5.6.9", "firebase": "^9.9.0", - "gatsby": "^2.32.8", + "gatsby": "^4.13.1", "gatsby-image": "^2.11.0", "gatsby-plugin-linaria": "^3.1.0", - "gatsby-plugin-manifest": "^2.12.0", + "gatsby-plugin-manifest": "^4.13.0", "gatsby-plugin-matomo": "^0.11.0", "gatsby-plugin-mdx": "2", - "gatsby-plugin-offline": "^3.10.0", + "gatsby-plugin-offline": "^5.13.0", "gatsby-plugin-posthog": "^1.0.1", - "gatsby-plugin-react-helmet": "^3.10.0", - "gatsby-plugin-sharp": "^2.14.1", + "gatsby-plugin-react-helmet": "^5.13.0", + "gatsby-plugin-sharp": "^4.13.0", "gatsby-plugin-twitter-pixel": "^2.0.2", "gatsby-plugin-typescript": "^2.12.0", - "gatsby-transformer-sharp": "^2.12.0", + "gatsby-transformer-sharp": "^4.13.0", "linaria": "^2.2.0", "normalize.css": "^8.0.1", - "prop-types": "^15.7.2", - "react": "^16.12.0", - "react-dom": "^16.12.0", + "prop-types": "^15.8.1", + "react": "^17.0.1", + "react-dom": "^17.0.1", "react-helmet": "^6.1.0", "react-query": "^3.39.1", "siwe": "^1.1.6", @@ -61,7 +61,7 @@ }, "devDependencies": { "@types/jest": "^26.0.20", - "@types/node": "^14.14.27", + "@types/node": "^18.15.0", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "netlify-cli": "^3.7.1", From 8c1fb92a0a0a43f87032d88ef4ecedb913664969 Mon Sep 17 00:00:00 2001 From: Erik Zuuring Date: Thu, 16 Mar 2023 15:38:11 +0200 Subject: [PATCH 2/2] Resolving image src issues across website --- package.json | 2 +- src/features/Dao/GetInvolved/index.tsx | 8 +-- src/features/Dao/Testimonials/index.tsx | 4 +- src/features/Download/Cta/index.tsx | 4 +- src/features/Footer/Nav/index.tsx | 4 +- src/features/Footer/Sponsor/index.tsx | 8 +-- src/features/Header/index.tsx | 2 +- src/features/Home/Features/index.tsx | 3 +- .../Manifesto/ManifestoBody/index.tsx | 6 +- .../Manifesto/ManifestoPanel/index.tsx | 2 +- static/images/alchemy.svg | 50 +++++++++++++++ static/images/alchemy0.svg | 50 +++++++++++++++ static/images/brave.svg | 1 + static/images/chrome.svg | 1 + static/images/icon-1-accessible.svg | 12 ++++ static/images/icon-2-oss.svg | 10 +++ static/images/icon-3-community.svg | 7 +++ static/images/icon-sign.svg | 5 ++ static/images/logo.svg | 8 +++ static/images/option-1-discord.svg | 5 ++ static/images/option-2-gov.svg | 20 ++++++ static/images/option-3-workspace.svg | 5 ++ static/images/option-4-github.svg | 5 ++ static/images/star-mini.svg | 3 + static/images/star-mini0.svg | 3 + static/images/supporters/supporter-1.svg | 9 +++ static/images/supporters/supporter-10.svg | 4 ++ static/images/supporters/supporter-11.svg | 3 + static/images/supporters/supporter-12.svg | 15 +++++ static/images/supporters/supporter-13.svg | 9 +++ static/images/supporters/supporter-14.svg | 3 + static/images/supporters/supporter-15.svg | 4 ++ static/images/supporters/supporter-16.svg | 4 ++ static/images/supporters/supporter-17.svg | 6 ++ static/images/supporters/supporter-18.svg | 10 +++ static/images/supporters/supporter-19.svg | 59 ++++++++++++++++++ static/images/supporters/supporter-2.svg | 3 + static/images/supporters/supporter-3.svg | 3 + static/images/supporters/supporter-4.svg | 9 +++ static/images/supporters/supporter-5.svg | 5 ++ static/images/supporters/supporter-6.svg | 7 +++ static/images/supporters/supporter-7.svg | 6 ++ static/images/supporters/supporter-8.svg | 12 ++++ static/images/supporters/supporter-9.svg | 9 +++ static/images/testimonial-icon-1-gitcoin.svg | 10 +++ static/images/testimonial-icon-2-bankless.png | Bin 0 -> 3781 bytes 46 files changed, 397 insertions(+), 21 deletions(-) create mode 100644 static/images/alchemy.svg create mode 100644 static/images/alchemy0.svg create mode 100644 static/images/brave.svg create mode 100644 static/images/chrome.svg create mode 100644 static/images/icon-1-accessible.svg create mode 100644 static/images/icon-2-oss.svg create mode 100644 static/images/icon-3-community.svg create mode 100644 static/images/icon-sign.svg create mode 100644 static/images/logo.svg create mode 100644 static/images/option-1-discord.svg create mode 100644 static/images/option-2-gov.svg create mode 100644 static/images/option-3-workspace.svg create mode 100644 static/images/option-4-github.svg create mode 100644 static/images/star-mini.svg create mode 100644 static/images/star-mini0.svg create mode 100644 static/images/supporters/supporter-1.svg create mode 100644 static/images/supporters/supporter-10.svg create mode 100644 static/images/supporters/supporter-11.svg create mode 100644 static/images/supporters/supporter-12.svg create mode 100644 static/images/supporters/supporter-13.svg create mode 100644 static/images/supporters/supporter-14.svg create mode 100644 static/images/supporters/supporter-15.svg create mode 100644 static/images/supporters/supporter-16.svg create mode 100644 static/images/supporters/supporter-17.svg create mode 100644 static/images/supporters/supporter-18.svg create mode 100644 static/images/supporters/supporter-19.svg create mode 100644 static/images/supporters/supporter-2.svg create mode 100644 static/images/supporters/supporter-3.svg create mode 100644 static/images/supporters/supporter-4.svg create mode 100644 static/images/supporters/supporter-5.svg create mode 100644 static/images/supporters/supporter-6.svg create mode 100644 static/images/supporters/supporter-7.svg create mode 100644 static/images/supporters/supporter-8.svg create mode 100644 static/images/supporters/supporter-9.svg create mode 100644 static/images/testimonial-icon-1-gitcoin.svg create mode 100644 static/images/testimonial-icon-2-bankless.png diff --git a/package.json b/package.json index 56d52f1..d85623d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "ethers": "^5.6.9", "firebase": "^9.9.0", "gatsby": "^4.13.1", - "gatsby-image": "^2.11.0", + "gatsby-plugin-image": "^2.13.0", "gatsby-plugin-linaria": "^3.1.0", "gatsby-plugin-manifest": "^4.13.0", "gatsby-plugin-matomo": "^0.11.0", diff --git a/src/features/Dao/GetInvolved/index.tsx b/src/features/Dao/GetInvolved/index.tsx index 9b14f84..d3633d9 100644 --- a/src/features/Dao/GetInvolved/index.tsx +++ b/src/features/Dao/GetInvolved/index.tsx @@ -70,14 +70,14 @@ export function DaoGetInvolved() { `} >