From 99ba0d8ae706fea6895c08d39e41382aa2633e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 11:57:36 +0100 Subject: [PATCH] Bump prettier from 3.0.3 to 3.1.0 (#1064) * Bump prettier from 3.0.3 to 3.1.0 Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.1.0. - [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/3.0.3...3.1.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update yarn.nix * Lint --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Charlotte Van Petegem --- package.json | 2 +- src/components/PlaysPunchcard.vue | 4 ++-- yarn.lock | 8 ++++---- yarn.nix | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 003359dc..33699e60 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-vue": "^9.18.1", "eslint-plugin-vuetify": "^1.1.0", - "prettier": "^3.0.3", + "prettier": "^3.1.0", "sass": "^1.69.5", "sass-loader": "^13.3.2", "vue-cli-plugin-i18n": "^2.3.2", diff --git a/src/components/PlaysPunchcard.vue b/src/components/PlaysPunchcard.vue index 9ea85537..dda9e553 100644 --- a/src/components/PlaysPunchcard.vue +++ b/src/components/PlaysPunchcard.vue @@ -31,8 +31,8 @@ index === 0 ? 'start' : index === xLabels.length - 1 - ? 'end' - : 'middle' + ? 'end' + : 'middle' " fill="currentColor" class="grey--text text--darken-2 text-caption" diff --git a/yarn.lock b/yarn.lock index 99bd9321..4284d3da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5401,10 +5401,10 @@ prettier-linter-helpers@^1.0.0: resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== -prettier@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" - integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== +prettier@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e" + integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw== pretty-error@^4.0.0: version "4.0.0" diff --git a/yarn.nix b/yarn.nix index edf4018a..b81537a3 100644 --- a/yarn.nix +++ b/yarn.nix @@ -5922,11 +5922,11 @@ }; } { - name = "prettier___prettier_3.0.3.tgz"; + name = "prettier___prettier_3.1.0.tgz"; path = fetchurl { - name = "prettier___prettier_3.0.3.tgz"; - url = "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz"; - sha512 = "L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg=="; + name = "prettier___prettier_3.1.0.tgz"; + url = "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz"; + sha512 = "TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw=="; }; } {