From cfdc4cbab2b710aefd6083e6a5f221a326378db1 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Tue, 24 Jun 2025 10:24:49 +0300 Subject: [PATCH] chore(deps): lock prettier --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 7a06313..04b4a74 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "eslint": "^9.29.0", "husky": "^9.1.7", "lint-staged": "^16.1.2", + "prettier": "^2.8.8", "prettier-plugin-vue": "^1.1.6", "sass": "^1.89.2", "sass-embedded": "^1.89.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1143f5c..5d26b21 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,6 +57,9 @@ importers: lint-staged: specifier: ^16.1.2 version: 16.1.2 + prettier: + specifier: ^2.8.8 + version: 2.8.8 prettier-plugin-vue: specifier: ^1.1.6 version: 1.1.6