From e32e07f7fdad7b23e512dba2b2009d663375e2cd Mon Sep 17 00:00:00 2001 From: Valtteri Karesto Date: Tue, 22 Mar 2022 17:07:00 +0200 Subject: [PATCH] Added xor --- package.json | 2 ++ yarn.lock | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/package.json b/package.json index b39f190..d00d981 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "javascript-time-ago": "^2.3.11", "jszip": "^3.7.1", "lodash.uniqby": "^4.7.0", + "lodash.xor": "^4.5.0", "monaco-editor": "^0.30.1", "next": "^12.0.4", "next-auth": "^4.0.0-beta.5", @@ -61,6 +62,7 @@ "@types/dinero.js": "^1.9.0", "@types/file-saver": "^2.0.4", "@types/lodash.uniqby": "^4.7.6", + "@types/lodash.xor": "^4.5.6", "@types/pako": "^1.0.2", "@types/react": "17.0.31", "eslint": "7.32.0", diff --git a/yarn.lock b/yarn.lock index 0960af8..fbecc9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -890,6 +890,13 @@ dependencies: "@types/lodash" "*" +"@types/lodash.xor@^4.5.6": + version "4.5.6" + resolved "https://registry.yarnpkg.com/@types/lodash.xor/-/lodash.xor-4.5.6.tgz#28ffbb779429ff6eac27db208d90124a00a0bff8" + integrity sha512-rD3zHQuR04SMUWEn6CHLGYNRHEFgakV4K9QhFFP/Ly5xdN2MWsy+gWFA4MxhY+sKKSSKjktjPVyBTo/6rUdTjA== + dependencies: + "@types/lodash" "*" + "@types/lodash@*", "@types/lodash@^4.14.136": version "4.14.179" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.179.tgz#490ec3288088c91295780237d2497a3aa9dfb5c5" @@ -2746,6 +2753,11 @@ lodash.uniqby@^4.7.0: resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302" integrity sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI= +lodash.xor@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.xor/-/lodash.xor-4.5.0.tgz#4d48ed7e98095b0632582ba714d3ff8ae8fb1db6" + integrity sha1-TUjtfpgJWwYyWCunFNP/iuj7HbY= + lodash@^4.17.15, lodash@^4.17.4: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"