From 850c50ba6bb48735a5a75a88434ba06f8c691204 Mon Sep 17 00:00:00 2001 From: ericiwamoto <100735505+ericiwamoto@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:42:41 -0800 Subject: [PATCH] null change to test PR build test #2 --- client/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/README.md b/client/README.md index 48b8d7e3..6d0c4637 100644 --- a/client/README.md +++ b/client/README.md @@ -213,7 +213,6 @@ When developing, to use a flag: 5. Install the [CORS chrome extension](https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf?hl=en) in the browser that is launched by the debugger. 6. Set breakpoints in VS code! - ## Package Versions The following attemps to explain why certain packages versions have been chosen and what their current limitations are @@ -224,4 +223,4 @@ The following attemps to explain why certain packages versions have been chosen | gatsby-cli | 3.14.2 | 4.15.2 | No | when attempting to update - breaks all unit tests. Compatibility warning come up with all plugins but this doesn't seems to effect functionality. This is the latest version we can release without investigating unit tests.| | sass | 1.32.12 | 1.52.3 | No | This version is needed to surpress the dart warnings on / as division for each component. See [here](https://github.com/twbs/bootstrap/issues/34051#issuecomment-845884423) for more information | | uswds | 2.13.3 | 3.0.2 | No | Needs to stay at 2.13.3 for peer dependency on trussworks| -| trussworks | 3.1.0 | 3.1.0 | No | latest! | \ No newline at end of file +| trussworks | 3.1.0 | 3.1.0 | No | latest! |