@samitouri / QOS-React-1 / commits / f7ce4164c9

chore: remove eslint-plugin-flowtype from dev dependencies (#28157)

While trying to resolve some issues with Flow in ESLint, noticed that we are still listing `eslint-plugin-flowtype` as dev dependency, but it has been deprecated in favour of `eslint-plugin-ft-flow`.

Ruslan Lesiutin committed Jan 31, 2024 at 14:52 UTC f7ce4164c90990bd43b2671bf0b1db45e160fc15
2 files changed +1 -9
package.json
-1
@@ -53,7 +53,6 @@
53 "eslint-config-prettier": "^6.9.0",
54 "eslint-plugin-babel": "^5.3.0",
55 "eslint-plugin-eslint-plugin": "^3.5.3",
56 - "eslint-plugin-flowtype": "^2.25.0",
56 "eslint-plugin-ft-flow": "^2.0.3",
57 "eslint-plugin-jest": "^22.15.0",
58 "eslint-plugin-no-for-of-loops": "^1.0.0",
yarn.lock
+1 -8
@@ -6856,13 +6856,6 @@ eslint-plugin-eslint-plugin@^3.5.3:
6856 dependencies:
6857 eslint-utils "^2.1.0"
6858
6859 -eslint-plugin-flowtype@^2.25.0:
6860 - version "2.50.3"
6861 - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz#61379d6dce1d010370acd6681740fd913d68175f"
6862 - integrity sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ==
6863 - dependencies:
6864 - lodash "^4.17.10"
6865 -
6859 eslint-plugin-ft-flow@^2.0.3:
6860 version "2.0.3"
6861 resolved "https://registry.yarnpkg.com/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-2.0.3.tgz#3b3c113c41902bcbacf0e22b536debcfc3c819e8"
@@ -10745,7 +10738,7 @@ lodash.union@^4.6.0:
10738 resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
10739 integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=
10740
10748 -lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.8.0, lodash@~4.17.2:
10741 +lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.8.0, lodash@~4.17.2:
10742 version "4.17.21"
10743 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
10744 integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==