Skip to content

Commit

Permalink
2-27-25 Updating web-components package (#2462)
Browse files Browse the repository at this point in the history
* Updating web-components package

* Ignoring axeCheck for custom-elements test
  • Loading branch information
Andrew565 authored Mar 3, 2025
1 parent c068208 commit b7b11f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@babel/preset-react": "^7.23.3",
"@babel/register": "^7.23.7",
"@department-of-veterans-affairs/eslint-plugin": "^1.1.0",
"@department-of-veterans-affairs/web-components": "^17.1.1",
"@department-of-veterans-affairs/web-components": "^17.3.0",
"@octokit/rest": "^18.10.0",
"@sentry/browser": "^6.13.1",
"@testing-library/cypress": "^8.0.3",
Expand Down
1 change: 1 addition & 0 deletions src/site/tests/home/custom-elements.cypress.spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @department-of-veterans-affairs/axe-check-required */
const webComponentDocs = require('@department-of-veterans-affairs/web-components/component-docs.json');

const webComponentTags = webComponentDocs.components.map(comp => comp.tag);
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1330,10 +1330,10 @@
dependencies:
minimist "^1.2.6"

"@department-of-veterans-affairs/web-components@^17.1.1":
version "17.1.1"
resolved "https://registry.yarnpkg.com/@department-of-veterans-affairs/web-components/-/web-components-17.1.1.tgz#e2382111d8ef70173cd8a1bbef37eb44b8abf6b7"
integrity sha512-RDRmpQmdP2iCUQzMOE+fEOJoS/igLm+08Pcmk2sCMa8ZHrDyooU1/RoJ7JrB1iytSggXhJL+eDXpioROk3NY6A==
"@department-of-veterans-affairs/web-components@^17.3.0":
version "17.3.0"
resolved "https://registry.npmjs.org/@department-of-veterans-affairs/web-components/-/web-components-17.3.0.tgz#dd30e26c1c1585c49f2e184964611bbed0a9dd99"
integrity sha512-z7DkqwsjoNNtXzdQYLOf+79Un75uXOxnjgA7obS4c4mWPDVIkHyU1hf24PxB7BGxdNrKf2gJq0eSgCk+Lx9dhg==
dependencies:
"@stencil/core" "4.20.0"
aria-hidden "^1.1.3"
Expand Down

0 comments on commit b7b11f9

Please sign in to comment.