From 0d4ff007fcb346e325041cb373a52e38748d8615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 09:20:12 -0500 Subject: [PATCH] chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 (#843) * chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.6.2...2.7.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: use caching for prettier Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yash Singh --- package.json | 8 ++++---- yarn.lock | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 921445e4..c86df518 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "dev": "svelte-kit dev --host 0.0.0.0", "build": "svelte-kit build", "preview": "svelte-kit preview", - "lint": "prettier --check --plugin-search-dir=. .;eslint --ignore-path .gitignore .", - "lint:fix": "prettier --write --plugin-search-dir=. .;eslint --fix --ignore-path .gitignore .", - "format": "prettier --write --plugin-search-dir=. .", + "lint": "prettier --check --cache --plugin-search-dir=. .;eslint --ignore-path .gitignore .", + "lint:fix": "prettier --write --cache --plugin-search-dir=. .;eslint --fix --ignore-path .gitignore .", + "format": "prettier --write --cache --plugin-search-dir=. .", "pre-commit": "lint-staged", "postinstall": "husky install; cypress cache prune", "test": "cypress run", @@ -40,7 +40,7 @@ "node-html-parser": "^5.3.3", "postcss": "^8.4.14", "postcss-load-config": "^4.0.1", - "prettier": "~2.6.2", + "prettier": "~2.7.1", "prettier-plugin-svelte": "^2.7.0", "svelte": "^3.48.0", "svelte-preprocess": "4.10.7", diff --git a/yarn.lock b/yarn.lock index e2af11a9..bfc7dbd0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3805,10 +3805,10 @@ prettier-plugin-svelte@^2.7.0: resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-2.7.0.tgz#ecfa4fe824238a4466a3497df1a96d15cf43cabb" integrity sha512-fQhhZICprZot2IqEyoiUYLTRdumULGRvw0o4dzl5jt0jfzVWdGqeYW27QTWAeXhoupEZJULmNoH3ueJwUWFLIA== -prettier@~2.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032" - integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew== +prettier@~2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" + integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== pretty-bytes@^5.6.0: version "5.6.0"