-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that we are on yarn 4.0.2, which can support newer versions of es-abstract on s390x, this commit reverts all of the lockdowns to packages for that reason. This commit reverts cf484a2 (#1857), 95f6c55 / 68335b5 (#1860), and d72356f (#1861)
- Loading branch information
Showing
2 changed files
with
143 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,7 @@ | |
"angular-sanitize": "~1.8.0", | ||
"angular-ui-bootstrap": "~2.5.6", | ||
"angular-ui-sortable": "~0.19.0", | ||
"array-includes": "~3.1.6", | ||
"autoprefixer": "~9.8.6", | ||
"base64-js": "~1.3.1", | ||
"bootstrap-combobox": "~1.0.2", | ||
|
@@ -66,6 +67,7 @@ | |
"ngprogress": "~1.1.3", | ||
"ngstorage": "~0.3.11", | ||
"numeral": "~2.0.6", | ||
"object.values": "~1.1.6", | ||
"patternfly": "~3.59.5", | ||
"patternfly-timeline": "patternfly/patternfly-timeline#master-dist", | ||
"spice-html5-bower": "~1.7.3", | ||
|
@@ -137,22 +139,9 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"resolutions": { | ||
"array-includes": "3.1.6", | ||
"array.prototype.flat": "1.3.1", | ||
"array.prototype.reduce": "1.0.5", | ||
"es-abstract": "~1.21.2", | ||
"function.prototype.name": "1.1.5", | ||
"moment-timezone": "^0.5.41", | ||
"moment": "~2.29.4", | ||
"node-sass": "^8.0.0", | ||
"nth-check": "^2.1.1", | ||
"object.entries": "1.1.6", | ||
"object.getownpropertydescriptors": "2.1.6", | ||
"object.values": "1.1.6", | ||
"string.prototype.padstart": "3.1.4", | ||
"string.prototype.padend": "3.1.4", | ||
"string.prototype.trim": "1.2.7", | ||
"string.prototype.trimend": "1.0.6", | ||
"string.prototype.trimstart": "1.0.6" | ||
"nth-check": "^2.1.1" | ||
} | ||
} |
Oops, something went wrong.