bump verison to v2.7.7, translations added

This commit is contained in:
Amruth Pillai
2021-06-26 21:21:28 +05:30
parent 4f40e8421f
commit 6754cb1e45
3 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@ module.exports = {
title: 'Reactive Resume',
siteUrl: 'https://rxresu.me',
description: 'A free and open source resume builder.',
version: '2.7.6',
version: '2.7.7',
},
flags: { PRESERVE_WEBPACK_CACHE: true },
plugins: [

14
package-lock.json generated
View File

@ -76,7 +76,7 @@
"jest": "^27.0.5",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^11.0.0",
"prettier": "2.3.1",
"prettier": "2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"tailwindcss": "^2.2.4"
@ -25385,9 +25385,9 @@
}
},
"node_modules/prettier": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz",
"integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==",
"bin": {
"prettier": "bin-prettier.js"
},
@ -52630,9 +52630,9 @@
"integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc="
},
"prettier": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz",
"integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA=="
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ=="
},
"prettier-linter-helpers": {
"version": "1.0.0",

View File

@ -85,7 +85,7 @@
"jest": "^27.0.5",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^11.0.0",
"prettier": "2.3.1",
"prettier": "2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"tailwindcss": "^2.2.4"