From fb50f44d4378921a048bff6fa2717f6a329ff197 Mon Sep 17 00:00:00 2001 From: Aaron Robb Date: Thu, 29 May 2025 16:05:20 -0400 Subject: [PATCH] Dedupe --- package.json | 4 ++-- yarn.lock | 15 ++++++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 054eed4..0f44a94 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "csstype": "3.1.3", "eslint": "^8.11.0", "eslint-config-airbnb": "^19.0.4", - "eslint-config-prettier": "^10.1.5", + "eslint-config-prettier": "^8.7.0", "eslint-import-resolver-typescript": "^4.4.1", "eslint-mdx": "^3.4.2", "eslint-plugin-import": "^2.27.5", @@ -69,7 +69,7 @@ "lerna": "6.5.1", "lodash": "4.17.21", "nx": "15.8.6", - "prettier": "3.5.3", + "prettier": "2.5.1", "react": "18.2.0", "react-dom": "18.2.0", "rollup": "3.19.1", diff --git a/yarn.lock b/yarn.lock index ba4675e..14e8e43 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5126,11 +5126,16 @@ eslint-config-airbnb@^19.0.4: object.assign "^4.1.2" object.entries "^1.1.5" -eslint-config-prettier@^10.1.2, eslint-config-prettier@^10.1.5: +eslint-config-prettier@^10.1.2: version "10.1.5" resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782" integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw== +eslint-config-prettier@^8.7.0: + version "8.10.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" + integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== + eslint-import-context@^0.1.5: version "0.1.6" resolved "https://registry.yarnpkg.com/eslint-import-context/-/eslint-import-context-0.1.6.tgz#42dcd6718beea6279a78015e347d82a1c75f0dfa" @@ -10125,10 +10130,10 @@ prelude-ls@~1.1.2: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= -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== +prettier@2.5.1: + version "2.5.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a" + integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg== pretty-format@^29.0.0, pretty-format@^29.5.0: version "29.5.0"