From 9730cbb3e4f1faae3c3d4b4f3f8ad6d182fa7615 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 02:32:31 +0000 Subject: [PATCH] Update dependency prettier to v3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8fae2aaf..06d81d7c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "flow-bin": "0.84.0", "graphql-request": "1.8.2", "lint-staged": "12.5.0", - "prettier": "2.6.2" + "prettier": "3.5.3" }, "homepage": "https://github.com/nteract/nteract.io#readme", "license": "BSD-3-Clause", diff --git a/yarn.lock b/yarn.lock index 7cdb443c..f3753f2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2175,10 +2175,10 @@ postcss@8.4.31: picocolors "^1.0.0" source-map-js "^1.0.2" -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@3.5.3: + version "3.5.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5" + integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw== prismjs@^1.8.4: version "1.29.0"