Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: dependency update 🧹 #694

Merged
merged 3 commits into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ import {
SEO_EXCLUDED_URLS,
} from './gatsby/config-options/constants';

const envFilePath = `.env.${process.env.NODE_ENV}`;

let loggedOnce = false;
if (!loggedOnce) {
loggedOnce = true;
console.log('Loading .env file from ', envFilePath);
}

dotenv.config({
path: `.env.${process.env.NODE_ENV}`,
path: envFilePath,
});

const contentfulConfig: IPluginRefOptions = {
Expand Down
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "git@github.com:satellytes/satellytes.com.git"
},
"engines": {
"node": ">=18",
"node": ">=19",
"npm": "please-use-yarn",
"yarn": "^1.0.0"
},
Expand All @@ -36,43 +36,43 @@
"@reach/accordion": "^0.18.0",
"@reach/listbox": "^0.18.0",
"@reach/tabs": "^0.18.0",
"@slack/web-api": "^6.8.0",
"@slack/web-api": "^6.8.1",
"@svgr/webpack": "^6.5.1",
"@types/leaflet": "^1.9.0",
"axios": "^1.2.2",
"axios": "^1.3.3",
"babel-plugin-styled-components": "^2.0.7",
"canvas": "^2.11.0",
"date-fns": "^2.29.3",
"fast-xml-parser": "^4.0.13",
"gatsby": "^5.3.3",
"fast-xml-parser": "^4.1.2",
"gatsby": "^5.6.1",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-canonical-urls": "^5.3.0",
"gatsby-plugin-catch-links": "^5.3.0",
"gatsby-plugin-feed": "^5.3.1",
"gatsby-plugin-gatsby-cloud": "^5.3.1",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-react-helmet": "^6.3.0",
"gatsby-plugin-canonical-urls": "^5.6.0",
"gatsby-plugin-catch-links": "^5.6.0",
"gatsby-plugin-feed": "^5.6.0",
"gatsby-plugin-gatsby-cloud": "^5.6.0",
"gatsby-plugin-image": "^3.6.0",
"gatsby-plugin-manifest": "^5.6.0",
"gatsby-plugin-react-helmet": "^6.6.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-readingtime": "^3.0.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.3.1",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-plugin-sitemap": "^6.3.1",
"gatsby-plugin-sass": "^6.6.0",
"gatsby-plugin-sharp": "^5.6.0",
"gatsby-plugin-sitemap": "^6.6.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-styled-components": "^6.3.0",
"gatsby-plugin-styled-components": "^6.6.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-remark-copy-linked-files": "^6.3.0",
"gatsby-remark-copy-linked-files": "^6.6.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.3.1",
"gatsby-remark-prismjs": "^7.3.0",
"gatsby-source-contentful": "^8.3.1",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-json": "^5.3.0",
"gatsby-transformer-remark": "^6.3.2",
"gatsby-transformer-sharp": "^5.3.1",
"gatsby-remark-images": "^7.6.0",
"gatsby-remark-prismjs": "^7.6.0",
"gatsby-source-contentful": "^8.6.1",
"gatsby-source-filesystem": "^5.6.0",
"gatsby-transformer-json": "^5.6.0",
"gatsby-transformer-remark": "^6.6.0",
"gatsby-transformer-sharp": "^5.6.0",
"html-entities": "^2.3.2",
"i18next": "^22.4.9",
"i18next": "^22.4.10",
"leaflet": "^1.9.3",
"leaflet-gesture-handling": "^1.2.2",
"modern-normalize": "1.1.0",
Expand All @@ -82,15 +82,15 @@
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.41.5",
"react-i18next": "^12.1.4",
"react-hook-form": "^7.43.1",
"react-i18next": "^12.1.5",
"react-leaflet": "^4.2.0",
"react-medium-image-zoom": "^5.1.2",
"react-share": "^4.4.1",
"react-spring": "^9.6.1",
"react-use": "^17.4.0",
"rehype-react": "^7.1.1",
"sass": "^1.57.1",
"rehype-react": "^7.1.2",
"sass": "^1.58.3",
"schema-dts": "^1.1.0",
"sharp": "^0.31.3",
"showdown": "^2.1.0",
Expand All @@ -104,43 +104,43 @@
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/showdown": "^2.0.0",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"babel-loader": "^9.1.2",
"eslint": "^8.31.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jsdom": "^21.0.0",
"lint-staged": "^13.1.0",
"prettier": "^2.8.2",
"serve": "^14.1.2",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"serve": "^14.2.0",
"storybook-addon-gatsby": "^0.0.5",
"storybook-react-i18next": "^1.1.2",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,md}": [
Expand Down
Loading