@gasket/utils
Advanced tools
Comparing version 6.0.12 to 6.0.13
# `@gasket/utils` | ||
### 6.0.13 | ||
- Added --legacy-peer-deps flag to install cli. ([#275]) | ||
### 6.0.0 | ||
@@ -39,1 +43,2 @@ | ||
[#247]: https://github.com/godaddy/gasket/pull/247 | ||
[#275]: https://github.com/godaddy/gasket/pull/275 |
@@ -142,3 +142,5 @@ /* eslint-disable no-process-env */ | ||
async install(args = []) { | ||
return this.exec('install', args); | ||
// Installing with --legacy-peer-deps flag to accommodate npm7, specifically | ||
// requiring different versions of react | ||
return this.exec('install', [...args, '--legacy-peer-deps']); | ||
} | ||
@@ -145,0 +147,0 @@ |
{ | ||
"name": "@gasket/utils", | ||
"version": "6.0.12", | ||
"version": "6.0.13", | ||
"description": "Reusable utilities for Gasket internals", | ||
@@ -64,3 +64,3 @@ "main": "lib", | ||
], | ||
"gitHead": "ae1e28cf31d8e15de7e0c4fe92dbdf577efcfbd3" | ||
"gitHead": "538602de36e1704f8ab26d4a8e29b08587b32145" | ||
} |
19398
278