From 2244937c94bedab010afb315527537f47d820d48 Mon Sep 17 00:00:00 2001 From: Volodymyr Shelmuk Date: Tue, 31 Dec 2024 13:54:52 +0200 Subject: [PATCH] ESLint: add comment-parser dev dependency --- package-lock.json | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index f2cdec0efcea0..7bef0952b521d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,6 +84,7 @@ "change-case": "4.1.2", "client-zip": "^2.4.5", "commander": "9.2.0", + "comment-parser": "1.4.1", "concurrently": "3.5.0", "copy-webpack-plugin": "10.2.0", "core-js-builder": "3.39.0", diff --git a/package.json b/package.json index 70a1e482a5351..6017be2503ee5 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,7 @@ "change-case": "4.1.2", "client-zip": "^2.4.5", "commander": "9.2.0", + "comment-parser": "1.4.1", "concurrently": "3.5.0", "copy-webpack-plugin": "10.2.0", "core-js-builder": "3.39.0", @@ -110,8 +111,8 @@ "eslint-plugin-jest": "28.8.3", "eslint-plugin-jest-dom": "5.4.0", "eslint-plugin-prettier": "5.2.1", - "eslint-plugin-react-compiler": "19.0.0-beta-0dec889-20241115", "eslint-plugin-react": "7.36.1", + "eslint-plugin-react-compiler": "19.0.0-beta-0dec889-20241115", "eslint-plugin-ssr-friendly": "1.3.0", "eslint-plugin-storybook": "0.10.0--canary.156.408aed4.0", "eslint-plugin-testing-library": "6.3.0",