diff --git a/.gitignore b/.gitignore index ed58746..3361521 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -remote-schema.graphql \ No newline at end of file +remote-schema.graphql + +.idea \ No newline at end of file diff --git a/package.json b/package.json index c300649..e783ea2 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "clsx": "^1.1.1", "date-fns": "^2.19.0", "graphql": "^15.5.0", + "lodash": "^4.17.21", "notistack": "^1.0.5", "query-string": "^6.14.1", "react": "^17.0.1", diff --git a/yarn.lock b/yarn.lock index acd0784..fbd8bd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8895,7 +8895,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -"lodash@>=3.5 <5", lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.5, lodash@~4.17.20: +"lodash@>=3.5 <5", lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.5, lodash@~4.17.20: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==