mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
- update dependencies
- upgrade gatsby v2 to v3 - update functions
This commit is contained in:
103
package.json
103
package.json
@ -17,72 +17,75 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.11.3",
|
||||
"@material-ui/core": "^4.11.4",
|
||||
"@reach/router": "^1.3.4",
|
||||
"animate.css": "^4.1.1",
|
||||
"array-move": "^3.0.1",
|
||||
"autoprefixer": "^10.2.4",
|
||||
"classnames": "^2.2.6",
|
||||
"dayjs": "^1.10.4",
|
||||
"dotenv": "^8.2.0",
|
||||
"autoprefixer": "^10.2.6",
|
||||
"classnames": "^2.3.1",
|
||||
"dayjs": "^1.10.5",
|
||||
"dotenv": "^10.0.0",
|
||||
"downloadjs": "^1.4.7",
|
||||
"firebase": "^8.2.7",
|
||||
"formik": "^2.2.6",
|
||||
"gatsby": "^2.32.3",
|
||||
"gatsby-image": "^2.11.0",
|
||||
"gatsby-plugin-create-client-paths": "^2.10.0",
|
||||
"firebase": "^8.6.3",
|
||||
"formik": "^2.2.8",
|
||||
"gatsby": "^3.6.1",
|
||||
"gatsby-plugin-create-client-paths": "^3.6.0",
|
||||
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
||||
"gatsby-plugin-manifest": "^2.12.0",
|
||||
"gatsby-plugin-material-ui": "^2.1.10",
|
||||
"gatsby-plugin-offline": "^3.10.0",
|
||||
"gatsby-plugin-postcss": "^3.7.0",
|
||||
"gatsby-plugin-react-helmet": "^3.10.0",
|
||||
"gatsby-plugin-sharp": "^2.14.1",
|
||||
"gatsby-plugin-sitemap": "^2.12.0",
|
||||
"gatsby-plugin-webfonts": "^1.1.4",
|
||||
"gatsby-source-filesystem": "^2.11.0",
|
||||
"gatsby-source-gravatar": "^1.0.0",
|
||||
"gatsby-transformer-remark": "^2.16.0",
|
||||
"gatsby-transformer-sharp": "^2.12.0",
|
||||
"i18next": "^19.8.7",
|
||||
"lodash": "^4.17.20",
|
||||
"nanoevents": "^5.1.11",
|
||||
"postcss": "^8.2.6",
|
||||
"react": "^17.0.1",
|
||||
"react-beautiful-dnd": "^13.0.0",
|
||||
"react-dom": "^17.0.1",
|
||||
"gatsby-plugin-image": "^1.6.0",
|
||||
"gatsby-plugin-manifest": "^3.6.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-webfonts": "^2.1.0",
|
||||
"gatsby-source-filesystem": "^3.6.0",
|
||||
"gatsby-source-gravatar": "^1.0.1",
|
||||
"gatsby-transformer-remark": "^4.3.0",
|
||||
"gatsby-transformer-sharp": "^3.6.0",
|
||||
"i18next": "^20.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
"nanoevents": "^6.0.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"postcss": "^8.3.0",
|
||||
"process": "^0.11.10",
|
||||
"react": "^17.0.2",
|
||||
"react-beautiful-dnd": "^13.1.0",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-i18next": "^11.8.6",
|
||||
"react-i18next": "^11.10.0",
|
||||
"react-icons": "^4.2.0",
|
||||
"react-markdown": "^5.0.3",
|
||||
"react-scroll": "^1.8.1",
|
||||
"react-toastify": "^7.0.3",
|
||||
"short-unique-id": "^3.2.3",
|
||||
"react-markdown": "^6.0.2",
|
||||
"react-scroll": "^1.8.2",
|
||||
"react-toastify": "^7.0.4",
|
||||
"short-unique-id": "^4.3.3",
|
||||
"uuid": "^8.3.2",
|
||||
"yup": "^0.32.8"
|
||||
"yup": "^0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^5.11.9",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"babel-jest": "^26.6.3",
|
||||
"babel-preset-gatsby": "^0.12.1",
|
||||
"eslint": "^7.20.0",
|
||||
"@testing-library/jest-dom": "^5.12.0",
|
||||
"@testing-library/react": "^11.2.7",
|
||||
"babel-jest": "^27.0.1",
|
||||
"babel-preset-gatsby": "^1.6.0",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-config-prettier": "^7.2.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-loader": "^4.0.2",
|
||||
"eslint-plugin-jest": "^24.1.3",
|
||||
"eslint-plugin-jest": "^24.3.6",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"eslint-plugin-react": "^7.22.0",
|
||||
"eslint-webpack-plugin": "^2.5.1",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-react": "^7.23.2",
|
||||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
|
||||
"eslint-webpack-plugin": "^2.5.4",
|
||||
"gatsby-plugin-eslint": "^3.0.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"jest": "^27.0.1",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"prettier": "2.2.1",
|
||||
"stylelint": "^13.10.0",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"tailwindcss": "^2.0.3"
|
||||
"prettier": "2.3.0",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"tailwindcss": "^2.1.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user