Skip to content

Commit

Permalink
Bump @trussworks/react-uswds from 6.2.0 to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNUSDS committed Mar 27, 2024
1 parent c0265fe commit 44dc456
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@lexical/react": "^0.12.6",
"@mdxeditor/editor": "^2.12.1",
"@mdxeditor/gurx": "^1.1.1",
"@trussworks/react-uswds": "^6.2.0",
"@trussworks/react-uswds": "^8.0.0",
"@uswds/uswds": "^3.7.1",
"downshift": "^7.6.0",
"js-yaml": "^4.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export const FrontmatterCustomEditor = ({yaml, onChange}: FrontmatterCustomEdito
<FileInput id={"carousel_image"}
{...register("carousel_image", {required: false})}
name={"carousel_image"}
crossOrigin={"use-credentials"}
className={"usa-input--2xl usa-input--2xs"}
chooseText={"click to upload image"}
errorText={errors?.carousel_image?.message}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1473,10 +1473,10 @@
"@svgr/hast-util-to-babel-ast" "8.0.0"
svg-parser "^2.0.4"

"@trussworks/react-uswds@^6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@trussworks/react-uswds/-/react-uswds-6.2.0.tgz#b7f5a307c3c0cd6af7fef8ed2d0fa73b337087ec"
integrity sha512-B7Yi9hy+dF4A3XiXUB3BofvcNekhcb/NTldaAIM4Lt+jEd7wIFbTJc03v1inIJHUMLcke0nYFx4gOmixpivPZg==
"@trussworks/react-uswds@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@trussworks/react-uswds/-/react-uswds-8.0.0.tgz#a681d4c86d985a9b619f197fff34aa83561e0fc5"
integrity sha512-VxllH/CbqKKnHgjPGJltdssPRxo/km6uNfRAC0MvYTqHcLoeg+0/5omdG6gh94KAil1ZxEqiCadbEzPIn9jg/w==

"@types/acorn@^4.0.0":
version "4.0.6"
Expand Down

0 comments on commit 44dc456

Please sign in to comment.