From 0016565f6fc5fb414649c2cd05f4eefc6eb2f468 Mon Sep 17 00:00:00 2001 From: John Goodliff Date: Tue, 18 Jun 2024 20:53:01 -0600 Subject: [PATCH 1/6] Replace Roboto Flex font with Roboto Flex Variable --- .pnp.cjs | 321 ++++++------------------------------------ package.json | 5 +- src/styles/global.css | 11 +- tailwind.config.ts | 1 + yarn.lock | 187 ++---------------------- 5 files changed, 65 insertions(+), 460 deletions(-) diff --git a/.pnp.cjs b/.pnp.cjs index d77cf404..ec654184 100644 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -29,8 +29,8 @@ const RAW_RUNTIME_STATE = "packageDependencies": [\ ["@biomejs/biome", "npm:1.8.1"],\ ["@botpoison/browser", "npm:0.1.30"],\ + ["@fontsource-variable/roboto-flex", "npm:5.0.15"],\ ["@fontsource/poppins", "npm:5.0.14"],\ - ["@fontsource/roboto-flex", "npm:5.0.15"],\ ["@fortawesome/fontawesome-svg-core", "npm:6.5.2"],\ ["@fortawesome/free-brands-svg-icons", "npm:6.5.2"],\ ["@fortawesome/free-solid-svg-icons", "npm:6.5.2"],\ @@ -50,18 +50,15 @@ const RAW_RUNTIME_STATE = ["framer-motion", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:11.2.10"],\ ["gatsby", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.6"],\ ["gatsby-plugin-component-to-image", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:1.0.1"],\ - ["gatsby-plugin-image", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:3.13.1"],\ ["gatsby-plugin-manifest", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["gatsby-plugin-offline", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.2"],\ ["gatsby-plugin-postcss", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ ["gatsby-plugin-robots-txt", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:1.8.0"],\ - ["gatsby-plugin-sharp", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["gatsby-plugin-sitemap", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ ["gatsby-remark-autolink-headers", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ ["gatsby-source-filesystem", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["gatsby-source-graphql", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["gatsby-transformer-remark", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ - ["gatsby-transformer-sharp", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["isomorphic-dompurify", "npm:2.12.0"],\ ["jsdom", "virtual:980d22c154c3a9d380c0b2ba02e33929a0396cad637d2c4c209770e3a878fbabd307c4bc5fc289823881c51a1a7bfc5cffaa2f5e1c3ff1d527e7288a852ecc2e#npm:24.1.0"],\ ["postcss", "npm:8.4.38"],\ @@ -3113,20 +3110,20 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["@fontsource/poppins", [\ - ["npm:5.0.14", {\ - "packageLocation": "./.yarn/cache/@fontsource-poppins-npm-5.0.14-f75ae19750-72683d2428.zip/node_modules/@fontsource/poppins/",\ + ["@fontsource-variable/roboto-flex", [\ + ["npm:5.0.15", {\ + "packageLocation": "./.yarn/cache/@fontsource-variable-roboto-flex-npm-5.0.15-3ed01e603a-f3ab744095.zip/node_modules/@fontsource-variable/roboto-flex/",\ "packageDependencies": [\ - ["@fontsource/poppins", "npm:5.0.14"]\ + ["@fontsource-variable/roboto-flex", "npm:5.0.15"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@fontsource/roboto-flex", [\ - ["npm:5.0.15", {\ - "packageLocation": "./.yarn/cache/@fontsource-roboto-flex-npm-5.0.15-984172acff-47e06a3640.zip/node_modules/@fontsource/roboto-flex/",\ + ["@fontsource/poppins", [\ + ["npm:5.0.14", {\ + "packageLocation": "./.yarn/cache/@fontsource-poppins-npm-5.0.14-f75ae19750-72683d2428.zip/node_modules/@fontsource/poppins/",\ "packageDependencies": [\ - ["@fontsource/roboto-flex", "npm:5.0.15"]\ + ["@fontsource/poppins", "npm:5.0.14"]\ ],\ "linkType": "HARD"\ }]\ @@ -7216,13 +7213,6 @@ const RAW_RUNTIME_STATE = ["async", "npm:1.5.2"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:3.2.5", {\ - "packageLocation": "./.yarn/cache/async-npm-3.2.5-f5dbdabdfc-323c3615c3.zip/node_modules/async/",\ - "packageDependencies": [\ - ["async", "npm:3.2.5"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["asynciterator.prototype", [\ @@ -7516,26 +7506,6 @@ const RAW_RUNTIME_STATE = "gatsby"\ ],\ "linkType": "HARD"\ - }],\ - ["virtual:2b0c2305e9bd6b86134917f828f3633f8123887588086ec072c9e9df99f194428062f8a576504c568a1a670d893cf9e11165a2bdfe8fb0fecaf7503208dec729#npm:5.13.1", {\ - "packageLocation": "./.yarn/__virtual__/babel-plugin-remove-graphql-queries-virtual-c565d009e8/0/cache/babel-plugin-remove-graphql-queries-npm-5.13.1-6a58409ce4-a01f593a22.zip/node_modules/babel-plugin-remove-graphql-queries/",\ - "packageDependencies": [\ - ["babel-plugin-remove-graphql-queries", "virtual:2b0c2305e9bd6b86134917f828f3633f8123887588086ec072c9e9df99f194428062f8a576504c568a1a670d893cf9e11165a2bdfe8fb0fecaf7503208dec729#npm:5.13.1"],\ - ["@babel/core", null],\ - ["@babel/runtime", "npm:7.23.8"],\ - ["@babel/types", "npm:7.23.6"],\ - ["@types/babel__core", null],\ - ["@types/gatsby", null],\ - ["gatsby", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.6"],\ - ["gatsby-core-utils", "npm:4.13.1"]\ - ],\ - "packagePeers": [\ - "@babel/core",\ - "@types/babel__core",\ - "@types/gatsby",\ - "gatsby"\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["babel-plugin-syntax-object-rest-spread", [\ @@ -9468,12 +9438,12 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "SOFT"\ }],\ - ["virtual:44738662cf800ff2863ba9baeabb817b24a959a14f86e20a31680e5dc79a4a738f7ceb7dca32753d579fae475aa061dffad8228a3391f3a9546b122f077e29a5#npm:2.6.9", {\ - "packageLocation": "./.yarn/__virtual__/debug-virtual-fad9a3537e/0/cache/debug-npm-2.6.9-7d4cb597dc-e07005f2b4.zip/node_modules/debug/",\ + ["virtual:05fb007c8ef6a340b73bc833d34922bfdd682b3241f100e9237c0ca4d2591055f875316ed36e15fc4e77cc14d21e90bdf4363e50578cc708cf53736ba7f19ad2#npm:3.2.7", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-12b273f6eb/0/cache/debug-npm-3.2.7-754e818c7a-d86fd7be2b.zip/node_modules/debug/",\ "packageDependencies": [\ - ["debug", "virtual:44738662cf800ff2863ba9baeabb817b24a959a14f86e20a31680e5dc79a4a738f7ceb7dca32753d579fae475aa061dffad8228a3391f3a9546b122f077e29a5#npm:2.6.9"],\ + ["debug", "virtual:05fb007c8ef6a340b73bc833d34922bfdd682b3241f100e9237c0ca4d2591055f875316ed36e15fc4e77cc14d21e90bdf4363e50578cc708cf53736ba7f19ad2#npm:3.2.7"],\ ["@types/supports-color", null],\ - ["ms", "npm:2.0.0"],\ + ["ms", "npm:2.1.3"],\ ["supports-color", null]\ ],\ "packagePeers": [\ @@ -9482,12 +9452,12 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["virtual:c9e1a4b59e37cb479517edede3bf2093b28c0ca1a9d0e517f3c345075bd1e468980b94b4957e389116607ee7155441dfd7d09e19a4229d5d09bcf06244401590#npm:4.3.4", {\ - "packageLocation": "./.yarn/__virtual__/debug-virtual-11377b508d/0/cache/debug-npm-4.3.4-4513954577-0073c3bcbd.zip/node_modules/debug/",\ + ["virtual:44738662cf800ff2863ba9baeabb817b24a959a14f86e20a31680e5dc79a4a738f7ceb7dca32753d579fae475aa061dffad8228a3391f3a9546b122f077e29a5#npm:2.6.9", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-fad9a3537e/0/cache/debug-npm-2.6.9-7d4cb597dc-e07005f2b4.zip/node_modules/debug/",\ "packageDependencies": [\ - ["debug", "virtual:c9e1a4b59e37cb479517edede3bf2093b28c0ca1a9d0e517f3c345075bd1e468980b94b4957e389116607ee7155441dfd7d09e19a4229d5d09bcf06244401590#npm:4.3.4"],\ + ["debug", "virtual:44738662cf800ff2863ba9baeabb817b24a959a14f86e20a31680e5dc79a4a738f7ceb7dca32753d579fae475aa061dffad8228a3391f3a9546b122f077e29a5#npm:2.6.9"],\ ["@types/supports-color", null],\ - ["ms", "npm:2.1.2"],\ + ["ms", "npm:2.0.0"],\ ["supports-color", null]\ ],\ "packagePeers": [\ @@ -9496,12 +9466,12 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["virtual:f40e59172633be4c7855771c0607bb2d974d35ba9281f460e4514315aa447dbb3983c198be66321e29356b1b67dc72482299d717b77ab0c48c189f6bf13b1f21#npm:3.2.7", {\ - "packageLocation": "./.yarn/__virtual__/debug-virtual-ae419a859b/0/cache/debug-npm-3.2.7-754e818c7a-d86fd7be2b.zip/node_modules/debug/",\ + ["virtual:c9e1a4b59e37cb479517edede3bf2093b28c0ca1a9d0e517f3c345075bd1e468980b94b4957e389116607ee7155441dfd7d09e19a4229d5d09bcf06244401590#npm:4.3.4", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-11377b508d/0/cache/debug-npm-4.3.4-4513954577-0073c3bcbd.zip/node_modules/debug/",\ "packageDependencies": [\ - ["debug", "virtual:f40e59172633be4c7855771c0607bb2d974d35ba9281f460e4514315aa447dbb3983c198be66321e29356b1b67dc72482299d717b77ab0c48c189f6bf13b1f21#npm:3.2.7"],\ + ["debug", "virtual:c9e1a4b59e37cb479517edede3bf2093b28c0ca1a9d0e517f3c345075bd1e468980b94b4957e389116607ee7155441dfd7d09e19a4229d5d09bcf06244401590#npm:4.3.4"],\ ["@types/supports-color", null],\ - ["ms", "npm:2.1.3"],\ + ["ms", "npm:2.1.2"],\ ["supports-color", null]\ ],\ "packagePeers": [\ @@ -9739,7 +9709,7 @@ const RAW_RUNTIME_STATE = ["@types/tmp", "npm:0.0.33"],\ ["application-config-path", "npm:0.1.1"],\ ["command-exists", "npm:1.2.9"],\ - ["debug", "virtual:f40e59172633be4c7855771c0607bb2d974d35ba9281f460e4514315aa447dbb3983c198be66321e29356b1b67dc72482299d717b77ab0c48c189f6bf13b1f21#npm:3.2.7"],\ + ["debug", "virtual:05fb007c8ef6a340b73bc833d34922bfdd682b3241f100e9237c0ca4d2591055f875316ed36e15fc4e77cc14d21e90bdf4363e50578cc708cf53736ba7f19ad2#npm:3.2.7"],\ ["eol", "npm:0.9.1"],\ ["get-port", "npm:3.2.0"],\ ["glob", "npm:7.2.3"],\ @@ -10525,7 +10495,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "./.yarn/cache/eslint-import-resolver-node-npm-0.3.9-2a426afc4b-d52e08e1d9.zip/node_modules/eslint-import-resolver-node/",\ "packageDependencies": [\ ["eslint-import-resolver-node", "npm:0.3.9"],\ - ["debug", "virtual:f40e59172633be4c7855771c0607bb2d974d35ba9281f460e4514315aa447dbb3983c198be66321e29356b1b67dc72482299d717b77ab0c48c189f6bf13b1f21#npm:3.2.7"],\ + ["debug", "virtual:05fb007c8ef6a340b73bc833d34922bfdd682b3241f100e9237c0ca4d2591055f875316ed36e15fc4e77cc14d21e90bdf4363e50578cc708cf53736ba7f19ad2#npm:3.2.7"],\ ["is-core-module", "npm:2.13.1"],\ ["resolve", "patch:resolve@npm%3A1.22.8#optional!builtin::version=1.22.8&hash=c3c19d"]\ ],\ @@ -10550,7 +10520,7 @@ const RAW_RUNTIME_STATE = ["@types/eslint-import-resolver-webpack", null],\ ["@types/typescript-eslint__parser", null],\ ["@typescript-eslint/parser", "virtual:01eb5501619f830bc71244f2fc2f6506f8b881c910cd7bcae1de96315e7fdf4d6af25c08f0e197ce53a5e63bcfa973810096a4f5edf34f1231432d94934518ef#npm:5.62.0"],\ - ["debug", "virtual:f40e59172633be4c7855771c0607bb2d974d35ba9281f460e4514315aa447dbb3983c198be66321e29356b1b67dc72482299d717b77ab0c48c189f6bf13b1f21#npm:3.2.7"],\ + ["debug", "virtual:05fb007c8ef6a340b73bc833d34922bfdd682b3241f100e9237c0ca4d2591055f875316ed36e15fc4e77cc14d21e90bdf4363e50578cc708cf53736ba7f19ad2#npm:3.2.7"],\ ["eslint", "npm:7.32.0"],\ ["eslint-import-resolver-node", "npm:0.3.9"],\ ["eslint-import-resolver-typescript", null],\ @@ -10614,7 +10584,7 @@ const RAW_RUNTIME_STATE = ["array.prototype.findlastindex", "npm:1.2.3"],\ ["array.prototype.flat", "npm:1.3.2"],\ ["array.prototype.flatmap", "npm:1.3.2"],\ - ["debug", "virtual:f40e59172633be4c7855771c0607bb2d974d35ba9281f460e4514315aa447dbb3983c198be66321e29356b1b67dc72482299d717b77ab0c48c189f6bf13b1f21#npm:3.2.7"],\ + ["debug", "virtual:05fb007c8ef6a340b73bc833d34922bfdd682b3241f100e9237c0ca4d2591055f875316ed36e15fc4e77cc14d21e90bdf4363e50578cc708cf53736ba7f19ad2#npm:3.2.7"],\ ["doctrine", "npm:2.1.0"],\ ["eslint", "npm:7.32.0"],\ ["eslint-import-resolver-node", "npm:0.3.9"],\ @@ -11011,7 +10981,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "./.yarn/cache/express-http-proxy-npm-1.6.3-b4396266f7-4b9d141c43.zip/node_modules/express-http-proxy/",\ "packageDependencies": [\ ["express-http-proxy", "npm:1.6.3"],\ - ["debug", "virtual:f40e59172633be4c7855771c0607bb2d974d35ba9281f460e4514315aa447dbb3983c198be66321e29356b1b67dc72482299d717b77ab0c48c189f6bf13b1f21#npm:3.2.7"],\ + ["debug", "virtual:05fb007c8ef6a340b73bc833d34922bfdd682b3241f100e9237c0ca4d2591055f875316ed36e15fc4e77cc14d21e90bdf4363e50578cc708cf53736ba7f19ad2#npm:3.2.7"],\ ["es6-promise", "npm:4.2.8"],\ ["raw-body", "npm:2.5.2"]\ ],\ @@ -11260,27 +11230,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["filename-reserved-regex", [\ - ["npm:2.0.0", {\ - "packageLocation": "./.yarn/cache/filename-reserved-regex-npm-2.0.0-5d8c6e337c-9322b45726.zip/node_modules/filename-reserved-regex/",\ - "packageDependencies": [\ - ["filename-reserved-regex", "npm:2.0.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["filenamify", [\ - ["npm:4.3.0", {\ - "packageLocation": "./.yarn/cache/filenamify-npm-4.3.0-e6531169ab-5b71a7ff8e.zip/node_modules/filenamify/",\ - "packageDependencies": [\ - ["filenamify", "npm:4.3.0"],\ - ["filename-reserved-regex", "npm:2.0.0"],\ - ["strip-outer", "npm:1.0.1"],\ - ["trim-repeated", "npm:1.0.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["filesize", [\ ["npm:8.0.7", {\ "packageLocation": "./.yarn/cache/filesize-npm-8.0.7-4070ceca66-e35f1799c3.zip/node_modules/filesize/",\ @@ -12098,62 +12047,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["gatsby-plugin-image", [\ - ["npm:3.13.1", {\ - "packageLocation": "./.yarn/cache/gatsby-plugin-image-npm-3.13.1-b98f59f6b2-e354c98c6f.zip/node_modules/gatsby-plugin-image/",\ - "packageDependencies": [\ - ["gatsby-plugin-image", "npm:3.13.1"]\ - ],\ - "linkType": "SOFT"\ - }],\ - ["virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:3.13.1", {\ - "packageLocation": "./.yarn/__virtual__/gatsby-plugin-image-virtual-2b0c2305e9/0/cache/gatsby-plugin-image-npm-3.13.1-b98f59f6b2-e354c98c6f.zip/node_modules/gatsby-plugin-image/",\ - "packageDependencies": [\ - ["gatsby-plugin-image", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:3.13.1"],\ - ["@babel/code-frame", "npm:7.23.5"],\ - ["@babel/core", null],\ - ["@babel/parser", "npm:7.23.6"],\ - ["@babel/runtime", "npm:7.23.8"],\ - ["@babel/traverse", "npm:7.23.7"],\ - ["@types/babel__core", null],\ - ["@types/gatsby", null],\ - ["@types/gatsby-plugin-sharp", null],\ - ["@types/gatsby-source-filesystem", null],\ - ["@types/react", "npm:18.3.3"],\ - ["@types/react-dom", "npm:18.3.0"],\ - ["babel-jsx-utils", "npm:1.1.0"],\ - ["babel-plugin-remove-graphql-queries", "virtual:2b0c2305e9bd6b86134917f828f3633f8123887588086ec072c9e9df99f194428062f8a576504c568a1a670d893cf9e11165a2bdfe8fb0fecaf7503208dec729#npm:5.13.1"],\ - ["camelcase", "npm:6.3.0"],\ - ["chokidar", "npm:3.5.3"],\ - ["common-tags", "npm:1.8.2"],\ - ["fs-extra", "npm:11.2.0"],\ - ["gatsby", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.6"],\ - ["gatsby-core-utils", "npm:4.13.1"],\ - ["gatsby-plugin-sharp", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ - ["gatsby-plugin-utils", "virtual:2b0c2305e9bd6b86134917f828f3633f8123887588086ec072c9e9df99f194428062f8a576504c568a1a670d893cf9e11165a2bdfe8fb0fecaf7503208dec729#npm:4.13.1"],\ - ["gatsby-source-filesystem", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ - ["objectFitPolyfill", "npm:2.3.5"],\ - ["prop-types", "npm:15.8.1"],\ - ["react", "npm:18.3.1"],\ - ["react-dom", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:18.3.1"]\ - ],\ - "packagePeers": [\ - "@babel/core",\ - "@types/babel__core",\ - "@types/gatsby-plugin-sharp",\ - "@types/gatsby-source-filesystem",\ - "@types/gatsby",\ - "@types/react-dom",\ - "@types/react",\ - "gatsby-plugin-sharp",\ - "gatsby-source-filesystem",\ - "gatsby",\ - "react-dom",\ - "react"\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["gatsby-plugin-manifest", [\ ["npm:5.13.1", {\ "packageLocation": "./.yarn/cache/gatsby-plugin-manifest-npm-5.13.1-2036e9f84e-45d59a4aa5.zip/node_modules/gatsby-plugin-manifest/",\ @@ -12170,7 +12063,7 @@ const RAW_RUNTIME_STATE = ["@types/gatsby", null],\ ["gatsby", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.6"],\ ["gatsby-core-utils", "npm:4.13.1"],\ - ["gatsby-plugin-utils", "virtual:2b0c2305e9bd6b86134917f828f3633f8123887588086ec072c9e9df99f194428062f8a576504c568a1a670d893cf9e11165a2bdfe8fb0fecaf7503208dec729#npm:4.13.1"],\ + ["gatsby-plugin-utils", "virtual:457d598c76670df0c5a3c0a91d7f2446f3bc062685a462fc14c953aa33f37269d78692f3d30ac42b67d44b2cd958857abb441531647d57832765de33dee915e3#npm:4.13.1"],\ ["semver", "npm:7.6.0"],\ ["sharp", "npm:0.32.6"]\ ],\ @@ -12240,7 +12133,7 @@ const RAW_RUNTIME_STATE = ["gatsby", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.6"],\ ["gatsby-core-utils", "npm:4.13.1"],\ ["gatsby-page-utils", "npm:3.13.1"],\ - ["gatsby-plugin-utils", "virtual:2b0c2305e9bd6b86134917f828f3633f8123887588086ec072c9e9df99f194428062f8a576504c568a1a670d893cf9e11165a2bdfe8fb0fecaf7503208dec729#npm:4.13.1"],\ + ["gatsby-plugin-utils", "virtual:457d598c76670df0c5a3c0a91d7f2446f3bc062685a462fc14c953aa33f37269d78692f3d30ac42b67d44b2cd958857abb441531647d57832765de33dee915e3#npm:4.13.1"],\ ["gatsby-telemetry", "npm:4.13.1"],\ ["globby", "npm:11.1.0"],\ ["lodash", "npm:4.17.21"]\ @@ -12304,40 +12197,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["gatsby-plugin-sharp", [\ - ["npm:5.13.1", {\ - "packageLocation": "./.yarn/cache/gatsby-plugin-sharp-npm-5.13.1-c07203bca0-4a502a543f.zip/node_modules/gatsby-plugin-sharp/",\ - "packageDependencies": [\ - ["gatsby-plugin-sharp", "npm:5.13.1"]\ - ],\ - "linkType": "SOFT"\ - }],\ - ["virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1", {\ - "packageLocation": "./.yarn/__virtual__/gatsby-plugin-sharp-virtual-17b99b037e/0/cache/gatsby-plugin-sharp-npm-5.13.1-c07203bca0-4a502a543f.zip/node_modules/gatsby-plugin-sharp/",\ - "packageDependencies": [\ - ["gatsby-plugin-sharp", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ - ["@babel/runtime", "npm:7.23.8"],\ - ["@types/gatsby", null],\ - ["async", "npm:3.2.5"],\ - ["bluebird", "npm:3.7.2"],\ - ["debug", "virtual:c9e1a4b59e37cb479517edede3bf2093b28c0ca1a9d0e517f3c345075bd1e468980b94b4957e389116607ee7155441dfd7d09e19a4229d5d09bcf06244401590#npm:4.3.4"],\ - ["filenamify", "npm:4.3.0"],\ - ["fs-extra", "npm:11.2.0"],\ - ["gatsby", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.6"],\ - ["gatsby-core-utils", "npm:4.13.1"],\ - ["gatsby-plugin-utils", "virtual:2b0c2305e9bd6b86134917f828f3633f8123887588086ec072c9e9df99f194428062f8a576504c568a1a670d893cf9e11165a2bdfe8fb0fecaf7503208dec729#npm:4.13.1"],\ - ["lodash", "npm:4.17.21"],\ - ["probe-image-size", "npm:7.2.3"],\ - ["semver", "npm:7.6.0"],\ - ["sharp", "npm:0.32.6"]\ - ],\ - "packagePeers": [\ - "@types/gatsby",\ - "gatsby"\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["gatsby-plugin-sitemap", [\ ["npm:6.13.1", {\ "packageLocation": "./.yarn/cache/gatsby-plugin-sitemap-npm-6.13.1-79cb3c836b-80cb28ff6f.zip/node_modules/gatsby-plugin-sitemap/",\ @@ -12435,10 +12294,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["virtual:2b0c2305e9bd6b86134917f828f3633f8123887588086ec072c9e9df99f194428062f8a576504c568a1a670d893cf9e11165a2bdfe8fb0fecaf7503208dec729#npm:4.13.1", {\ - "packageLocation": "./.yarn/__virtual__/gatsby-plugin-utils-virtual-0a39165b96/0/cache/gatsby-plugin-utils-npm-4.13.1-a49a9ef860-b44799bf9e.zip/node_modules/gatsby-plugin-utils/",\ + ["virtual:457d598c76670df0c5a3c0a91d7f2446f3bc062685a462fc14c953aa33f37269d78692f3d30ac42b67d44b2cd958857abb441531647d57832765de33dee915e3#npm:4.13.1", {\ + "packageLocation": "./.yarn/__virtual__/gatsby-plugin-utils-virtual-124c68ab9c/0/cache/gatsby-plugin-utils-npm-4.13.1-a49a9ef860-b44799bf9e.zip/node_modules/gatsby-plugin-utils/",\ "packageDependencies": [\ - ["gatsby-plugin-utils", "virtual:2b0c2305e9bd6b86134917f828f3633f8123887588086ec072c9e9df99f194428062f8a576504c568a1a670d893cf9e11165a2bdfe8fb0fecaf7503208dec729#npm:4.13.1"],\ + ["gatsby-plugin-utils", "virtual:457d598c76670df0c5a3c0a91d7f2446f3bc062685a462fc14c953aa33f37269d78692f3d30ac42b67d44b2cd958857abb441531647d57832765de33dee915e3#npm:4.13.1"],\ ["@babel/runtime", "npm:7.23.8"],\ ["@types/gatsby", null],\ ["@types/graphql", null],\ @@ -12448,7 +12307,7 @@ const RAW_RUNTIME_STATE = ["gatsby-core-utils", "npm:4.13.1"],\ ["gatsby-sharp", "npm:1.13.0"],\ ["graphql", null],\ - ["graphql-compose", "virtual:0a39165b96c2e3d7b554a639a61321610c5caef605e067703bc2bc7d69d938822056e930d7fedd22469e3324f8a73bf96d668f7fc21b4fb83905e300828b0792#npm:9.0.10"],\ + ["graphql-compose", "virtual:124c68ab9c4e09dbaab45c53dfa7d3d19310ece496610a38ed7bd524fcf0a26f8bbf95ecb2d3fdc9fad3fd4df8e0700838f80dd010cb5ef90e4484bb03bd9203#npm:9.0.10"],\ ["import-from", "npm:4.0.0"],\ ["joi", "npm:17.12.0"],\ ["mime", "npm:3.0.0"]\ @@ -12696,40 +12555,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["gatsby-transformer-sharp", [\ - ["npm:5.13.1", {\ - "packageLocation": "./.yarn/cache/gatsby-transformer-sharp-npm-5.13.1-264e17d77c-6a11b5cc74.zip/node_modules/gatsby-transformer-sharp/",\ - "packageDependencies": [\ - ["gatsby-transformer-sharp", "npm:5.13.1"]\ - ],\ - "linkType": "SOFT"\ - }],\ - ["virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1", {\ - "packageLocation": "./.yarn/__virtual__/gatsby-transformer-sharp-virtual-706e2a3762/0/cache/gatsby-transformer-sharp-npm-5.13.1-264e17d77c-6a11b5cc74.zip/node_modules/gatsby-transformer-sharp/",\ - "packageDependencies": [\ - ["gatsby-transformer-sharp", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ - ["@babel/runtime", "npm:7.23.8"],\ - ["@types/gatsby", null],\ - ["@types/gatsby-plugin-sharp", null],\ - ["bluebird", "npm:3.7.2"],\ - ["common-tags", "npm:1.8.2"],\ - ["fs-extra", "npm:11.2.0"],\ - ["gatsby", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.6"],\ - ["gatsby-plugin-sharp", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ - ["gatsby-plugin-utils", "virtual:2b0c2305e9bd6b86134917f828f3633f8123887588086ec072c9e9df99f194428062f8a576504c568a1a670d893cf9e11165a2bdfe8fb0fecaf7503208dec729#npm:4.13.1"],\ - ["probe-image-size", "npm:7.2.3"],\ - ["semver", "npm:7.6.0"],\ - ["sharp", "npm:0.32.6"]\ - ],\ - "packagePeers": [\ - "@types/gatsby-plugin-sharp",\ - "@types/gatsby",\ - "gatsby-plugin-sharp",\ - "gatsby"\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["gatsby-worker", [\ ["npm:2.13.1", {\ "packageLocation": "./.yarn/cache/gatsby-worker-npm-2.13.1-496b4a0044-2dc00da2df.zip/node_modules/gatsby-worker/",\ @@ -13106,13 +12931,13 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ - ["virtual:0a39165b96c2e3d7b554a639a61321610c5caef605e067703bc2bc7d69d938822056e930d7fedd22469e3324f8a73bf96d668f7fc21b4fb83905e300828b0792#npm:9.0.10", {\ - "packageLocation": "./.yarn/__virtual__/graphql-compose-virtual-8e6de392ea/0/cache/graphql-compose-npm-9.0.10-a4c0531cb6-afe106b0e0.zip/node_modules/graphql-compose/",\ + ["virtual:124c68ab9c4e09dbaab45c53dfa7d3d19310ece496610a38ed7bd524fcf0a26f8bbf95ecb2d3fdc9fad3fd4df8e0700838f80dd010cb5ef90e4484bb03bd9203#npm:9.0.10", {\ + "packageLocation": "./.yarn/__virtual__/graphql-compose-virtual-4a128bbaae/0/cache/graphql-compose-npm-9.0.10-a4c0531cb6-afe106b0e0.zip/node_modules/graphql-compose/",\ "packageDependencies": [\ - ["graphql-compose", "virtual:0a39165b96c2e3d7b554a639a61321610c5caef605e067703bc2bc7d69d938822056e930d7fedd22469e3324f8a73bf96d668f7fc21b4fb83905e300828b0792#npm:9.0.10"],\ + ["graphql-compose", "virtual:124c68ab9c4e09dbaab45c53dfa7d3d19310ece496610a38ed7bd524fcf0a26f8bbf95ecb2d3fdc9fad3fd4df8e0700838f80dd010cb5ef90e4484bb03bd9203#npm:9.0.10"],\ ["@types/graphql", null],\ ["graphql", null],\ - ["graphql-type-json", "virtual:8e6de392ea4a71583cda9880bc35e98b90e5f4457f8db0e3a06a41151360b8a006608e16ef1750adb9cac7e2107a78fb1bfee9dbe2fabccf94e12bdc2e830137#npm:0.3.2"]\ + ["graphql-type-json", "virtual:4a128bbaae48389827d1512a6260877003a88e81f14ac7be059ed792981611e69051f6d01066b26324144dc783bab30498c7a76d7177960ea24f66651264ab5c#npm:0.3.2"]\ ],\ "packagePeers": [\ "@types/graphql",\ @@ -13188,10 +13013,10 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "SOFT"\ }],\ - ["virtual:8e6de392ea4a71583cda9880bc35e98b90e5f4457f8db0e3a06a41151360b8a006608e16ef1750adb9cac7e2107a78fb1bfee9dbe2fabccf94e12bdc2e830137#npm:0.3.2", {\ - "packageLocation": "./.yarn/__virtual__/graphql-type-json-virtual-0a292d152f/0/cache/graphql-type-json-npm-0.3.2-05debc01d8-4162069963.zip/node_modules/graphql-type-json/",\ + ["virtual:4a128bbaae48389827d1512a6260877003a88e81f14ac7be059ed792981611e69051f6d01066b26324144dc783bab30498c7a76d7177960ea24f66651264ab5c#npm:0.3.2", {\ + "packageLocation": "./.yarn/__virtual__/graphql-type-json-virtual-0600b958e3/0/cache/graphql-type-json-npm-0.3.2-05debc01d8-4162069963.zip/node_modules/graphql-type-json/",\ "packageDependencies": [\ - ["graphql-type-json", "virtual:8e6de392ea4a71583cda9880bc35e98b90e5f4457f8db0e3a06a41151360b8a006608e16ef1750adb9cac7e2107a78fb1bfee9dbe2fabccf94e12bdc2e830137#npm:0.3.2"],\ + ["graphql-type-json", "virtual:4a128bbaae48389827d1512a6260877003a88e81f14ac7be059ed792981611e69051f6d01066b26324144dc783bab30498c7a76d7177960ea24f66651264ab5c#npm:0.3.2"],\ ["@types/graphql", null],\ ["graphql", null]\ ],\ @@ -14655,8 +14480,8 @@ const RAW_RUNTIME_STATE = ["johng-io", "workspace:."],\ ["@biomejs/biome", "npm:1.8.1"],\ ["@botpoison/browser", "npm:0.1.30"],\ + ["@fontsource-variable/roboto-flex", "npm:5.0.15"],\ ["@fontsource/poppins", "npm:5.0.14"],\ - ["@fontsource/roboto-flex", "npm:5.0.15"],\ ["@fortawesome/fontawesome-svg-core", "npm:6.5.2"],\ ["@fortawesome/free-brands-svg-icons", "npm:6.5.2"],\ ["@fortawesome/free-solid-svg-icons", "npm:6.5.2"],\ @@ -14676,18 +14501,15 @@ const RAW_RUNTIME_STATE = ["framer-motion", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:11.2.10"],\ ["gatsby", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.6"],\ ["gatsby-plugin-component-to-image", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:1.0.1"],\ - ["gatsby-plugin-image", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:3.13.1"],\ ["gatsby-plugin-manifest", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["gatsby-plugin-offline", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.2"],\ ["gatsby-plugin-postcss", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ ["gatsby-plugin-robots-txt", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:1.8.0"],\ - ["gatsby-plugin-sharp", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["gatsby-plugin-sitemap", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ ["gatsby-remark-autolink-headers", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ ["gatsby-source-filesystem", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["gatsby-source-graphql", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["gatsby-transformer-remark", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ - ["gatsby-transformer-sharp", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["isomorphic-dompurify", "npm:2.12.0"],\ ["jsdom", "virtual:980d22c154c3a9d380c0b2ba02e33929a0396cad637d2c4c209770e3a878fbabd307c4bc5fc289823881c51a1a7bfc5cffaa2f5e1c3ff1d527e7288a852ecc2e#npm:24.1.0"],\ ["postcss", "npm:8.4.38"],\ @@ -16304,18 +16126,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["needle", [\ - ["npm:2.9.1", {\ - "packageLocation": "./.yarn/cache/needle-npm-2.9.1-f40e591726-ad8df9aff5.zip/node_modules/needle/",\ - "packageDependencies": [\ - ["needle", "npm:2.9.1"],\ - ["debug", "virtual:f40e59172633be4c7855771c0607bb2d974d35ba9281f460e4514315aa447dbb3983c198be66321e29356b1b67dc72482299d717b77ab0c48c189f6bf13b1f21#npm:3.2.7"],\ - ["iconv-lite", "npm:0.4.24"],\ - ["sax", "npm:1.3.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["negotiator", [\ ["npm:0.6.3", {\ "packageLocation": "./.yarn/cache/negotiator-npm-0.6.3-9d50e36171-2723fb822a.zip/node_modules/negotiator/",\ @@ -16757,15 +16567,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["objectFitPolyfill", [\ - ["npm:2.3.5", {\ - "packageLocation": "./.yarn/cache/objectFitPolyfill-npm-2.3.5-13706e3039-fcd82a1a6a.zip/node_modules/objectFitPolyfill/",\ - "packageDependencies": [\ - ["objectFitPolyfill", "npm:2.3.5"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["on-finished", [\ ["npm:2.4.1", {\ "packageLocation": "./.yarn/cache/on-finished-npm-2.4.1-907af70f88-8e81472c50.zip/node_modules/on-finished/",\ @@ -18409,18 +18210,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["probe-image-size", [\ - ["npm:7.2.3", {\ - "packageLocation": "./.yarn/cache/probe-image-size-npm-7.2.3-2b6ee36e6f-6df205754d.zip/node_modules/probe-image-size/",\ - "packageDependencies": [\ - ["probe-image-size", "npm:7.2.3"],\ - ["lodash.merge", "npm:4.6.2"],\ - ["needle", "npm:2.9.1"],\ - ["stream-parser", "npm:0.3.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["proc-log", [\ ["npm:3.0.0", {\ "packageLocation": "./.yarn/cache/proc-log-npm-3.0.0-a8c21c2f0f-02b64e1b39.zip/node_modules/proc-log/",\ @@ -20320,16 +20109,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["stream-parser", [\ - ["npm:0.3.1", {\ - "packageLocation": "./.yarn/cache/stream-parser-npm-0.3.1-0b70187c85-1ea2bbbb4e.zip/node_modules/stream-parser/",\ - "packageDependencies": [\ - ["stream-parser", "npm:0.3.1"],\ - ["debug", "virtual:44738662cf800ff2863ba9baeabb817b24a959a14f86e20a31680e5dc79a4a738f7ceb7dca32753d579fae475aa061dffad8228a3391f3a9546b122f077e29a5#npm:2.6.9"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["streamsearch", [\ ["npm:1.1.0", {\ "packageLocation": "./.yarn/cache/streamsearch-npm-1.1.0-fc3ad6536d-612c2b2a7d.zip/node_modules/streamsearch/",\ @@ -20607,16 +20386,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["strip-outer", [\ - ["npm:1.0.1", {\ - "packageLocation": "./.yarn/cache/strip-outer-npm-1.0.1-4ed024bb0a-f8d65d33ca.zip/node_modules/strip-outer/",\ - "packageDependencies": [\ - ["strip-outer", "npm:1.0.1"],\ - ["escape-string-regexp", "npm:1.0.5"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["strtok3", [\ ["npm:6.3.0", {\ "packageLocation": "./.yarn/cache/strtok3-npm-6.3.0-73598951ca-98fba564d3.zip/node_modules/strtok3/",\ @@ -21162,16 +20931,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["trim-repeated", [\ - ["npm:1.0.0", {\ - "packageLocation": "./.yarn/cache/trim-repeated-npm-1.0.0-1152152315-e25c235305.zip/node_modules/trim-repeated/",\ - "packageDependencies": [\ - ["trim-repeated", "npm:1.0.0"],\ - ["escape-string-regexp", "npm:1.0.5"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["trough", [\ ["npm:1.0.5", {\ "packageLocation": "./.yarn/cache/trough-npm-1.0.5-791a6e37e5-2209753fda.zip/node_modules/trough/",\ diff --git a/package.json b/package.json index 77b5e9dd..94a4cde8 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,8 @@ }, "dependencies": { "@botpoison/browser": "^0.1.30", + "@fontsource-variable/roboto-flex": "^5.0.15", "@fontsource/poppins": "^5.0.14", - "@fontsource/roboto-flex": "^5.0.15", "@fortawesome/fontawesome-svg-core": "^6.5.2", "@fortawesome/free-brands-svg-icons": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.5.2", @@ -51,18 +51,15 @@ "framer-motion": "^11.2.10", "gatsby": "^5.13.6", "gatsby-plugin-component-to-image": "^1.0.1", - "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-offline": "^6.13.2", "gatsby-plugin-postcss": "^6.13.1", "gatsby-plugin-robots-txt": "^1.8.0", - "gatsby-plugin-sharp": "^5.13.1", "gatsby-plugin-sitemap": "^6.13.1", "gatsby-remark-autolink-headers": "^6.13.1", "gatsby-source-filesystem": "^5.13.1", "gatsby-source-graphql": "^5.13.1", "gatsby-transformer-remark": "^6.13.1", - "gatsby-transformer-sharp": "^5.13.1", "isomorphic-dompurify": "^2.12.0", "jsdom": "^24.1.0", "react": "^18.3.1", diff --git a/src/styles/global.css b/src/styles/global.css index fd013740..b93cb824 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -5,9 +5,18 @@ @import '@fontsource/poppins/400.css'; @import '@fontsource/poppins/500.css'; @import '@fontsource/poppins/700.css'; -@import '@fontsource/roboto-flex'; @import '@fortawesome/fontawesome-svg-core/styles'; +/* roboto-flex-latin-wght-normal */ +@font-face { + font-family: 'Roboto Flex Variable'; + font-style: normal; + font-weight: 100 1000; + font-display: swap; + src: url(@fontsource-variable/roboto-flex/files/roboto-flex-latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} + /* These styles to the base layer so that component styles can override them as necessary */ @layer base { diff --git a/tailwind.config.ts b/tailwind.config.ts index 1e82e1fd..9b8f7f89 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -11,6 +11,7 @@ module.exports = { theme: { fontFamily: { sans: [ + 'Roboto Flex Variable', 'Roboto Flex', 'Roboto', 'Tahoma', diff --git a/yarn.lock b/yarn.lock index 8addbc93..e8c5b9e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1792,6 +1792,13 @@ __metadata: languageName: node linkType: hard +"@fontsource-variable/roboto-flex@npm:^5.0.15": + version: 5.0.15 + resolution: "@fontsource-variable/roboto-flex@npm:5.0.15" + checksum: 10/f3ab744095d4cefcc3e04556aeebe8321d9a96282fbc9beaed9d292ce1bf19d9eda8f1a60e7fd8c9a175312092be439319c16ae614a2b92c11c6295461da2fc2 + languageName: node + linkType: hard + "@fontsource/poppins@npm:^5.0.14": version: 5.0.14 resolution: "@fontsource/poppins@npm:5.0.14" @@ -1799,13 +1806,6 @@ __metadata: languageName: node linkType: hard -"@fontsource/roboto-flex@npm:^5.0.15": - version: 5.0.15 - resolution: "@fontsource/roboto-flex@npm:5.0.15" - checksum: 10/47e06a364031a9833675abf7aafbca7ee1191be2a7c58fbee49248318020b2f3cdecd4c392d852becfc98ce88751f6f2fd35681ea9ca88a5986bf91d0100374f - languageName: node - linkType: hard - "@fortawesome/fontawesome-common-types@npm:6.5.2": version: 6.5.2 resolution: "@fortawesome/fontawesome-common-types@npm:6.5.2" @@ -4857,13 +4857,6 @@ __metadata: languageName: node linkType: hard -"async@npm:^3.2.4": - version: 3.2.5 - resolution: "async@npm:3.2.5" - checksum: 10/323c3615c3f0ab1ac25a6f953296bc0ac3213d5e0f1c0debdb12964e55963af288d570293c11e44f7967af58c06d2a88d0ea588c86ec0fbf62fa98037f604a0f - languageName: node - linkType: hard - "asynciterator.prototype@npm:^1.0.0": version: 1.0.0 resolution: "asynciterator.prototype@npm:1.0.0" @@ -5589,7 +5582,7 @@ __metadata: languageName: node linkType: hard -"camelcase@npm:^6.2.0, camelcase@npm:^6.3.0": +"camelcase@npm:^6.2.0": version: 6.3.0 resolution: "camelcase@npm:6.3.0" checksum: 10/8c96818a9076434998511251dcb2761a94817ea17dbdc37f47ac080bd088fc62c7369429a19e2178b993497132c8cbcf5cc1f44ba963e76782ba469c0474938d @@ -6670,7 +6663,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:2, debug@npm:2.6.9, debug@npm:^2.6.0": +"debug@npm:2.6.9, debug@npm:^2.6.0": version: 2.6.9 resolution: "debug@npm:2.6.9" dependencies: @@ -6691,7 +6684,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:^3.0.1, debug@npm:^3.1.0, debug@npm:^3.2.6, debug@npm:^3.2.7": +"debug@npm:^3.0.1, debug@npm:^3.1.0, debug@npm:^3.2.7": version: 3.2.7 resolution: "debug@npm:3.2.7" dependencies: @@ -7462,7 +7455,7 @@ __metadata: languageName: node linkType: hard -"escape-string-regexp@npm:^1.0.2, escape-string-regexp@npm:^1.0.5": +"escape-string-regexp@npm:^1.0.5": version: 1.0.5 resolution: "escape-string-regexp@npm:1.0.5" checksum: 10/6092fda75c63b110c706b6a9bfde8a612ad595b628f0bd2147eea1d3406723020810e591effc7db1da91d80a71a737a313567c5abb3813e8d9c71f4aa595b410 @@ -8151,24 +8144,6 @@ __metadata: languageName: node linkType: hard -"filename-reserved-regex@npm:^2.0.0": - version: 2.0.0 - resolution: "filename-reserved-regex@npm:2.0.0" - checksum: 10/9322b45726b86c45d0b4fe91be5c51e62b2e7e63db02c4a6ff3fd499bbc134d12fbf3c8b91979440ef45b3be834698ab9c3e66cb63b79fea4817e33da237d32a - languageName: node - linkType: hard - -"filenamify@npm:^4.3.0": - version: 4.3.0 - resolution: "filenamify@npm:4.3.0" - dependencies: - filename-reserved-regex: "npm:^2.0.0" - strip-outer: "npm:^1.0.1" - trim-repeated: "npm:^1.0.0" - checksum: 10/5b71a7ff8e958c8621957e6fbf7872024126d3b5da50f59b1634af3343ba1a69d4cc15cfe4ca4bbfa7c959ad4d98614ee51e6f1d9fa7326eef8ceda2da8cd74e - languageName: node - linkType: hard - "filesize@npm:^8.0.6": version: 8.0.7 resolution: "filesize@npm:8.0.7" @@ -8682,40 +8657,6 @@ __metadata: languageName: node linkType: hard -"gatsby-plugin-image@npm:^3.13.1": - version: 3.13.1 - resolution: "gatsby-plugin-image@npm:3.13.1" - dependencies: - "@babel/code-frame": "npm:^7.18.6" - "@babel/parser": "npm:^7.20.13" - "@babel/runtime": "npm:^7.20.13" - "@babel/traverse": "npm:^7.20.13" - babel-jsx-utils: "npm:^1.1.0" - babel-plugin-remove-graphql-queries: "npm:^5.13.1" - camelcase: "npm:^6.3.0" - chokidar: "npm:^3.5.3" - common-tags: "npm:^1.8.2" - fs-extra: "npm:^11.1.1" - gatsby-core-utils: "npm:^4.13.1" - gatsby-plugin-utils: "npm:^4.13.1" - objectFitPolyfill: "npm:^2.3.5" - prop-types: "npm:^15.8.1" - peerDependencies: - "@babel/core": ^7.12.3 - gatsby: ^5.0.0-next - gatsby-plugin-sharp: ^5.0.0-next - gatsby-source-filesystem: ^5.0.0-next - react: ^18.0.0 || ^0.0.0 - react-dom: ^18.0.0 || ^0.0.0 - peerDependenciesMeta: - gatsby-plugin-sharp: - optional: true - gatsby-source-filesystem: - optional: true - checksum: 10/e354c98c6ff4408fef042228f2726548daa2e6d987e627d95a80b3be9253eec6e13ba8ffe9678b47a19d608e2422f374dbda0c1c17f4810507116e586aeb6395 - languageName: node - linkType: hard - "gatsby-plugin-manifest@npm:^5.13.1": version: 5.13.1 resolution: "gatsby-plugin-manifest@npm:5.13.1" @@ -8797,28 +8738,6 @@ __metadata: languageName: node linkType: hard -"gatsby-plugin-sharp@npm:^5.13.1": - version: 5.13.1 - resolution: "gatsby-plugin-sharp@npm:5.13.1" - dependencies: - "@babel/runtime": "npm:^7.20.13" - async: "npm:^3.2.4" - bluebird: "npm:^3.7.2" - debug: "npm:^4.3.4" - filenamify: "npm:^4.3.0" - fs-extra: "npm:^11.1.1" - gatsby-core-utils: "npm:^4.13.1" - gatsby-plugin-utils: "npm:^4.13.1" - lodash: "npm:^4.17.21" - probe-image-size: "npm:^7.2.3" - semver: "npm:^7.5.3" - sharp: "npm:^0.32.6" - peerDependencies: - gatsby: ^5.0.0-next - checksum: 10/4a502a543f974f686c036562fd52572eaa8d8635e6be6fd60d9f1c56bc9119c5ac79acdeb8369ecc06ce51e44c406d5df3c92f8bdaead004e7738fa57d286d27 - languageName: node - linkType: hard - "gatsby-plugin-sitemap@npm:^6.13.1": version: 6.13.1 resolution: "gatsby-plugin-sitemap@npm:6.13.1" @@ -9013,25 +8932,6 @@ __metadata: languageName: node linkType: hard -"gatsby-transformer-sharp@npm:^5.13.1": - version: 5.13.1 - resolution: "gatsby-transformer-sharp@npm:5.13.1" - dependencies: - "@babel/runtime": "npm:^7.20.13" - bluebird: "npm:^3.7.2" - common-tags: "npm:^1.8.2" - fs-extra: "npm:^11.1.1" - gatsby-plugin-utils: "npm:^4.13.1" - probe-image-size: "npm:^7.2.3" - semver: "npm:^7.5.3" - sharp: "npm:^0.32.6" - peerDependencies: - gatsby: ^5.0.0-next - gatsby-plugin-sharp: ^5.0.0-next - checksum: 10/6a11b5cc7430172ba9f86f04324060bb087829ab210bfb1067a669523ee3c71fdd943a800c96bdebd46b117823b7e12b67be7cba3638b64ff12af3b8a910e7d7 - languageName: node - linkType: hard - "gatsby-worker@npm:^2.13.1": version: 2.13.1 resolution: "gatsby-worker@npm:2.13.1" @@ -9964,7 +9864,7 @@ __metadata: languageName: node linkType: hard -"iconv-lite@npm:0.4.24, iconv-lite@npm:^0.4.24, iconv-lite@npm:^0.4.4": +"iconv-lite@npm:0.4.24, iconv-lite@npm:^0.4.24": version: 0.4.24 resolution: "iconv-lite@npm:0.4.24" dependencies: @@ -10843,8 +10743,8 @@ __metadata: dependencies: "@biomejs/biome": "npm:1.8.1" "@botpoison/browser": "npm:^0.1.30" + "@fontsource-variable/roboto-flex": "npm:^5.0.15" "@fontsource/poppins": "npm:^5.0.14" - "@fontsource/roboto-flex": "npm:^5.0.15" "@fortawesome/fontawesome-svg-core": "npm:^6.5.2" "@fortawesome/free-brands-svg-icons": "npm:^6.5.2" "@fortawesome/free-solid-svg-icons": "npm:^6.5.2" @@ -10864,18 +10764,15 @@ __metadata: framer-motion: "npm:^11.2.10" gatsby: "npm:^5.13.6" gatsby-plugin-component-to-image: "npm:^1.0.1" - gatsby-plugin-image: "npm:^3.13.1" gatsby-plugin-manifest: "npm:^5.13.1" gatsby-plugin-offline: "npm:^6.13.2" gatsby-plugin-postcss: "npm:^6.13.1" gatsby-plugin-robots-txt: "npm:^1.8.0" - gatsby-plugin-sharp: "npm:^5.13.1" gatsby-plugin-sitemap: "npm:^6.13.1" gatsby-remark-autolink-headers: "npm:^6.13.1" gatsby-source-filesystem: "npm:^5.13.1" gatsby-source-graphql: "npm:^5.13.1" gatsby-transformer-remark: "npm:^6.13.1" - gatsby-transformer-sharp: "npm:^5.13.1" isomorphic-dompurify: "npm:^2.12.0" jsdom: "npm:^24.1.0" postcss: "npm:^8.4.38" @@ -12377,19 +12274,6 @@ __metadata: languageName: node linkType: hard -"needle@npm:^2.5.2": - version: 2.9.1 - resolution: "needle@npm:2.9.1" - dependencies: - debug: "npm:^3.2.6" - iconv-lite: "npm:^0.4.4" - sax: "npm:^1.2.4" - bin: - needle: ./bin/needle - checksum: 10/ad8df9aff519e719ae98bc3e58a2c623961bee0c5bffdd19288d7876fbb80a4ac1116ace7632026396bc0946d3c02b266acf3b9a1bffc7186055423eb7697e62 - languageName: node - linkType: hard - "negotiator@npm:0.6.3, negotiator@npm:^0.6.3": version: 0.6.3 resolution: "negotiator@npm:0.6.3" @@ -12773,13 +12657,6 @@ __metadata: languageName: node linkType: hard -"objectFitPolyfill@npm:^2.3.5": - version: 2.3.5 - resolution: "objectFitPolyfill@npm:2.3.5" - checksum: 10/fcd82a1a6aed7e9013dcd5b9aef8b107637fbd31f31564e97c5932d0844ce773d6ec93df9b280bc94fe43172f8ddf95ebeffeb563b7478a8ff9f4a915270a6f2 - languageName: node - linkType: hard - "on-finished@npm:2.4.1": version: 2.4.1 resolution: "on-finished@npm:2.4.1" @@ -13864,17 +13741,6 @@ __metadata: languageName: node linkType: hard -"probe-image-size@npm:^7.2.3": - version: 7.2.3 - resolution: "probe-image-size@npm:7.2.3" - dependencies: - lodash.merge: "npm:^4.6.2" - needle: "npm:^2.5.2" - stream-parser: "npm:~0.3.1" - checksum: 10/6df205754d823fea28735d856ba8168fe60a76e536c3ba0e491978cb73dd6a7a0128c6b19224af57ee653ce13f04cbb53516c4ee980f4677d8d899c72a6478bb - languageName: node - linkType: hard - "proc-log@npm:^3.0.0": version: 3.0.0 resolution: "proc-log@npm:3.0.0" @@ -15578,15 +15444,6 @@ __metadata: languageName: node linkType: hard -"stream-parser@npm:~0.3.1": - version: 0.3.1 - resolution: "stream-parser@npm:0.3.1" - dependencies: - debug: "npm:2" - checksum: 10/1ea2bbbb4e3ac39875048b8305c273d03864965275b4b2624418a9622747f7a891817782b31facc3e57c4b083c5dd704739a4b1685d55b34fe75809a03788344 - languageName: node - linkType: hard - "streamsearch@npm:^1.1.0": version: 1.1.0 resolution: "streamsearch@npm:1.1.0" @@ -15845,15 +15702,6 @@ __metadata: languageName: node linkType: hard -"strip-outer@npm:^1.0.1": - version: 1.0.1 - resolution: "strip-outer@npm:1.0.1" - dependencies: - escape-string-regexp: "npm:^1.0.2" - checksum: 10/f8d65d33ca2b49aabc66bb41d689dda7b8b9959d320e3a40a2ef4d7079ff2f67ffb72db43f179f48dbf9495c2e33742863feab7a584d180fa62505439162c191 - languageName: node - linkType: hard - "strtok3@npm:^6.2.4": version: 6.3.0 resolution: "strtok3@npm:6.3.0" @@ -16338,15 +16186,6 @@ __metadata: languageName: node linkType: hard -"trim-repeated@npm:^1.0.0": - version: 1.0.0 - resolution: "trim-repeated@npm:1.0.0" - dependencies: - escape-string-regexp: "npm:^1.0.2" - checksum: 10/e25c235305b82c43f1d64a67a71226c406b00281755e4c2c4f3b1d0b09c687a535dd3c4483327f949f28bb89dc400a0bc5e5b749054f4b99f49ebfe48ba36496 - languageName: node - linkType: hard - "trough@npm:^1.0.0": version: 1.0.5 resolution: "trough@npm:1.0.5" From 854b196a9ae95d75ba9c957904a1275d4c8c939e Mon Sep 17 00:00:00 2001 From: John Goodliff Date: Tue, 18 Jun 2024 20:55:23 -0600 Subject: [PATCH 2/6] Add gatsby-plugin-purgecss dep --- .pnp.cjs | 83 ++++++++++++++++++++++++++++++++++++++++++++++++ gatsby-config.ts | 12 +++++++ package.json | 1 + yarn.lock | 75 +++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 168 insertions(+), 3 deletions(-) diff --git a/.pnp.cjs b/.pnp.cjs index ec654184..ba072965 100644 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -53,6 +53,7 @@ const RAW_RUNTIME_STATE = ["gatsby-plugin-manifest", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["gatsby-plugin-offline", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.2"],\ ["gatsby-plugin-postcss", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ + ["gatsby-plugin-purgecss", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.2.1"],\ ["gatsby-plugin-robots-txt", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:1.8.0"],\ ["gatsby-plugin-sitemap", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ ["gatsby-remark-autolink-headers", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ @@ -8629,6 +8630,13 @@ const RAW_RUNTIME_STATE = ["commander", "npm:7.2.0"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:8.3.0", {\ + "packageLocation": "./.yarn/cache/commander-npm-8.3.0-c0d18c66d5-6b7b5d3344.zip/node_modules/commander/",\ + "packageDependencies": [\ + ["commander", "npm:8.3.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["common-path-prefix", [\ @@ -12173,6 +12181,32 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["gatsby-plugin-purgecss", [\ + ["npm:6.2.1", {\ + "packageLocation": "./.yarn/cache/gatsby-plugin-purgecss-npm-6.2.1-6486dee524-5efc90abef.zip/node_modules/gatsby-plugin-purgecss/",\ + "packageDependencies": [\ + ["gatsby-plugin-purgecss", "npm:6.2.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.2.1", {\ + "packageLocation": "./.yarn/__virtual__/gatsby-plugin-purgecss-virtual-b3a9c3d392/0/cache/gatsby-plugin-purgecss-npm-6.2.1-6486dee524-5efc90abef.zip/node_modules/gatsby-plugin-purgecss/",\ + "packageDependencies": [\ + ["gatsby-plugin-purgecss", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.2.1"],\ + ["@types/gatsby", null],\ + ["fs-extra", "npm:11.2.0"],\ + ["gatsby", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.6"],\ + ["loader-utils", "npm:3.3.1"],\ + ["merge-anything", "npm:5.1.7"],\ + ["purgecss", "npm:4.1.3"]\ + ],\ + "packagePeers": [\ + "@types/gatsby",\ + "gatsby"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["gatsby-plugin-robots-txt", [\ ["npm:1.8.0", {\ "packageLocation": "./.yarn/cache/gatsby-plugin-robots-txt-npm-1.8.0-5f10a9345e-ae5c1517f3.zip/node_modules/gatsby-plugin-robots-txt/",\ @@ -14318,6 +14352,15 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["is-what", [\ + ["npm:4.1.16", {\ + "packageLocation": "./.yarn/cache/is-what-npm-4.1.16-1622ed8fd8-f6400634ba.zip/node_modules/is-what/",\ + "packageDependencies": [\ + ["is-what", "npm:4.1.16"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["is-windows", [\ ["npm:1.0.2", {\ "packageLocation": "./.yarn/cache/is-windows-npm-1.0.2-898cd6f3d7-438b7e5265.zip/node_modules/is-windows/",\ @@ -14504,6 +14547,7 @@ const RAW_RUNTIME_STATE = ["gatsby-plugin-manifest", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:5.13.1"],\ ["gatsby-plugin-offline", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.2"],\ ["gatsby-plugin-postcss", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ + ["gatsby-plugin-purgecss", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.2.1"],\ ["gatsby-plugin-robots-txt", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:1.8.0"],\ ["gatsby-plugin-sitemap", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ ["gatsby-remark-autolink-headers", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:6.13.1"],\ @@ -14912,6 +14956,13 @@ const RAW_RUNTIME_STATE = ["loader-utils", "npm:3.2.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:3.3.1", {\ + "packageLocation": "./.yarn/cache/loader-utils-npm-3.3.1-eed38ce75b-3f994a948d.zip/node_modules/loader-utils/",\ + "packageDependencies": [\ + ["loader-utils", "npm:3.3.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["locate-path", [\ @@ -15578,6 +15629,16 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["merge-anything", [\ + ["npm:5.1.7", {\ + "packageLocation": "./.yarn/cache/merge-anything-npm-5.1.7-6cc5f839be-53d034b2a1.zip/node_modules/merge-anything/",\ + "packageDependencies": [\ + ["merge-anything", "npm:5.1.7"],\ + ["is-what", "npm:4.1.16"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["merge-descriptors", [\ ["npm:1.0.1", {\ "packageLocation": "./.yarn/cache/merge-descriptors-npm-1.0.1-615287aaa8-5abc259d2a.zip/node_modules/merge-descriptors/",\ @@ -18102,6 +18163,15 @@ const RAW_RUNTIME_STATE = ["util-deprecate", "npm:1.0.2"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:6.1.0", {\ + "packageLocation": "./.yarn/cache/postcss-selector-parser-npm-6.1.0-f392fdf6ae-2f9e5045b8.zip/node_modules/postcss-selector-parser/",\ + "packageDependencies": [\ + ["postcss-selector-parser", "npm:6.1.0"],\ + ["cssesc", "npm:3.0.0"],\ + ["util-deprecate", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["postcss-svgo", [\ @@ -18423,6 +18493,19 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["purgecss", [\ + ["npm:4.1.3", {\ + "packageLocation": "./.yarn/cache/purgecss-npm-4.1.3-9099a5bb50-d495ff1737.zip/node_modules/purgecss/",\ + "packageDependencies": [\ + ["purgecss", "npm:4.1.3"],\ + ["commander", "npm:8.3.0"],\ + ["glob", "npm:7.2.3"],\ + ["postcss", "npm:8.4.38"],\ + ["postcss-selector-parser", "npm:6.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["qs", [\ ["npm:6.11.0", {\ "packageLocation": "./.yarn/cache/qs-npm-6.11.0-caf1bc9dea-5a3bfea3e2.zip/node_modules/qs/",\ diff --git a/gatsby-config.ts b/gatsby-config.ts index 487b7fbd..29028846 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -49,6 +49,18 @@ const config: GatsbyConfig = { ], }, }, + // This plugin needs to be listed after gatsby-plugin-postcss so that it can purge unused CSS + { + resolve: 'gatsby-plugin-purgecss', + options: { + // printRejected: true, + // printAll: true, + tailwind: true, + purgeCSSOptions: { + safelist: [/where/], + }, + }, + }, { resolve: 'gatsby-plugin-sitemap', options: { diff --git a/package.json b/package.json index 94a4cde8..a5227256 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-offline": "^6.13.2", "gatsby-plugin-postcss": "^6.13.1", + "gatsby-plugin-purgecss": "^6.2.1", "gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-sitemap": "^6.13.1", "gatsby-remark-autolink-headers": "^6.13.1", diff --git a/yarn.lock b/yarn.lock index e8c5b9e4..8e1bf631 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6027,6 +6027,13 @@ __metadata: languageName: node linkType: hard +"commander@npm:^8.0.0": + version: 8.3.0 + resolution: "commander@npm:8.3.0" + checksum: 10/6b7b5d334483ce24bd73c5dac2eab901a7dbb25fd983ea24a1eeac6e7166bb1967f641546e8abf1920afbde86a45fbfe5812fbc69d0dc451bb45ca416a12a3a3 + languageName: node + linkType: hard + "common-path-prefix@npm:^3.0.0": version: 3.0.0 resolution: "common-path-prefix@npm:3.0.0" @@ -8382,7 +8389,7 @@ __metadata: languageName: node linkType: hard -"fs-extra@npm:^11.1.1, fs-extra@npm:^11.2.0": +"fs-extra@npm:^11.1.0, fs-extra@npm:^11.1.1, fs-extra@npm:^11.2.0": version: 11.2.0 resolution: "fs-extra@npm:11.2.0" dependencies: @@ -8726,6 +8733,20 @@ __metadata: languageName: node linkType: hard +"gatsby-plugin-purgecss@npm:^6.2.1": + version: 6.2.1 + resolution: "gatsby-plugin-purgecss@npm:6.2.1" + dependencies: + fs-extra: "npm:^11.1.0" + loader-utils: "npm:^3.2.1" + merge-anything: "npm:^5.1.4" + purgecss: "npm:^4.1.3" + peerDependencies: + gatsby: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 + checksum: 10/5efc90abefc94b0ddae6518884ff9ad0f55f0b11615a1ceb17266d6de517b40dd6923c86a380678b0efbd831c2073c0e29c3f2d8ff8747f80aeded93e1695d82 + languageName: node + linkType: hard + "gatsby-plugin-robots-txt@npm:^1.8.0": version: 1.8.0 resolution: "gatsby-plugin-robots-txt@npm:1.8.0" @@ -9293,7 +9314,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^7.1.1, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.6, glob@npm:^7.2.3": +"glob@npm:^7.1.1, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.6, glob@npm:^7.1.7, glob@npm:^7.2.3": version: 7.2.3 resolution: "glob@npm:7.2.3" dependencies: @@ -10593,6 +10614,13 @@ __metadata: languageName: node linkType: hard +"is-what@npm:^4.1.8": + version: 4.1.16 + resolution: "is-what@npm:4.1.16" + checksum: 10/f6400634bae77be6903365dc53817292e1c4d8db1b467515d0c842505b8388ee8e558326d5e6952cb2a9d74116eca2af0c6adb8aa7e9d5c845a130ce9328bf13 + languageName: node + linkType: hard + "is-windows@npm:^1.0.1": version: 1.0.2 resolution: "is-windows@npm:1.0.2" @@ -10767,6 +10795,7 @@ __metadata: gatsby-plugin-manifest: "npm:^5.13.1" gatsby-plugin-offline: "npm:^6.13.2" gatsby-plugin-postcss: "npm:^6.13.1" + gatsby-plugin-purgecss: "npm:^6.2.1" gatsby-plugin-robots-txt: "npm:^1.8.0" gatsby-plugin-sitemap: "npm:^6.13.1" gatsby-remark-autolink-headers: "npm:^6.13.1" @@ -11180,6 +11209,13 @@ __metadata: languageName: node linkType: hard +"loader-utils@npm:^3.2.1": + version: 3.3.1 + resolution: "loader-utils@npm:3.3.1" + checksum: 10/3f994a948ded4248569773f065b1f6d7c95da059888c8429153e203f9bdadfb1691ca517f9eac6548a8af2fe5c724a8e09cbb79f665db4209426606a57ec7650 + languageName: node + linkType: hard + "locate-path@npm:^3.0.0": version: 3.0.0 resolution: "locate-path@npm:3.0.0" @@ -11769,6 +11805,15 @@ __metadata: languageName: node linkType: hard +"merge-anything@npm:^5.1.4": + version: 5.1.7 + resolution: "merge-anything@npm:5.1.7" + dependencies: + is-what: "npm:^4.1.8" + checksum: 10/53d034b2a17f9a38e104a47fe60522858117da85421f1990d4c9c68494a33c3a19fa090a65f0bbf44cc2524d240297033548a018170ab466911be3d36e38bcad + languageName: node + linkType: hard + "merge-descriptors@npm:1.0.1": version: 1.0.1 resolution: "merge-descriptors@npm:1.0.1" @@ -13654,6 +13699,16 @@ __metadata: languageName: node linkType: hard +"postcss-selector-parser@npm:^6.0.6": + version: 6.1.0 + resolution: "postcss-selector-parser@npm:6.1.0" + dependencies: + cssesc: "npm:^3.0.0" + util-deprecate: "npm:^1.0.2" + checksum: 10/2f9e5045b8bbe674fed3b79dbcd3daf21f5188cd7baf179beac513710ec3d75a8fc8184a262c3aec1c628ad3fd8bdb29c5d8530f1c9c5a61a18e1980bb000945 + languageName: node + linkType: hard + "postcss-svgo@npm:^5.1.0": version: 5.1.0 resolution: "postcss-svgo@npm:5.1.0" @@ -13684,7 +13739,7 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.2.15, postcss@npm:^8.2.9, postcss@npm:^8.3.11, postcss@npm:^8.4.23, postcss@npm:^8.4.24, postcss@npm:^8.4.38": +"postcss@npm:^8.2.15, postcss@npm:^8.2.9, postcss@npm:^8.3.11, postcss@npm:^8.3.5, postcss@npm:^8.4.23, postcss@npm:^8.4.24, postcss@npm:^8.4.38": version: 8.4.38 resolution: "postcss@npm:8.4.38" dependencies: @@ -13927,6 +13982,20 @@ __metadata: languageName: node linkType: hard +"purgecss@npm:^4.1.3": + version: 4.1.3 + resolution: "purgecss@npm:4.1.3" + dependencies: + commander: "npm:^8.0.0" + glob: "npm:^7.1.7" + postcss: "npm:^8.3.5" + postcss-selector-parser: "npm:^6.0.6" + bin: + purgecss: bin/purgecss.js + checksum: 10/d495ff17373a93a74f82d01818509af39cfa9405b91750ef708fe1221cb63e180fb786d47696b523f52e85f1a7138be6bbbe03f9a51369654024cfa33300266d + languageName: node + linkType: hard + "qs@npm:6.11.0": version: 6.11.0 resolution: "qs@npm:6.11.0" From 4d868be9bd5914fa9623e912059d0feb6fdaa4e8 Mon Sep 17 00:00:00 2001 From: John Goodliff Date: Tue, 18 Jun 2024 20:55:57 -0600 Subject: [PATCH 3/6] Remove unused Gatsby plugins --- gatsby-config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gatsby-config.ts b/gatsby-config.ts index 29028846..8eb918db 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -31,11 +31,6 @@ const config: GatsbyConfig = { typesOutputPath: 'src/common/gatsby-types.d.ts', }, plugins: [ - 'gatsby-plugin-image', - // Required by gatsby-plugin-image - 'gatsby-plugin-sharp', - // Required by gatsby-plugin-image for dynamic images - 'gatsby-transformer-sharp', { resolve: 'gatsby-plugin-component-to-image', options: getSocialImageGenerationConfigDefaults(), From ed0d623151ced2d4308f34217e184d8b6db26ce7 Mon Sep 17 00:00:00 2001 From: John Goodliff Date: Tue, 18 Jun 2024 20:57:35 -0600 Subject: [PATCH 4/6] Remove unused fontawesome styles --- src/styles/global.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index b93cb824..283e6a32 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -5,7 +5,6 @@ @import '@fontsource/poppins/400.css'; @import '@fontsource/poppins/500.css'; @import '@fontsource/poppins/700.css'; -@import '@fortawesome/fontawesome-svg-core/styles'; /* roboto-flex-latin-wght-normal */ @font-face { From ef6036602fd23f86e4bdbf5eefaee0ef58db6f87 Mon Sep 17 00:00:00 2001 From: John Goodliff Date: Tue, 18 Jun 2024 21:06:50 -0600 Subject: [PATCH 5/6] Remove unused deps --- .pnp.cjs | 277 -------------------------------------------- package.json | 4 +- yarn.lock | 321 +-------------------------------------------------- 3 files changed, 4 insertions(+), 598 deletions(-) diff --git a/.pnp.cjs b/.pnp.cjs index ba072965..a20696b1 100644 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -66,8 +66,6 @@ const RAW_RUNTIME_STATE = ["react", "npm:18.3.1"],\ ["react-dom", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:18.3.1"],\ ["react-hook-form", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:7.52.0"],\ - ["sharp", "npm:0.33.4"],\ - ["svgo", "npm:3.3.2"],\ ["tailwindcss", "npm:3.4.4"],\ ["typescript", "patch:typescript@npm%3A5.4.5#optional!builtin::version=5.4.5&hash=5adc0c"]\ ],\ @@ -3051,16 +3049,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["@emnapi/runtime", [\ - ["npm:1.2.0", {\ - "packageLocation": "./.yarn/cache/@emnapi-runtime-npm-1.2.0-36d2203035-c954b36493.zip/node_modules/@emnapi/runtime/",\ - "packageDependencies": [\ - ["@emnapi/runtime", "npm:1.2.0"],\ - ["tslib", "npm:2.6.3"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["@eslint-community/eslint-utils", [\ ["npm:4.4.0", {\ "packageLocation": "./.yarn/cache/@eslint-community-eslint-utils-npm-4.4.0-d1791bd5a3-8d70bcdcd8.zip/node_modules/@eslint-community/eslint-utils/",\ @@ -4127,186 +4115,6 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["@img/sharp-darwin-arm64", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-darwin-arm64-npm-0.33.4-061afc6886/node_modules/@img/sharp-darwin-arm64/",\ - "packageDependencies": [\ - ["@img/sharp-darwin-arm64", "npm:0.33.4"],\ - ["@img/sharp-libvips-darwin-arm64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-darwin-x64", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-darwin-x64-npm-0.33.4-6aac8de317/node_modules/@img/sharp-darwin-x64/",\ - "packageDependencies": [\ - ["@img/sharp-darwin-x64", "npm:0.33.4"],\ - ["@img/sharp-libvips-darwin-x64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-libvips-darwin-arm64", [\ - ["npm:1.0.2", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-libvips-darwin-arm64-npm-1.0.2-6c9ede770e/node_modules/@img/sharp-libvips-darwin-arm64/",\ - "packageDependencies": [\ - ["@img/sharp-libvips-darwin-arm64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-libvips-darwin-x64", [\ - ["npm:1.0.2", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-libvips-darwin-x64-npm-1.0.2-01b146c37d/node_modules/@img/sharp-libvips-darwin-x64/",\ - "packageDependencies": [\ - ["@img/sharp-libvips-darwin-x64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-libvips-linux-arm", [\ - ["npm:1.0.2", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-libvips-linux-arm-npm-1.0.2-2f8e5af7fa/node_modules/@img/sharp-libvips-linux-arm/",\ - "packageDependencies": [\ - ["@img/sharp-libvips-linux-arm", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-libvips-linux-arm64", [\ - ["npm:1.0.2", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-libvips-linux-arm64-npm-1.0.2-a3a6e66f3b/node_modules/@img/sharp-libvips-linux-arm64/",\ - "packageDependencies": [\ - ["@img/sharp-libvips-linux-arm64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-libvips-linux-s390x", [\ - ["npm:1.0.2", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-libvips-linux-s390x-npm-1.0.2-45978c229d/node_modules/@img/sharp-libvips-linux-s390x/",\ - "packageDependencies": [\ - ["@img/sharp-libvips-linux-s390x", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-libvips-linux-x64", [\ - ["npm:1.0.2", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-libvips-linux-x64-npm-1.0.2-69e740ab3d/node_modules/@img/sharp-libvips-linux-x64/",\ - "packageDependencies": [\ - ["@img/sharp-libvips-linux-x64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-libvips-linuxmusl-arm64", [\ - ["npm:1.0.2", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-libvips-linuxmusl-arm64-npm-1.0.2-f787a79edb/node_modules/@img/sharp-libvips-linuxmusl-arm64/",\ - "packageDependencies": [\ - ["@img/sharp-libvips-linuxmusl-arm64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-libvips-linuxmusl-x64", [\ - ["npm:1.0.2", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-libvips-linuxmusl-x64-npm-1.0.2-e4d5858946/node_modules/@img/sharp-libvips-linuxmusl-x64/",\ - "packageDependencies": [\ - ["@img/sharp-libvips-linuxmusl-x64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-linux-arm", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-linux-arm-npm-0.33.4-11716810a3/node_modules/@img/sharp-linux-arm/",\ - "packageDependencies": [\ - ["@img/sharp-linux-arm", "npm:0.33.4"],\ - ["@img/sharp-libvips-linux-arm", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-linux-arm64", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-linux-arm64-npm-0.33.4-eee77af7d4/node_modules/@img/sharp-linux-arm64/",\ - "packageDependencies": [\ - ["@img/sharp-linux-arm64", "npm:0.33.4"],\ - ["@img/sharp-libvips-linux-arm64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-linux-s390x", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-linux-s390x-npm-0.33.4-d87dc58494/node_modules/@img/sharp-linux-s390x/",\ - "packageDependencies": [\ - ["@img/sharp-linux-s390x", "npm:0.33.4"],\ - ["@img/sharp-libvips-linux-s390x", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-linux-x64", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-linux-x64-npm-0.33.4-e678be5de4/node_modules/@img/sharp-linux-x64/",\ - "packageDependencies": [\ - ["@img/sharp-linux-x64", "npm:0.33.4"],\ - ["@img/sharp-libvips-linux-x64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-linuxmusl-arm64", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-linuxmusl-arm64-npm-0.33.4-c98abb8a19/node_modules/@img/sharp-linuxmusl-arm64/",\ - "packageDependencies": [\ - ["@img/sharp-linuxmusl-arm64", "npm:0.33.4"],\ - ["@img/sharp-libvips-linuxmusl-arm64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-linuxmusl-x64", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-linuxmusl-x64-npm-0.33.4-6e3f28f5de/node_modules/@img/sharp-linuxmusl-x64/",\ - "packageDependencies": [\ - ["@img/sharp-linuxmusl-x64", "npm:0.33.4"],\ - ["@img/sharp-libvips-linuxmusl-x64", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-wasm32", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-wasm32-npm-0.33.4-f2b467a25b/node_modules/@img/sharp-wasm32/",\ - "packageDependencies": [\ - ["@img/sharp-wasm32", "npm:0.33.4"],\ - ["@emnapi/runtime", "npm:1.2.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-win32-ia32", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-win32-ia32-npm-0.33.4-ac639c6571/node_modules/@img/sharp-win32-ia32/",\ - "packageDependencies": [\ - ["@img/sharp-win32-ia32", "npm:0.33.4"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@img/sharp-win32-x64", [\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/@img-sharp-win32-x64-npm-0.33.4-0108695db5/node_modules/@img/sharp-win32-x64/",\ - "packageDependencies": [\ - ["@img/sharp-win32-x64", "npm:0.33.4"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["@isaacs/cliui", [\ ["npm:8.0.2", {\ "packageLocation": "./.yarn/cache/@isaacs-cliui-npm-8.0.2-f4364666d5-e9ed5fd27c.zip/node_modules/@isaacs/cliui/",\ @@ -9154,24 +8962,6 @@ const RAW_RUNTIME_STATE = ["source-map", "npm:0.6.1"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:2.2.1", {\ - "packageLocation": "./.yarn/cache/css-tree-npm-2.2.1-ee98ac48a8-1959c4b0e2.zip/node_modules/css-tree/",\ - "packageDependencies": [\ - ["css-tree", "npm:2.2.1"],\ - ["mdn-data", "npm:2.0.28"],\ - ["source-map-js", "npm:1.2.0"]\ - ],\ - "linkType": "HARD"\ - }],\ - ["npm:2.3.1", {\ - "packageLocation": "./.yarn/cache/css-tree-npm-2.3.1-6540d78e26-e5e39b82eb.zip/node_modules/css-tree/",\ - "packageDependencies": [\ - ["css-tree", "npm:2.3.1"],\ - ["mdn-data", "npm:2.0.30"],\ - ["source-map-js", "npm:1.2.0"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["css-what", [\ @@ -9307,14 +9097,6 @@ const RAW_RUNTIME_STATE = ["css-tree", "npm:1.1.3"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:5.0.5", {\ - "packageLocation": "./.yarn/cache/csso-npm-5.0.5-b21e2a8b65-4036fb2b9f.zip/node_modules/csso/",\ - "packageDependencies": [\ - ["csso", "npm:5.0.5"],\ - ["css-tree", "npm:2.2.1"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["cssstyle", [\ @@ -14560,8 +14342,6 @@ const RAW_RUNTIME_STATE = ["react", "npm:18.3.1"],\ ["react-dom", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:18.3.1"],\ ["react-hook-form", "virtual:14350ed45911d0f670f748a7e6e550b9df9c9bb806b430b1edbcdc0fc58fcd01213ff7fb61f3390a5a685b9e2736cddb37fc916afa1aee1d085827b411f49609#npm:7.52.0"],\ - ["sharp", "npm:0.33.4"],\ - ["svgo", "npm:3.3.2"],\ ["tailwindcss", "npm:3.4.4"],\ ["typescript", "patch:typescript@npm%3A5.4.5#optional!builtin::version=5.4.5&hash=5adc0c"]\ ],\ @@ -15528,20 +15308,6 @@ const RAW_RUNTIME_STATE = ["mdn-data", "npm:2.0.14"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:2.0.28", {\ - "packageLocation": "./.yarn/cache/mdn-data-npm-2.0.28-9e644d5992-aec475e0c0.zip/node_modules/mdn-data/",\ - "packageDependencies": [\ - ["mdn-data", "npm:2.0.28"]\ - ],\ - "linkType": "HARD"\ - }],\ - ["npm:2.0.30", {\ - "packageLocation": "./.yarn/cache/mdn-data-npm-2.0.30-bf7b39c09a-e4944322bf.zip/node_modules/mdn-data/",\ - "packageDependencies": [\ - ["mdn-data", "npm:2.0.30"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["mdurl", [\ @@ -19745,35 +19511,6 @@ const RAW_RUNTIME_STATE = ["tunnel-agent", "npm:0.6.0"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.33.4", {\ - "packageLocation": "./.yarn/unplugged/sharp-npm-0.33.4-afc15185a7/node_modules/sharp/",\ - "packageDependencies": [\ - ["sharp", "npm:0.33.4"],\ - ["@img/sharp-darwin-arm64", "npm:0.33.4"],\ - ["@img/sharp-darwin-x64", "npm:0.33.4"],\ - ["@img/sharp-libvips-darwin-arm64", "npm:1.0.2"],\ - ["@img/sharp-libvips-darwin-x64", "npm:1.0.2"],\ - ["@img/sharp-libvips-linux-arm", "npm:1.0.2"],\ - ["@img/sharp-libvips-linux-arm64", "npm:1.0.2"],\ - ["@img/sharp-libvips-linux-s390x", "npm:1.0.2"],\ - ["@img/sharp-libvips-linux-x64", "npm:1.0.2"],\ - ["@img/sharp-libvips-linuxmusl-arm64", "npm:1.0.2"],\ - ["@img/sharp-libvips-linuxmusl-x64", "npm:1.0.2"],\ - ["@img/sharp-linux-arm", "npm:0.33.4"],\ - ["@img/sharp-linux-arm64", "npm:0.33.4"],\ - ["@img/sharp-linux-s390x", "npm:0.33.4"],\ - ["@img/sharp-linux-x64", "npm:0.33.4"],\ - ["@img/sharp-linuxmusl-arm64", "npm:0.33.4"],\ - ["@img/sharp-linuxmusl-x64", "npm:0.33.4"],\ - ["@img/sharp-wasm32", "npm:0.33.4"],\ - ["@img/sharp-win32-ia32", "npm:0.33.4"],\ - ["@img/sharp-win32-x64", "npm:0.33.4"],\ - ["color", "npm:4.2.3"],\ - ["detect-libc", "npm:2.0.3"],\ - ["semver", "npm:7.6.0"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["shebang-command", [\ @@ -20620,20 +20357,6 @@ const RAW_RUNTIME_STATE = ["stable", "npm:0.1.8"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:3.3.2", {\ - "packageLocation": "./.yarn/cache/svgo-npm-3.3.2-69e1d32944-82fdea9b93.zip/node_modules/svgo/",\ - "packageDependencies": [\ - ["svgo", "npm:3.3.2"],\ - ["@trysound/sax", "npm:0.2.0"],\ - ["commander", "npm:7.2.0"],\ - ["css-select", "npm:5.1.0"],\ - ["css-tree", "npm:2.3.1"],\ - ["css-what", "npm:6.1.0"],\ - ["csso", "npm:5.0.5"],\ - ["picocolors", "npm:1.0.0"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["swap-case", [\ diff --git a/package.json b/package.json index a5227256..9df013f8 100644 --- a/package.json +++ b/package.json @@ -65,9 +65,7 @@ "jsdom": "^24.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.52.0", - "sharp": "^0.33.4", - "svgo": "^3.3.2" + "react-hook-form": "^7.52.0" }, "devDependencies": { "@biomejs/biome": "1.8.1", diff --git a/yarn.lock b/yarn.lock index 8e1bf631..e54b3c8f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1748,15 +1748,6 @@ __metadata: languageName: node linkType: hard -"@emnapi/runtime@npm:^1.1.1": - version: 1.2.0 - resolution: "@emnapi/runtime@npm:1.2.0" - dependencies: - tslib: "npm:^2.4.0" - checksum: 10/c954b36493b713e451c74e9f1a48124b5491196700ec458c5d4a94eac3351e14803b4fd48ae6f72c77956d75792093d377f96412a6f59766099cb142e5c5b8f4 - languageName: node - linkType: hard - "@eslint-community/eslint-utils@npm:^4.2.0": version: 4.4.0 resolution: "@eslint-community/eslint-utils@npm:4.4.0" @@ -2357,181 +2348,6 @@ __metadata: languageName: node linkType: hard -"@img/sharp-darwin-arm64@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-darwin-arm64@npm:0.33.4" - dependencies: - "@img/sharp-libvips-darwin-arm64": "npm:1.0.2" - dependenciesMeta: - "@img/sharp-libvips-darwin-arm64": - optional: true - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"@img/sharp-darwin-x64@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-darwin-x64@npm:0.33.4" - dependencies: - "@img/sharp-libvips-darwin-x64": "npm:1.0.2" - dependenciesMeta: - "@img/sharp-libvips-darwin-x64": - optional: true - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"@img/sharp-libvips-darwin-arm64@npm:1.0.2": - version: 1.0.2 - resolution: "@img/sharp-libvips-darwin-arm64@npm:1.0.2" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"@img/sharp-libvips-darwin-x64@npm:1.0.2": - version: 1.0.2 - resolution: "@img/sharp-libvips-darwin-x64@npm:1.0.2" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"@img/sharp-libvips-linux-arm64@npm:1.0.2": - version: 1.0.2 - resolution: "@img/sharp-libvips-linux-arm64@npm:1.0.2" - conditions: os=linux & cpu=arm64 & libc=glibc - languageName: node - linkType: hard - -"@img/sharp-libvips-linux-arm@npm:1.0.2": - version: 1.0.2 - resolution: "@img/sharp-libvips-linux-arm@npm:1.0.2" - conditions: os=linux & cpu=arm & libc=glibc - languageName: node - linkType: hard - -"@img/sharp-libvips-linux-s390x@npm:1.0.2": - version: 1.0.2 - resolution: "@img/sharp-libvips-linux-s390x@npm:1.0.2" - conditions: os=linux & cpu=s390x & libc=glibc - languageName: node - linkType: hard - -"@img/sharp-libvips-linux-x64@npm:1.0.2": - version: 1.0.2 - resolution: "@img/sharp-libvips-linux-x64@npm:1.0.2" - conditions: os=linux & cpu=x64 & libc=glibc - languageName: node - linkType: hard - -"@img/sharp-libvips-linuxmusl-arm64@npm:1.0.2": - version: 1.0.2 - resolution: "@img/sharp-libvips-linuxmusl-arm64@npm:1.0.2" - conditions: os=linux & cpu=arm64 & libc=musl - languageName: node - linkType: hard - -"@img/sharp-libvips-linuxmusl-x64@npm:1.0.2": - version: 1.0.2 - resolution: "@img/sharp-libvips-linuxmusl-x64@npm:1.0.2" - conditions: os=linux & cpu=x64 & libc=musl - languageName: node - linkType: hard - -"@img/sharp-linux-arm64@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-linux-arm64@npm:0.33.4" - dependencies: - "@img/sharp-libvips-linux-arm64": "npm:1.0.2" - dependenciesMeta: - "@img/sharp-libvips-linux-arm64": - optional: true - conditions: os=linux & cpu=arm64 & libc=glibc - languageName: node - linkType: hard - -"@img/sharp-linux-arm@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-linux-arm@npm:0.33.4" - dependencies: - "@img/sharp-libvips-linux-arm": "npm:1.0.2" - dependenciesMeta: - "@img/sharp-libvips-linux-arm": - optional: true - conditions: os=linux & cpu=arm & libc=glibc - languageName: node - linkType: hard - -"@img/sharp-linux-s390x@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-linux-s390x@npm:0.33.4" - dependencies: - "@img/sharp-libvips-linux-s390x": "npm:1.0.2" - dependenciesMeta: - "@img/sharp-libvips-linux-s390x": - optional: true - conditions: os=linux & cpu=s390x & libc=glibc - languageName: node - linkType: hard - -"@img/sharp-linux-x64@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-linux-x64@npm:0.33.4" - dependencies: - "@img/sharp-libvips-linux-x64": "npm:1.0.2" - dependenciesMeta: - "@img/sharp-libvips-linux-x64": - optional: true - conditions: os=linux & cpu=x64 & libc=glibc - languageName: node - linkType: hard - -"@img/sharp-linuxmusl-arm64@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-linuxmusl-arm64@npm:0.33.4" - dependencies: - "@img/sharp-libvips-linuxmusl-arm64": "npm:1.0.2" - dependenciesMeta: - "@img/sharp-libvips-linuxmusl-arm64": - optional: true - conditions: os=linux & cpu=arm64 & libc=musl - languageName: node - linkType: hard - -"@img/sharp-linuxmusl-x64@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-linuxmusl-x64@npm:0.33.4" - dependencies: - "@img/sharp-libvips-linuxmusl-x64": "npm:1.0.2" - dependenciesMeta: - "@img/sharp-libvips-linuxmusl-x64": - optional: true - conditions: os=linux & cpu=x64 & libc=musl - languageName: node - linkType: hard - -"@img/sharp-wasm32@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-wasm32@npm:0.33.4" - dependencies: - "@emnapi/runtime": "npm:^1.1.1" - conditions: cpu=wasm32 - languageName: node - linkType: hard - -"@img/sharp-win32-ia32@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-win32-ia32@npm:0.33.4" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - -"@img/sharp-win32-x64@npm:0.33.4": - version: 0.33.4 - resolution: "@img/sharp-win32-x64@npm:0.33.4" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - "@isaacs/cliui@npm:^8.0.2": version: 8.0.2 resolution: "@isaacs/cliui@npm:8.0.2" @@ -6456,26 +6272,6 @@ __metadata: languageName: node linkType: hard -"css-tree@npm:^2.3.1": - version: 2.3.1 - resolution: "css-tree@npm:2.3.1" - dependencies: - mdn-data: "npm:2.0.30" - source-map-js: "npm:^1.0.1" - checksum: 10/e5e39b82eb4767c664fa5c2cd9968c8c7e6b7fd2c0079b52680a28466d851e2826d5e64699c449d933c0e8ca0554beca43c41a9fcb09fb6a46139d462dbdf0df - languageName: node - linkType: hard - -"css-tree@npm:~2.2.0": - version: 2.2.1 - resolution: "css-tree@npm:2.2.1" - dependencies: - mdn-data: "npm:2.0.28" - source-map-js: "npm:^1.0.1" - checksum: 10/1959c4b0e268bf8db1b3a1776a5ba9ae3a464ccd1226bfa62799cb0a3d0039006e21fb95cec4dec9d687a9a9b90f692dff2d230b631527ece700f4bfb419aaf3 - languageName: node - linkType: hard - "css-what@npm:^6.0.1, css-what@npm:^6.1.0": version: 6.1.0 resolution: "css-what@npm:6.1.0" @@ -6569,15 +6365,6 @@ __metadata: languageName: node linkType: hard -"csso@npm:^5.0.5": - version: 5.0.5 - resolution: "csso@npm:5.0.5" - dependencies: - css-tree: "npm:~2.2.0" - checksum: 10/4036fb2b9f8ed6b948349136b39e0b19ffb5edee934893a37b55e9a116186c4ae2a9d3ba66fbdbc07fa44a853fb478cd2d8733e4743473dcd364e7f21444ff34 - languageName: node - linkType: hard - "cssstyle@npm:^4.0.1": version: 4.0.1 resolution: "cssstyle@npm:4.0.1" @@ -6852,7 +6639,7 @@ __metadata: languageName: node linkType: hard -"detect-libc@npm:^2.0.0, detect-libc@npm:^2.0.2, detect-libc@npm:^2.0.3": +"detect-libc@npm:^2.0.0, detect-libc@npm:^2.0.2": version: 2.0.3 resolution: "detect-libc@npm:2.0.3" checksum: 10/b4ea018d623e077bd395f168a9e81db77370dde36a5b01d067f2ad7989924a81d31cb547ff764acb2aa25d50bb7fdde0b0a93bec02212b0cb430621623246d39 @@ -10808,8 +10595,6 @@ __metadata: react: "npm:^18.3.1" react-dom: "npm:^18.3.1" react-hook-form: "npm:^7.52.0" - sharp: "npm:^0.33.4" - svgo: "npm:^3.3.2" tailwindcss: "npm:^3.4.4" typescript: "npm:^5.4.5" languageName: unknown @@ -11716,20 +11501,6 @@ __metadata: languageName: node linkType: hard -"mdn-data@npm:2.0.28": - version: 2.0.28 - resolution: "mdn-data@npm:2.0.28" - checksum: 10/aec475e0c078af00498ce2f9434d96a1fdebba9814d14b8f72cd6d5475293f4b3972d0538af2d5c5053d35e1b964af08b7d162b98e9846e9343990b75e4baef1 - languageName: node - linkType: hard - -"mdn-data@npm:2.0.30": - version: 2.0.30 - resolution: "mdn-data@npm:2.0.30" - checksum: 10/e4944322bf3e0461a2daa2aee7e14e208960a036289531e4ef009e53d32bd41528350c070c4a33be867980443fe4c0523518d99318423cffa7c825fe7b1154e2 - languageName: node - linkType: hard - "mdurl@npm:^1.0.0": version: 1.0.1 resolution: "mdurl@npm:1.0.1" @@ -14926,7 +14697,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:7.6.0, semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0": +"semver@npm:7.6.0, semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.5.3, semver@npm:^7.5.4": version: 7.6.0 resolution: "semver@npm:7.6.0" dependencies: @@ -15086,75 +14857,6 @@ __metadata: languageName: node linkType: hard -"sharp@npm:^0.33.4": - version: 0.33.4 - resolution: "sharp@npm:0.33.4" - dependencies: - "@img/sharp-darwin-arm64": "npm:0.33.4" - "@img/sharp-darwin-x64": "npm:0.33.4" - "@img/sharp-libvips-darwin-arm64": "npm:1.0.2" - "@img/sharp-libvips-darwin-x64": "npm:1.0.2" - "@img/sharp-libvips-linux-arm": "npm:1.0.2" - "@img/sharp-libvips-linux-arm64": "npm:1.0.2" - "@img/sharp-libvips-linux-s390x": "npm:1.0.2" - "@img/sharp-libvips-linux-x64": "npm:1.0.2" - "@img/sharp-libvips-linuxmusl-arm64": "npm:1.0.2" - "@img/sharp-libvips-linuxmusl-x64": "npm:1.0.2" - "@img/sharp-linux-arm": "npm:0.33.4" - "@img/sharp-linux-arm64": "npm:0.33.4" - "@img/sharp-linux-s390x": "npm:0.33.4" - "@img/sharp-linux-x64": "npm:0.33.4" - "@img/sharp-linuxmusl-arm64": "npm:0.33.4" - "@img/sharp-linuxmusl-x64": "npm:0.33.4" - "@img/sharp-wasm32": "npm:0.33.4" - "@img/sharp-win32-ia32": "npm:0.33.4" - "@img/sharp-win32-x64": "npm:0.33.4" - color: "npm:^4.2.3" - detect-libc: "npm:^2.0.3" - semver: "npm:^7.6.0" - dependenciesMeta: - "@img/sharp-darwin-arm64": - optional: true - "@img/sharp-darwin-x64": - optional: true - "@img/sharp-libvips-darwin-arm64": - optional: true - "@img/sharp-libvips-darwin-x64": - optional: true - "@img/sharp-libvips-linux-arm": - optional: true - "@img/sharp-libvips-linux-arm64": - optional: true - "@img/sharp-libvips-linux-s390x": - optional: true - "@img/sharp-libvips-linux-x64": - optional: true - "@img/sharp-libvips-linuxmusl-arm64": - optional: true - "@img/sharp-libvips-linuxmusl-x64": - optional: true - "@img/sharp-linux-arm": - optional: true - "@img/sharp-linux-arm64": - optional: true - "@img/sharp-linux-s390x": - optional: true - "@img/sharp-linux-x64": - optional: true - "@img/sharp-linuxmusl-arm64": - optional: true - "@img/sharp-linuxmusl-x64": - optional: true - "@img/sharp-wasm32": - optional: true - "@img/sharp-win32-ia32": - optional: true - "@img/sharp-win32-x64": - optional: true - checksum: 10/f396d1363d8e5320596404ae2ce064bdc4378cd1c2b84d7dc5a42d51b566180548b95bfde85ec5b590c6480adce68b4f287495f64b766b8fc2100c3d355a3a91 - languageName: node - linkType: hard - "shebang-command@npm:^2.0.0": version: 2.0.0 resolution: "shebang-command@npm:2.0.0" @@ -15374,7 +15076,7 @@ __metadata: languageName: node linkType: hard -"source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.0": +"source-map-js@npm:^1.2.0": version: 1.2.0 resolution: "source-map-js@npm:1.2.0" checksum: 10/74f331cfd2d121c50790c8dd6d3c9de6be21926de80583b23b37029b0f37aefc3e019fa91f9a10a5e120c08135297e1ecf312d561459c45908cb1e0e365f49e5 @@ -15899,23 +15601,6 @@ __metadata: languageName: node linkType: hard -"svgo@npm:^3.3.2": - version: 3.3.2 - resolution: "svgo@npm:3.3.2" - dependencies: - "@trysound/sax": "npm:0.2.0" - commander: "npm:^7.2.0" - css-select: "npm:^5.1.0" - css-tree: "npm:^2.3.1" - css-what: "npm:^6.1.0" - csso: "npm:^5.0.5" - picocolors: "npm:^1.0.0" - bin: - svgo: ./bin/svgo - checksum: 10/82fdea9b938884d808506104228e4d3af0050d643d5b46ff7abc903ff47a91bbf6561373394868aaf07a28f006c4057b8fbf14bbd666298abdd7cc590d4f7700 - languageName: node - linkType: hard - "swap-case@npm:^2.0.2": version: 2.0.2 resolution: "swap-case@npm:2.0.2" From f187ae21ac78207972b587c453543942cf2795ba Mon Sep 17 00:00:00 2001 From: John Goodliff Date: Tue, 18 Jun 2024 21:07:12 -0600 Subject: [PATCH 6/6] Fix push trigger in deploy workflow --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 637e845e..d7d2d24f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,8 @@ name: Gatsby Build & Deploy on: workflow_dispatch: push: - branches: [$default-branch] + branches: + - main schedule: - cron: '8 8 * * 6'