add "notranslate" tag, handle default locale fallback, fix certifications id in metadata

This commit is contained in:
Amruth Pillai
2023-11-17 13:28:58 +01:00
parent 33bcadd457
commit fe9c19fc4e
8 changed files with 131 additions and 110 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@reactive-resume/source",
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"license": "MIT",
"private": true,
"author": {
@ -36,7 +36,7 @@
"@lingui/swc-plugin": "^4.0.4",
"@lingui/vite-plugin": "^4.5.0",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.8",
"@nestjs/testing": "^10.2.9",
"@nx/cypress": "17.1.2",
"@nx/eslint-plugin": "17.1.2",
"@nx/eslint": "17.1.2",
@ -129,12 +129,12 @@
"@lingui/react": "^4.5.0",
"@nestjs-modules/mailer": "^1.9.1",
"@nestjs/axios": "^3.0.1",
"@nestjs/common": "^10.2.8",
"@nestjs/common": "^10.2.9",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.8",
"@nestjs/core": "^10.2.9",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.8",
"@nestjs/platform-express": "^10.2.9",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.16",
"@nestjs/terminus": "^10.1.1",