This commit is contained in:
Rachid Mrad 2025-03-06 22:07:02 -05:00
parent 210164da3a
commit 9e12699009
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -313,7 +313,7 @@ We use the [CSS Block Element Modifier (BEM)](https://getbem.com/naming/) naming
5. Copy over the newly compiled code from uswds.js into uswds-edited.js.
6. Put back the dotgov changes you made note of into uswds-edited.js.
7. Examine the results in the running application (remember to empty your cache!) and commit `package.json` and `package-lock.json` if all is well.
8. read the [release notes](https://github.com/uswds/uswds/releases) for the new versions installed, note 'Breaking' and 'Markup change' and make adjustments to the code base as needed.
8. Read the [release notes](https://github.com/uswds/uswds/releases) for the new versions installed, note 'Breaking' and 'Markup change' and make adjustments to the code base as needed.
## Finite State Machines

View file

@ -19,7 +19,7 @@
"@babel/preset-env": "^7.26.0",
"@uswds/compile": "1.2.1",
"babel-loader": "^9.2.1",
"sass-embedded-darwin-x64": "^1.85.1",
"sass-loader": "^12.6.0",
"webpack": "^5.96.1",
"webpack-stream": "^7.0.0"