mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 10:24:48 +10:00
- fix: Indonesian language display
- update dependencies
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ module.exports = {
|
|||||||
title: 'Reactive Resume',
|
title: 'Reactive Resume',
|
||||||
siteUrl: 'https://rxresu.me',
|
siteUrl: 'https://rxresu.me',
|
||||||
description: 'A free and open source resume builder.',
|
description: 'A free and open source resume builder.',
|
||||||
version: '2.7.5',
|
version: '2.7.6',
|
||||||
},
|
},
|
||||||
flags: { PRESERVE_WEBPACK_CACHE: true },
|
flags: { PRESERVE_WEBPACK_CACHE: true },
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|||||||
Generated
+359
-327
File diff suppressed because it is too large
Load Diff
+15
-15
@@ -29,22 +29,22 @@
|
|||||||
"downloadjs": "^1.4.7",
|
"downloadjs": "^1.4.7",
|
||||||
"firebase": "^8.6.8",
|
"firebase": "^8.6.8",
|
||||||
"formik": "^2.2.9",
|
"formik": "^2.2.9",
|
||||||
"gatsby": "^3.7.2",
|
"gatsby": "^3.8.0",
|
||||||
"gatsby-plugin-create-client-paths": "^3.7.1",
|
"gatsby-plugin-create-client-paths": "^3.8.0",
|
||||||
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
"gatsby-plugin-firebase": "^0.2.0-beta.4",
|
||||||
"gatsby-plugin-image": "^1.7.1",
|
"gatsby-plugin-image": "^1.8.0",
|
||||||
"gatsby-plugin-manifest": "^3.7.1",
|
"gatsby-plugin-manifest": "^3.8.0",
|
||||||
"gatsby-plugin-material-ui": "^3.0.1",
|
"gatsby-plugin-material-ui": "^3.0.1",
|
||||||
"gatsby-plugin-offline": "^4.7.1",
|
"gatsby-plugin-offline": "^4.8.0",
|
||||||
"gatsby-plugin-postcss": "^4.7.1",
|
"gatsby-plugin-postcss": "^4.8.0",
|
||||||
"gatsby-plugin-react-helmet": "^4.7.1",
|
"gatsby-plugin-react-helmet": "^4.8.0",
|
||||||
"gatsby-plugin-sharp": "^3.7.1",
|
"gatsby-plugin-sharp": "^3.8.0",
|
||||||
"gatsby-plugin-sitemap": "^4.3.1",
|
"gatsby-plugin-sitemap": "^4.4.0",
|
||||||
"gatsby-plugin-webfonts": "^2.1.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-source-gravatar": "^1.0.1",
|
||||||
"gatsby-transformer-remark": "^4.4.1",
|
"gatsby-transformer-remark": "^4.5.0",
|
||||||
"gatsby-transformer-sharp": "^3.7.1",
|
"gatsby-transformer-sharp": "^3.8.0",
|
||||||
"i18next": "^20.3.2",
|
"i18next": "^20.3.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"nanoevents": "^6.0.0",
|
"nanoevents": "^6.0.0",
|
||||||
@@ -66,9 +66,9 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/jest-dom": "^5.14.1",
|
"@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-jest": "^27.0.5",
|
||||||
"babel-preset-gatsby": "^1.7.1",
|
"babel-preset-gatsby": "^1.8.0",
|
||||||
"eslint": "^7.29.0",
|
"eslint": "^7.29.0",
|
||||||
"eslint-config-airbnb": "^18.2.1",
|
"eslint-config-airbnb": "^18.2.1",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
"prettier": "2.3.1",
|
"prettier": "2.3.1",
|
||||||
"stylelint": "^13.13.1",
|
"stylelint": "^13.13.1",
|
||||||
"stylelint-config-standard": "^22.0.0",
|
"stylelint-config-standard": "^22.0.0",
|
||||||
"tailwindcss": "^2.2.2"
|
"tailwindcss": "^2.2.4"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
+4
-4
@@ -27,10 +27,6 @@ const languages = [
|
|||||||
code: 'nl',
|
code: 'nl',
|
||||||
name: 'Dutch (Nederlands)',
|
name: 'Dutch (Nederlands)',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
code: 'id',
|
|
||||||
name: 'Indonesian (Bahasa Indonesia)',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
code: 'en',
|
code: 'en',
|
||||||
name: 'English (US)',
|
name: 'English (US)',
|
||||||
@@ -59,6 +55,10 @@ const languages = [
|
|||||||
code: 'hi',
|
code: 'hi',
|
||||||
name: 'Hindi (हिंदी)',
|
name: 'Hindi (हिंदी)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'id',
|
||||||
|
name: 'Indonesian (Bahasa Indonesia)',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'it',
|
code: 'it',
|
||||||
name: 'Italian (Italiano)',
|
name: 'Italian (Italiano)',
|
||||||
|
|||||||
Reference in New Issue
Block a user