mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
- fix: Indonesian language display
- update dependencies
This commit is contained in:
30
package.json
30
package.json
@ -29,22 +29,22 @@
|
||||
"downloadjs": "^1.4.7",
|
||||
"firebase": "^8.6.8",
|
||||
"formik": "^2.2.9",
|
||||
"gatsby": "^3.7.2",
|
||||
"gatsby-plugin-create-client-paths": "^3.7.1",
|
||||
"gatsby": "^3.8.0",
|
||||
"gatsby-plugin-create-client-paths": "^3.8.0",
|
||||
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
||||
"gatsby-plugin-image": "^1.7.1",
|
||||
"gatsby-plugin-manifest": "^3.7.1",
|
||||
"gatsby-plugin-image": "^1.8.0",
|
||||
"gatsby-plugin-manifest": "^3.8.0",
|
||||
"gatsby-plugin-material-ui": "^3.0.1",
|
||||
"gatsby-plugin-offline": "^4.7.1",
|
||||
"gatsby-plugin-postcss": "^4.7.1",
|
||||
"gatsby-plugin-react-helmet": "^4.7.1",
|
||||
"gatsby-plugin-sharp": "^3.7.1",
|
||||
"gatsby-plugin-sitemap": "^4.3.1",
|
||||
"gatsby-plugin-offline": "^4.8.0",
|
||||
"gatsby-plugin-postcss": "^4.8.0",
|
||||
"gatsby-plugin-react-helmet": "^4.8.0",
|
||||
"gatsby-plugin-sharp": "^3.8.0",
|
||||
"gatsby-plugin-sitemap": "^4.4.0",
|
||||
"gatsby-plugin-webfonts": "^2.1.0",
|
||||
"gatsby-source-filesystem": "^3.7.1",
|
||||
"gatsby-source-filesystem": "^3.8.0",
|
||||
"gatsby-source-gravatar": "^1.0.1",
|
||||
"gatsby-transformer-remark": "^4.4.1",
|
||||
"gatsby-transformer-sharp": "^3.7.1",
|
||||
"gatsby-transformer-remark": "^4.5.0",
|
||||
"gatsby-transformer-sharp": "^3.8.0",
|
||||
"i18next": "^20.3.2",
|
||||
"lodash": "^4.17.21",
|
||||
"nanoevents": "^6.0.0",
|
||||
@ -66,9 +66,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^11.2.7",
|
||||
"@testing-library/react": "^12.0.0",
|
||||
"babel-jest": "^27.0.5",
|
||||
"babel-preset-gatsby": "^1.7.1",
|
||||
"babel-preset-gatsby": "^1.8.0",
|
||||
"eslint": "^7.29.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
@ -88,7 +88,7 @@
|
||||
"prettier": "2.3.1",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"tailwindcss": "^2.2.2"
|
||||
"tailwindcss": "^2.2.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user