test: install fixed version of yarn-deduplicate (#5390)
Showing
... | ... | @@ -20,6 +20,7 @@ |
"start": "craco start", | ||
"build": "craco build", | ||
"serve": "serve build -l 3000", | ||
"deduplicate": "yarn-deduplicate --strategy=highest", | ||
"lint": "yarn eslint .", | ||
"test": "craco test --coverage", | ||
"cypress:open": "cypress open --browser chrome --e2e", | ||
... | ... | @@ -113,7 +114,8 @@ |
"relay-compiler": "^14.1.0", | ||
"serve": "^11.3.2", | ||
"typechain": "^5.0.0", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.4.3", | ||
"yarn-deduplicate": "^6.0.0" | ||
}, | ||
"dependencies": { | ||
"@coinbase/wallet-sdk": "^3.3.0", | ||
... | ... |
Please register or sign in to comment