Skip to content

Commit 50692d2

Browse files
authored
fix(RHINENG-10530): fix CVE modal by changing impact title from API
* chore: remove node-sass and rolup dev deps * chore: fix tests
1 parent 1d9863a commit 50692d2

7 files changed

Lines changed: 2265 additions & 32274 deletions

File tree

package-lock.json

Lines changed: 1954 additions & 32211 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,11 @@
100100
"husky": "^8.0.3",
101101
"identity-obj-proxy": "^3.0.0",
102102
"jest": "^29.6.4",
103-
"node-sass": "^7.0.3",
104103
"npm-run-all": "^4.1.5",
105104
"postcss": "^8.4.21",
106105
"prop-types": "^15.8.1",
107106
"react-intl": "^6.6.2",
108107
"redux-mock-store": "^1.5.4",
109-
"rollup": "^2.79.1",
110-
"rollup-plugin-babel": "^4.4.0",
111-
"rollup-plugin-node-globals": "^1.4.0",
112-
"rollup-plugin-postcss": "^4.0.2",
113-
"rollup-plugin-terser": "^7.0.2",
114108
"sass-loader": "^12.6.0",
115109
"semantic-release": "^22.0.12",
116110
"source-map-loader": "^2.0.2",

src/PresentationalComponents/TableView/__snapshots__/TableView.test.js.snap

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ exports[`TableView Should open remediation modal 1`] = `
3434
>
3535
<label
3636
class="pf-v5-c-check pf-m-standalone"
37-
for="toggle-checkbox"
3837
>
3938
<input
4039
aria-invalid="false"
@@ -653,7 +652,6 @@ exports[`TableView TableView 1`] = `
653652
>
654653
<label
655654
class="pf-v5-c-check pf-m-standalone"
656-
for="toggle-checkbox"
657655
>
658656
<input
659657
aria-invalid="false"
@@ -1272,7 +1270,6 @@ exports[`TableView TableView 2`] = `
12721270
>
12731271
<label
12741272
class="pf-v5-c-check pf-m-standalone"
1275-
for="toggle-checkbox"
12761273
>
12771274
<input
12781275
aria-invalid="false"
@@ -1891,7 +1888,6 @@ exports[`TableView test table props TableView 1`] = `
18911888
>
18921889
<label
18931890
class="pf-v5-c-check pf-m-standalone"
1894-
for="toggle-checkbox"
18951891
>
18961892
<input
18971893
aria-invalid="false"
@@ -2271,12 +2267,14 @@ exports[`TableView test table props TableView 1`] = `
22712267
class="pf-v5-c-table__th"
22722268
data-key="0"
22732269
data-label=""
2270+
scope=""
22742271
tabindex="-1"
22752272
/>
22762273
<th
22772274
class="pf-v5-c-table__th"
22782275
data-key="1"
22792276
data-label=""
2277+
scope=""
22802278
tabindex="-1"
22812279
/>
22822280
</tr>

0 commit comments

Comments
 (0)