mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: add resolution for async
This commit is contained in:
		
							parent
							
								
									a497f862dc
								
							
						
					
					
						commit
						6c65075904
					
				@ -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",
 | 
			
		||||
 | 
			
		||||
@ -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"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user