- v2.7.3: update dependencies

This commit is contained in:
Amruth Pillai
2021-06-09 11:30:59 +05:30
parent fc96a6fc92
commit 79c903f02d
5 changed files with 778 additions and 1012 deletions

View File

@ -26,24 +26,24 @@
"dayjs": "^1.10.5",
"dotenv": "^10.0.0",
"downloadjs": "^1.4.7",
"firebase": "^8.6.3",
"firebase": "^8.6.5",
"formik": "^2.2.9",
"gatsby": "^3.6.2",
"gatsby-plugin-create-client-paths": "^3.6.0",
"gatsby": "^3.7.0",
"gatsby-plugin-create-client-paths": "^3.7.0",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-image": "^1.7.0",
"gatsby-plugin-manifest": "^3.7.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-postcss": "^4.6.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-plugin-offline": "^4.7.0",
"gatsby-plugin-postcss": "^4.7.0",
"gatsby-plugin-react-helmet": "^4.7.0",
"gatsby-plugin-sharp": "^3.7.0",
"gatsby-plugin-sitemap": "^4.3.0",
"gatsby-plugin-webfonts": "^2.1.0",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-source-filesystem": "^3.7.0",
"gatsby-source-gravatar": "^1.0.1",
"gatsby-transformer-remark": "^4.3.0",
"gatsby-transformer-sharp": "^3.6.0",
"gatsby-transformer-remark": "^4.4.0",
"gatsby-transformer-sharp": "^3.7.0",
"i18next": "^20.3.1",
"lodash": "^4.17.21",
"nanoevents": "^6.0.0",
@ -64,11 +64,11 @@
"yup": "^0.32.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"babel-jest": "^27.0.2",
"babel-preset-gatsby": "^1.6.0",
"eslint": "^7.27.0",
"babel-preset-gatsby": "^1.7.0",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
@ -80,9 +80,9 @@
"eslint-webpack-plugin": "^2.5.4",
"gatsby-plugin-eslint": "^3.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.3",
"jest": "^27.0.4",
"jest-fetch-mock": "^3.0.3",
"prettier": "2.3.0",
"prettier": "2.3.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"tailwindcss": "^2.1.4"