Skip to content

Commit

Permalink
Revert s390x lockdowns
Browse files Browse the repository at this point in the history
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 (ManageIQ#1857), 95f6c55 / 68335b5 (ManageIQ#1860), and
d72356f (ManageIQ#1861)
  • Loading branch information
Fryguy committed Dec 7, 2023
1 parent fa5e24a commit 9cb3d30
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 110 deletions.
17 changes: 3 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
}
Loading

0 comments on commit 9cb3d30

Please sign in to comment.