From c0944d6274931b9768dd90daa24abf332c9abefa Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 24 Nov 2022 02:08:10 +0000 Subject: [PATCH] :arrow_up: Update dependency prettier to v2.8.0 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 812e941..a792ac3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "husky": "8.0.2", "lint-staged": "13.0.3", - "prettier": "2.7.1" + "prettier": "2.8.0" }, "lint-staged": { "*.{js,css,md,json,yml,yaml}": "prettier --write" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d8f87d3..0eda46d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,12 +3,12 @@ lockfileVersion: 5.4 specifiers: husky: 8.0.2 lint-staged: 13.0.3 - prettier: 2.7.1 + prettier: 2.8.0 devDependencies: husky: 8.0.2 lint-staged: 13.0.3 - prettier: 2.7.1 + prettier: 2.8.0 packages: @@ -350,8 +350,8 @@ packages: hasBin: true dev: true - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} + /prettier/2.8.0: + resolution: {integrity: sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==} engines: {node: '>=10.13.0'} hasBin: true dev: true