From 884d860d1ad48ae829bf9d6daff839abd79128ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:02:32 +0200 Subject: [PATCH] chore(deps): update dependency prettier to v3.2.5 (#95) * chore(deps): update dependency prettier to v3.2.5 * chore: fmt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: amrbashir --- example/tsconfig.json | 4 ++-- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- tsconfig.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example/tsconfig.json b/example/tsconfig.json index 1c0e1fd..75abdef 100644 --- a/example/tsconfig.json +++ b/example/tsconfig.json @@ -17,7 +17,7 @@ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true, + "noFallthroughCasesInSwitch": true }, - "include": ["src"], + "include": ["src"] } diff --git a/package.json b/package.json index f7943e0..7fd31de 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "covector": "0.10.2", "esbuild": "0.20.0", "esbuild-plugin-solid": "0.5.0", - "prettier": "3.2.4", + "prettier": "3.2.5", "tsup": "8.0.1", "typescript": "5.3.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94866e4..6383fe6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,8 +28,8 @@ importers: specifier: 0.5.0 version: 0.5.0(esbuild@0.20.0)(solid-js@1.8.12) prettier: - specifier: 3.2.4 - version: 3.2.4 + specifier: 3.2.5 + version: 3.2.5 tsup: specifier: 8.0.1 version: 8.0.1(typescript@5.3.3) @@ -2538,8 +2538,8 @@ packages: source-map-js: 1.0.2 dev: true - /prettier@3.2.4: - resolution: {integrity: sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==} + /prettier@3.2.5: + resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} engines: {node: '>=14'} hasBin: true dev: true diff --git a/tsconfig.json b/tsconfig.json index d468685..e3b0471 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "jsxImportSource": "solid-js", "noEmit": true, "isolatedModules": true, - "skipLibCheck": true, + "skipLibCheck": true }, - "include": ["src/**.ts", "src/**.tsx"], + "include": ["src/**.ts", "src/**.tsx"] }