@ministryofjustice/frontend 3.7.1 → 3.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/moj/all.js CHANGED
@@ -1979,7 +1979,7 @@
1979
1979
  <div class="govuk-summary-list__value moj-multi-file-upload__message">
1980
1980
  <span class="moj-multi-file-upload__filename">${file.name}</span>
1981
1981
  <span class="moj-multi-file-upload__progress">0%</span>
1982
- </div>'
1982
+ </div>
1983
1983
  <div class="govuk-summary-list__actions moj-multi-file-upload__actions"></div>
1984
1984
  </div>`;
1985
1985
  return html
@@ -2531,7 +2531,7 @@
2531
2531
  return isNaN(valAsNumber) ? val : valAsNumber
2532
2532
  };
2533
2533
 
2534
- const version = '3.7.1';
2534
+ const version = '3.7.2';
2535
2535
 
2536
2536
  /* eslint-disable no-new */
2537
2537