diff --git a/package.json b/package.json index f67d2ae4d223..ff920c53df95 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,12 @@ "name": "unleash-server", "description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.", "version": "5.8.0+main", - "keywords": ["unleash", "feature toggle", "feature", "toggle"], + "keywords": [ + "unleash", + "feature toggle", + "feature", + "toggle" + ], "files": [ "dist", "docs", @@ -75,11 +80,23 @@ "testTimeout": 10000, "globalSetup": "./scripts/jest-setup.js", "transform": { - "^.+\\.tsx?$": ["@swc/jest"] + "^.+\\.tsx?$": [ + "@swc/jest" + ] }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", - "testPathIgnorePatterns": ["/dist/", "/node_modules/", "/frontend/"], - "moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json"], + "testPathIgnorePatterns": [ + "/dist/", + "/node_modules/", + "/frontend/" + ], + "moduleFileExtensions": [ + "ts", + "tsx", + "js", + "jsx", + "json" + ], "coveragePathIgnorePatterns": [ "/node_modules/", "/dist/", @@ -122,6 +139,7 @@ "knex": "^2.5.1", "lodash.get": "^4.4.2", "lodash.groupby": "^4.6.0", + "lodash.isequal": "^4.5.0", "lodash.sortby": "^4.7.0", "log4js": "^6.0.0", "make-fetch-happen": "^11.0.0", @@ -163,6 +181,7 @@ "@types/jest": "29.5.11", "@types/js-yaml": "4.0.9", "@types/lodash.groupby": "4.6.9", + "@types/lodash.isequal": "^4.5.8", "@types/make-fetch-happen": "10.0.4", "@types/memoizee": "0.4.11", "@types/mime": "3.0.4", @@ -215,7 +234,11 @@ "tough-cookie": "4.1.3" }, "lint-staged": { - "*.{js,ts}": ["biome check --apply"], - "*.json": ["biome format --write --no-errors-on-unmatched"] + "*.{js,ts}": [ + "biome check --apply" + ], + "*.json": [ + "biome format --write --no-errors-on-unmatched" + ] } } diff --git a/yarn.lock b/yarn.lock index 9381a054ad2e..6dad27ae714a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1469,6 +1469,13 @@ dependencies: "@types/lodash" "*" +"@types/lodash.isequal@^4.5.8": + version "4.5.8" + resolved "https://registry.yarnpkg.com/@types/lodash.isequal/-/lodash.isequal-4.5.8.tgz#b30bb6ff6a5f6c19b3daf389d649ac7f7a250499" + integrity sha512-uput6pg4E/tj2LGxCZo9+y27JNyB2OZuuI/T5F+ylVDYuqICLG2/ktjxx0v6GvVntAf8TvEzeQLcV0ffRirXuA== + dependencies: + "@types/lodash" "*" + "@types/lodash@*": version "4.14.195" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.195.tgz#bafc975b252eb6cea78882ce8a7b6bf22a6de632"