mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-16 16:19:47 +10:00
updates to dependencies, merging to production
This commit is contained in:
+38
-36
@@ -16,61 +16,63 @@
|
||||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/core": "^4.11.2",
|
||||
"@reach/router": "^1.3.4",
|
||||
"animate.css": "^4.1.1",
|
||||
"array-move": "^3.0.1",
|
||||
"autoprefixer": "^10.0.4",
|
||||
"classnames": "^2.2.6",
|
||||
"dayjs": "^1.9.1",
|
||||
"dayjs": "^1.9.6",
|
||||
"dotenv": "^8.2.0",
|
||||
"downloadjs": "^1.4.7",
|
||||
"firebase": "^7.23.0",
|
||||
"formik": "^2.2.0",
|
||||
"gatsby": "^2.24.73",
|
||||
"gatsby-image": "^2.4.21",
|
||||
"gatsby-plugin-create-client-paths": "^2.3.13",
|
||||
"firebase": "^8.1.2",
|
||||
"formik": "^2.2.5",
|
||||
"gatsby": "^2.28.0",
|
||||
"gatsby-image": "^2.7.0",
|
||||
"gatsby-plugin-create-client-paths": "^2.6.0",
|
||||
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
||||
"gatsby-plugin-manifest": "^2.4.34",
|
||||
"gatsby-plugin-manifest": "^2.8.0",
|
||||
"gatsby-plugin-material-ui": "^2.1.10",
|
||||
"gatsby-plugin-offline": "^3.2.31",
|
||||
"gatsby-plugin-postcss": "^3.0.1",
|
||||
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
||||
"gatsby-plugin-react-helmet": "^3.3.14",
|
||||
"gatsby-plugin-sharp": "^2.6.40",
|
||||
"gatsby-plugin-sitemap": "^2.4.15",
|
||||
"gatsby-source-filesystem": "^2.3.34",
|
||||
"gatsby-plugin-offline": "^3.6.0",
|
||||
"gatsby-plugin-postcss": "^3.3.0",
|
||||
"gatsby-plugin-react-helmet": "^3.6.0",
|
||||
"gatsby-plugin-sharp": "^2.10.0",
|
||||
"gatsby-plugin-sitemap": "^2.8.0",
|
||||
"gatsby-plugin-webfonts": "^1.1.3",
|
||||
"gatsby-source-filesystem": "^2.7.0",
|
||||
"gatsby-source-gravatar": "^1.0.0",
|
||||
"gatsby-transformer-remark": "^2.8.38",
|
||||
"gatsby-transformer-sharp": "^2.5.17",
|
||||
"i18next": "^19.8.2",
|
||||
"gatsby-transformer-remark": "^2.12.0",
|
||||
"gatsby-transformer-sharp": "^2.8.0",
|
||||
"i18next": "^19.8.4",
|
||||
"lodash": "^4.17.20",
|
||||
"nanoevents": "^5.1.8",
|
||||
"react": "^16.13.1",
|
||||
"nanoevents": "^5.1.10",
|
||||
"postcss": "^8.1.14",
|
||||
"react": "^17.0.1",
|
||||
"react-beautiful-dnd": "^13.0.0",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-i18next": "^11.7.3",
|
||||
"react-icons": "^3.11.0",
|
||||
"react-markdown": "^4.3.1",
|
||||
"react-i18next": "^11.7.4",
|
||||
"react-icons": "^4.1.0",
|
||||
"react-markdown": "^5.0.3",
|
||||
"react-scroll": "^1.8.1",
|
||||
"react-toastify": "^6.0.9",
|
||||
"short-unique-id": "^3.0.4",
|
||||
"react-toastify": "^6.1.0",
|
||||
"short-unique-id": "^3.2.0",
|
||||
"uuid": "^8.3.1",
|
||||
"yup": "^0.29.3"
|
||||
"yup": "^0.32.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.11.0",
|
||||
"eslint-config-airbnb": "^18.2.0",
|
||||
"eslint-config-prettier": "^6.12.0",
|
||||
"eslint": "^7.15.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint-loader": "^4.0.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-react": "^7.21.4",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.2.0",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"gatsby-plugin-eslint": "^2.0.8",
|
||||
"prettier": "2.1.2",
|
||||
"stylelint": "^13.7.2",
|
||||
"prettier": "2.2.1",
|
||||
"stylelint": "^13.8.0",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"tailwindcss": "^1.8.13"
|
||||
"tailwindcss": "^2.0.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user