cerner / terra-application

A framework to support application development with Terra components
Apache License 2.0
8 stars 13 forks source link

[terra-dev-site] Fix compile error - lock acorn package to v8.10.0 #360

Closed nikhitasharma closed 11 months ago

nikhitasharma commented 11 months ago

Summary

What was changed: Fix compile error by locking acorn package to v8.10.0

Why it was changed: Saw compile error and failing builds due to package update for acorn from v8.10.0 to v8.11.0 or v8.11.1.

Testing

Before : image

After: image

This change was tested using:

Reviews

In addition to engineering reviews, this PR needs:

Additional Details

This PR resolves:

UXPLATFORM-XXXX


Thank you for contributing to Terra. @cerner/terra

nikhitasharma commented 11 months ago

There was a patch released to fix this issue in acorn package today (v8.11.2 - https://github.com/acornjs/acorn/releases/tag/8.11.2). This change is no longer required. Closing this PR.