From 6c650759047aa4a400c2cdbdd8214562c055a8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 25 Apr 2022 20:15:15 +0200 Subject: [PATCH] fix: add resolution for async --- package.json | 3 ++- yarn.lock | 7 +------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cc757db0af0..fa95ac11629 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "build": "yarn run copy-templates && tsc --pretty", "prepare": "yarn run build", "test": "NODE_ENV=test PORT=4243 jest", + "test:unit": "NODE_ENV=test PORT=4243 jest --testPathIgnorePatterns=src/test/e2e/**", "test:docker": "./scripts/docker-postgres.sh", "test:docker:cleanup": "docker rm -f unleash-postgres", "test:watch": "yarn test --watch", @@ -148,7 +149,6 @@ "eslint": "8.14.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-airbnb-typescript": "16.2.0", - "eslint-config-prettier": "8.3.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "4.0.0", @@ -169,6 +169,7 @@ "typescript": "4.6.3" }, "resolutions": { + "async": "^3.2.3", "db-migrate/rc/minimist": "^1.2.5", "knex/liftoff/object.map/**/kind-of": "^6.0.3", "knex/liftoff/findup-sync/micromatc/kind-of": "^6.0.3", diff --git a/yarn.lock b/yarn.lock index 1d4ad8fec3c..9e1d5bd12ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1233,16 +1233,11 @@ astral-regex@^2.0.0: resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== -async@3.2.3, async@^3.2.3: +async@3.2.3, async@^3.2.3, async@~1.0.0: version "3.2.3" resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== -async@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz#f8fc04ca3a13784ade9e1641af98578cfbd647a9" - integrity sha1-+PwEyjoTeErenhZBr5hXjPvWR6k= - asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"