From 25b68d764591475e4dd8898c63cb150de9c84b71 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Mon, 9 Sep 2024 18:50:04 +0200 Subject: [PATCH] . --- client/package.json | 2 +- client/yarn.lock | 2 +- package.json | 2 +- server/tsconfig.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index 6c999f6..f95abdd 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "@uecko-presupuestador/client", "private": true, - "version": "1.0.0", + "version": "1.0.2", "author": "Rodax Software ", "type": "module", "scripts": { diff --git a/client/yarn.lock b/client/yarn.lock index 7ca9d33..7423693 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -582,7 +582,7 @@ dependencies: "@hapi/hoek" "^9.0.0" -"@hookform/resolvers@^3.5.0": +"@hookform/resolvers@^3.9.0": version "3.9.0" resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.9.0.tgz#cf540ac21c6c0cd24a40cf53d8e6d64391fb753d" integrity sha512-bU0Gr4EepJ/EQsH/IwEzYLsT/PEj5C0ynLQ4m+GSHS+xKH4TfSelhluTgOaoc4kA5s7eCsQbM4wvZLzELmWzUg== diff --git a/package.json b/package.json index be8d1c5..160683c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uecko-presupuestador", - "version": "1.0.1", + "version": "1.0.2", "author": "Rodax Software ", "license": "ISC", "private": true, diff --git a/server/tsconfig.json b/server/tsconfig.json index bc13319..d5c9863 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -48,7 +48,7 @@ }, // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ - "typeRoots": ["./node_modules/@types"] /* List of folders to include type definitions from. */, + //"typeRoots": ["./node_modules/@types"] /* List of folders to include type definitions from. */, // "types": [], /* Type declaration files to be included in compilation. */ "allowSyntheticDefaultImports": true /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */, "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,