Skip to content

Commit

Permalink
Poam updates for April 2024 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders authored Apr 12, 2024
1 parent 74058fd commit 662bccd
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 46 deletions.
4 changes: 2 additions & 2 deletions assets/uswds/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/uswds/css/styles.css.map

Large diffs are not rendered by default.

76 changes: 57 additions & 19 deletions assets/uswds/js/uswds.js

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions assets/uswds/js/uswds.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/uswds/js/uswds.min.js.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"federalist": "npm run build",
"prestart": "npm run build",
"start": "concurrently \"npx gulp watch\" \"bundle exec jekyll serve\"",
"test:pa11y": "pa11y-ci --config .pa11yci --sitemap http://localhost:4000/sitemap.xml"
"test:pa11y": "pa11y-ci --config .pa11yci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude pdf"
},
"repository": {
"type": "git",
Expand All @@ -25,14 +25,14 @@
"homepage": "https://github.com/GSA/digitalgov-pra#readme",
"dependencies": {
"@uswds/compile": "^1.1.0",
"@uswds/uswds": "3.7.1",
"@uswds/uswds": "3.8.0",
"accessible-autocomplete": "^2.0.4",
"concurrently": "^8.2.2",
"glossary-panel": "^1.0.0",
"gulp": "^4.0.2",
"lodash.assign": "^4.2.0",
"pa11y-ci": "3.1.0",
"sass": "^1.69.7",
"sass": "^1.74.1",
"smooth-scroll": "^16.1.3",
"underscore": "^1.13.6"
},
Expand Down

0 comments on commit 662bccd

Please sign in to comment.