From a9f5b11de00bc52fc9046ae4f23d370ec5240f0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:19:52 +0800 Subject: [PATCH] chore(deps): update dependency prettier to v3.2.5 (#352) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng --- package.json | 2 +- packages/plugin-vue-jsx/tsconfig.json | 4 ++-- packages/plugin-vue/tsconfig.json | 4 ++-- playground/tsconfig.json | 6 +++--- playground/vue/tsconfig.json | 6 +++--- pnpm-lock.yaml | 8 ++++---- scripts/tsconfig.json | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 61fad91d..e4510b64 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "npm-run-all2": "^6.1.2", "picocolors": "^1.0.0", "playwright-chromium": "^1.41.1", - "prettier": "3.2.4", + "prettier": "3.2.5", "resolve": "^1.22.8", "rollup": "^4.9.6", "rollup-plugin-license": "^3.2.0", diff --git a/packages/plugin-vue-jsx/tsconfig.json b/packages/plugin-vue-jsx/tsconfig.json index 08d77df8..3a3117f2 100644 --- a/packages/plugin-vue-jsx/tsconfig.json +++ b/packages/plugin-vue-jsx/tsconfig.json @@ -10,6 +10,6 @@ "declaration": true, "sourceMap": true, "noUnusedLocals": true, - "esModuleInterop": true, - }, + "esModuleInterop": true + } } diff --git a/packages/plugin-vue/tsconfig.json b/packages/plugin-vue/tsconfig.json index e6cdf24d..cec54d61 100644 --- a/packages/plugin-vue/tsconfig.json +++ b/packages/plugin-vue/tsconfig.json @@ -13,6 +13,6 @@ "noUnusedLocals": true, "esModuleInterop": true, "baseUrl": ".", - "resolveJsonModule": true, - }, + "resolveJsonModule": true + } } diff --git a/playground/tsconfig.json b/playground/tsconfig.json index 8131c34a..7e125f86 100644 --- a/playground/tsconfig.json +++ b/playground/tsconfig.json @@ -15,7 +15,7 @@ "jsx": "preserve", "types": ["vite/client", "node"], "paths": { - "~utils": ["./test-utils.ts"], - }, - }, + "~utils": ["./test-utils.ts"] + } + } } diff --git a/playground/vue/tsconfig.json b/playground/vue/tsconfig.json index c2d21416..ea7fde7d 100644 --- a/playground/vue/tsconfig.json +++ b/playground/vue/tsconfig.json @@ -6,8 +6,8 @@ "allowJs": true, "paths": { "~utils": ["../test-utils.ts"], - "~types": ["./types-aliased.d.ts"], - }, + "~types": ["./types-aliased.d.ts"] + } }, - "include": ["."], + "include": ["."] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index add0c6e9..730b2c84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -81,8 +81,8 @@ importers: specifier: ^1.41.1 version: 1.41.1 prettier: - specifier: 3.2.4 - version: 3.2.4 + specifier: 3.2.5 + version: 3.2.5 resolve: specifier: ^1.22.8 version: 1.22.8 @@ -6154,8 +6154,8 @@ packages: engines: {node: '>= 0.8.0'} 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/scripts/tsconfig.json b/scripts/tsconfig.json index f2a3ebe7..dd4d2c86 100644 --- a/scripts/tsconfig.json +++ b/scripts/tsconfig.json @@ -9,6 +9,6 @@ "esModuleInterop": true, "skipLibCheck": true, "noUnusedLocals": true, - "forceConsistentCasingInFileNames": true, - }, + "forceConsistentCasingInFileNames": true + } }