diff --git a/package-lock.json b/package-lock.json index d52caf87..609e5249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "multi-semantic-release": "3.0.2", "patch-package": "8.0.0", "pre-commit": "1.2.2", - "prettier": "3.2.4", + "prettier": "3.2.5", "typescript": "4.6.4" }, "engines": { @@ -12001,9 +12001,9 @@ "dev": true }, "node_modules/prettier": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz", - "integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index 079ae812..aacb1809 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "multi-semantic-release": "3.0.2", "patch-package": "8.0.0", "pre-commit": "1.2.2", - "prettier": "3.2.4", + "prettier": "3.2.5", "typescript": "4.6.4" }, "engines": { diff --git a/packages/express-wrapper/tsconfig.json b/packages/express-wrapper/tsconfig.json index 80f57446..23eec22e 100644 --- a/packages/express-wrapper/tsconfig.json +++ b/packages/express-wrapper/tsconfig.json @@ -2,17 +2,17 @@ "extends": "../../tsconfig.json", "include": ["src/**/*", "test/**/*"], "compilerOptions": { - "outDir": "./dist", + "outDir": "./dist" }, "references": [ { - "path": "../io-ts-http", + "path": "../io-ts-http" }, { - "path": "../superagent-wrapper", + "path": "../superagent-wrapper" }, { - "path": "../typed-express-router", - }, - ], + "path": "../typed-express-router" + } + ] } diff --git a/packages/io-ts-http/tsconfig.json b/packages/io-ts-http/tsconfig.json index 029dff3a..61f0e6a3 100644 --- a/packages/io-ts-http/tsconfig.json +++ b/packages/io-ts-http/tsconfig.json @@ -3,11 +3,11 @@ "include": ["src/**/*", "test/**/*"], "compilerOptions": { "outDir": "dist", - "exactOptionalPropertyTypes": true, + "exactOptionalPropertyTypes": true }, "references": [ { - "path": "../response", - }, - ], + "path": "../response" + } + ] } diff --git a/packages/openapi-generator/tsconfig.json b/packages/openapi-generator/tsconfig.json index f088dd28..c1d8b5bb 100644 --- a/packages/openapi-generator/tsconfig.json +++ b/packages/openapi-generator/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.json", "include": ["src/**/*.ts", "test/**/*.json", "test/**/*.ts"], "compilerOptions": { - "outDir": "dist", + "outDir": "dist" }, - "references": [], + "references": [] } diff --git a/packages/response/tsconfig.json b/packages/response/tsconfig.json index 248397b1..fc29e4cd 100644 --- a/packages/response/tsconfig.json +++ b/packages/response/tsconfig.json @@ -2,6 +2,6 @@ "extends": "../../tsconfig.json", "include": ["src/**/*.ts", "test/**/*.json", "test/**/*.ts"], "compilerOptions": { - "outDir": "dist", - }, + "outDir": "dist" + } } diff --git a/packages/superagent-wrapper/tsconfig.json b/packages/superagent-wrapper/tsconfig.json index 45fd4a62..e2d50d4b 100644 --- a/packages/superagent-wrapper/tsconfig.json +++ b/packages/superagent-wrapper/tsconfig.json @@ -4,11 +4,11 @@ "compilerOptions": { "lib": ["dom", "es2019"], "outDir": "dist", - "noUncheckedIndexedAccess": false, + "noUncheckedIndexedAccess": false }, "references": [ { - "path": "../io-ts-http", - }, - ], + "path": "../io-ts-http" + } + ] } diff --git a/packages/typed-express-router/tsconfig.json b/packages/typed-express-router/tsconfig.json index b2913905..4433521c 100644 --- a/packages/typed-express-router/tsconfig.json +++ b/packages/typed-express-router/tsconfig.json @@ -2,14 +2,14 @@ "extends": "../../tsconfig.json", "include": ["src/**/*", "test/**/*"], "compilerOptions": { - "outDir": "./dist", + "outDir": "./dist" }, "references": [ { - "path": "../io-ts-http", + "path": "../io-ts-http" }, { - "path": "../superagent-wrapper", - }, - ], + "path": "../superagent-wrapper" + } + ] }