diff --git a/apps/website/gatsby-config.js b/apps/website/gatsby-config.js index e5dadf29a..104e7e7ca 100644 --- a/apps/website/gatsby-config.js +++ b/apps/website/gatsby-config.js @@ -18,13 +18,5 @@ module.exports = { type_prefix: '', }, }, - { - resolve: 'gatsby-plugin-netlify', - options: { - mergeSecurityHeaders: false, - // mergeCachingHeaders: false, - // generateMatchPathRewrites: false, - }, - }, ], }; diff --git a/apps/website/package.json b/apps/website/package.json index db5814cab..1ad96c072 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -8,7 +8,6 @@ "@custom/ui": "workspace:*", "gatsby": "^5.7.0", "gatsby-plugin-manifest": "^5.7.0", - "gatsby-plugin-netlify": "^5.1.0", "react": "experimental", "react-dom": "experimental" }, diff --git a/package.json b/package.json index 0307ebf25..9afd49f03 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "postinstall": "husky install || true", "commit": "git-cz", - "test": "turbo test:integration --output-logs=new-only --concurrency=1 --force", + "test": "turbo test:integration --output-logs=new-only --concurrency=1", "test:quick": "turbo test:static --output-logs=errors-only && turbo test:unit --output-logs=errors-only", "prep": "turbo prep --output-logs=new-only" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea11352b6..3b33564f6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,9 +95,6 @@ importers: gatsby-plugin-manifest: specifier: ^5.7.0 version: 5.7.0(gatsby@5.7.0)(graphql@16.6.0) - gatsby-plugin-netlify: - specifier: ^5.1.0 - version: 5.1.0(gatsby@5.7.0)(webpack@5.76.2) react: specifier: experimental version: 0.0.0-experimental-39a3b72c6-20230414 @@ -14066,15 +14063,6 @@ packages: dev: false optional: true - /fs-extra@10.1.0: - resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} - engines: {node: '>=12'} - dependencies: - graceful-fs: 4.2.10 - jsonfile: 6.1.0 - universalify: 2.0.0 - dev: false - /fs-extra@11.1.1: resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} engines: {node: '>=14.14'} @@ -14309,23 +14297,6 @@ packages: - graphql dev: false - /gatsby-plugin-netlify@5.1.0(gatsby@5.7.0)(webpack@5.76.2): - resolution: {integrity: sha512-L2OPGYpjp6auXzntbQi3PveQ5433w6YFLb5MKDLwYaC9SdC4myLZStCMdHTMLzfcc2x9iLhA+XNkUNxC9OiUXw==} - engines: {node: '>=14.0.0'} - peerDependencies: - gatsby: ^4.0.0 || ^5.0.0 - dependencies: - '@babel/runtime': 7.21.0 - fs-extra: 10.1.0 - gatsby: 5.7.0(babel-eslint@10.1.0)(react-dom@0.0.0-experimental-b14f8da15-20230403)(react@0.0.0-experimental-39a3b72c6-20230414)(typescript@4.9.5) - gatsby-core-utils: 4.7.0 - kebab-hash: 0.1.2 - lodash.mergewith: 4.6.2 - webpack-assets-manifest: 5.1.0(webpack@5.76.2) - transitivePeerDependencies: - - webpack - dev: false - /gatsby-plugin-page-creator@5.7.0(gatsby@5.7.0)(graphql@16.6.0): resolution: {integrity: sha512-iFO/jYfRO94FJlKBwvOuQjZ8EAwhH2AAb26eqUjLE3WixEVY1AqA7Vve4Ue6J81BqJD7cpSiaYiZqiv0e113hA==} engines: {node: '>=18.0.0'} @@ -18284,12 +18255,6 @@ packages: dev: false optional: true - /kebab-hash@0.1.2: - resolution: {integrity: sha512-BTZpq3xgISmQmAVzkISy4eUutsUA7s4IEFlCwOBJjvSFOwyR7I+fza+tBc/rzYWK/NrmFHjfU1IhO3lu29Ib/w==} - dependencies: - lodash.kebabcase: 4.1.1 - dev: false - /keep-func-props@4.0.1: resolution: {integrity: sha512-87ftOIICfdww3SxR5P1veq3ThBNyRPG0JGL//oaR08v0k2yTicEIHd7s0GqSJfQvlb+ybC3GiDepOweo0LDhvw==} engines: {node: '>=12.20.0'} @@ -18609,12 +18574,6 @@ packages: resolution: {integrity: sha512-NZQIJJL5Rb9lMJ0Yl1JoVr9GSdo4HTPsUEWsSFzB8dE8DSoiLCVavWZPi7Rnlv/o73u6I24S/XYc/NmG4l8EKA==} dev: false - /lockfile@1.0.4: - resolution: {integrity: sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==} - dependencies: - signal-exit: 3.0.7 - dev: false - /lodash-es@4.17.21: resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} dev: false @@ -18688,13 +18647,10 @@ packages: resolution: {integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==} dev: false - /lodash.get@4.4.2: - resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} - dev: false - /lodash.has@4.5.2: resolution: {integrity: sha512-rnYUdIo6xRCJnQmbVFEwcxF144erlD+M3YcJUVesflU9paQaE8p+fJDcIQrlMYbxoANFL+AB9hZrzSBBk5PL+g==} dev: false + optional: true /lodash.isempty@4.4.0: resolution: {integrity: sha512-oKMuF3xEeqDltrGMfDxAPGIVMSSRv8tbRSODbrs4KGsRRLEhrW8N8Rd4DRgB2+621hY8A8XwwrTVhXWpxFvMzg==} @@ -18722,6 +18678,7 @@ packages: /lodash.kebabcase@4.1.1: resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} dev: false + optional: true /lodash.keys@4.2.0: resolution: {integrity: sha512-J79MkJcp7Df5mizHiVNpjoHXLi4HLjh9VLS/M7lQSGoQ+0oQ+lWEigREkqKyizPB1IawvQLLKY8mzEcm1tkyxQ==} @@ -18745,6 +18702,7 @@ packages: /lodash.mergewith@4.6.2: resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} dev: false + optional: true /lodash.reduce@4.6.0: resolution: {integrity: sha512-6raRe2vxCYBhpBu+B+TtNGUzah+hQjVdu3E17wfusjyrXBka2nBS8OH/gjVZ5PvHOhWmIZTYri09Z6n/QfnNMw==} @@ -26087,22 +26045,6 @@ packages: dev: false optional: true - /webpack-assets-manifest@5.1.0(webpack@5.76.2): - resolution: {integrity: sha512-kPuTMEjBrqZQVJ5M6yXNBCEdFbQQn7p+loNXt8NOeDFaAbsNFWqqwR0YL1mfG5LbwhK5FLXWXpuK3GuIIZ46rg==} - engines: {node: '>=10.13.0'} - peerDependencies: - webpack: ^5.2.0 - dependencies: - chalk: 4.1.2 - deepmerge: 4.3.0 - lockfile: 1.0.4 - lodash.get: 4.4.2 - lodash.has: 4.5.2 - schema-utils: 3.1.1 - tapable: 2.2.1 - webpack: 5.76.2 - dev: false - /webpack-dev-middleware@4.3.0(webpack@5.76.2): resolution: {integrity: sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==} engines: {node: '>= v10.23.3'}