mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
add "notranslate" tag, handle default locale fallback, fix certifications id in metadata
This commit is contained in:
10
package.json
10
package.json
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user