- bump up version to 4.0.6

- update dependencies
- remove test phase from CI script
- lint and format all files
This commit is contained in:
Amruth Pillai
2024-03-10 10:35:23 +01:00
parent ec77d13ebd
commit b47b7824ff
23 changed files with 65 additions and 69 deletions

View File

@ -9,7 +9,7 @@
"access": "public"
},
"dependencies": {
"@swc/helpers": "~0.5.2",
"@swc/helpers": "~0.5.6",
"nestjs-zod": "^3.0.0",
"@reactive-resume/utils": "*",
"@reactive-resume/schema": "*"

View File

@ -7,16 +7,16 @@
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json",
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json",
},
],
"path": "./tsconfig.spec.json"
}
]
}