From a51bafeef27c5e14a0dda5353349561ee5c1eafd Mon Sep 17 00:00:00 2001 From: JaclynCodes <218383634+JaclynCodes@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:08:28 -0400 Subject: [PATCH] Revert "Bump eslint-config-next from 15.5.0 to 15.5.2 in /landing-page (#306)" This reverts commit 54e816449d92a63be70e96d8af5492b9a1c56959. --- landing-page/package-lock.json | 16 ++++++++-------- landing-page/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/landing-page/package-lock.json b/landing-page/package-lock.json index f408e685..99103de0 100644 --- a/landing-page/package-lock.json +++ b/landing-page/package-lock.json @@ -39,7 +39,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", - "eslint-config-next": "15.5.2", + "eslint-config-next": "15.5.0", "tailwindcss": "^4", "tw-animate-css": "^1.3.7", "typescript": "^5" @@ -799,9 +799,9 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.5.2", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.2.tgz", - "integrity": "sha512-lkLrRVxcftuOsJNhWatf1P2hNVfh98k/omQHrCEPPriUypR6RcS13IvLdIrEvkm9AH2Nu2YpR5vLqBuy6twH3Q==", + "version": "15.5.0", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.0.tgz", + "integrity": "sha512-+k83U/fST66eQBjTltX2T9qUYd43ntAe+NZ5qeZVTQyTiFiHvTLtkpLKug4AnZAtuI/lwz5tl/4QDJymjVkybg==", "dev": true, "license": "MIT", "dependencies": { @@ -3199,13 +3199,13 @@ } }, "node_modules/eslint-config-next": { - "version": "15.5.2", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.2.tgz", - "integrity": "sha512-3hPZghsLupMxxZ2ggjIIrat/bPniM2yRpsVPVM40rp8ZMzKWOJp2CGWn7+EzoV2ddkUr5fxNfHpF+wU1hGt/3g==", + "version": "15.5.0", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.0.tgz", + "integrity": "sha512-Yl4hlOdBqstAuHnlBfx2RimBzWQwysM2SJNu5EzYVa2qS2ItPs7lgxL0sJJDudEx5ZZHfWPZ/6U8+FtDFWs7/w==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "15.5.2", + "@next/eslint-plugin-next": "15.5.0", "@rushstack/eslint-patch": "^1.10.3", "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", diff --git a/landing-page/package.json b/landing-page/package.json index 00995e33..1fbb8396 100644 --- a/landing-page/package.json +++ b/landing-page/package.json @@ -40,7 +40,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", - "eslint-config-next": "15.5.2", + "eslint-config-next": "15.5.0", "tailwindcss": "^4", "tw-animate-css": "^1.3.7", "typescript": "^5"