Skip to content

Commit

Permalink
Merge pull request #9304 from DFE-Digital/dependabot/npm_and_yarn/acc…
Browse files Browse the repository at this point in the history
…essible-autocomplete-3.0.0

Bump accessible-autocomplete from 2.0.4 to 3.0.0
  • Loading branch information
dcyoung-dev authored May 17, 2024
2 parents fc4e57c + 3d281a6 commit 4299166
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ exports[`initAutocomplete should instantiate an autocomplete 1`] = `
class="autocomplete__wrapper"
>
<div
class="autocomplete__status"
style="border: 0px; height: 1px; margin-bottom: -1px; margin-right: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 1px;"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exports[`initAutoSuggest should instantiate an autosuggest 1`] = `
class="autocomplete__wrapper govuk-input--width-10"
>
<div
class="autocomplete__status"
style="border: 0px; height: 1px; margin-bottom: -1px; margin-right: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 1px;"
>
<div
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@ministryofjustice/frontend": "^2.1.3",
"@rails/webpacker": "^5.4.4",
"accessible-autocomplete": "^2.0.4",
"accessible-autocomplete": "^3.0.0",
"dfe-autocomplete": "github:DFE-Digital/dfe-autocomplete#8e7389ff62a38bc8880323f6c58eed9c8d10f080",
"govuk-frontend": "^5.3.1",
"jquery": "^3.7.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,11 @@ accessible-autocomplete@^2.0.4:
dependencies:
preact "^8.3.1"

accessible-autocomplete@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/accessible-autocomplete/-/accessible-autocomplete-3.0.0.tgz#f66ed03fb22d78f721326d187ee491dddbadec75"
integrity sha512-Kpm6EX+jjD0AurWfzSP4EVLEKsLUWCazZwidjum+8FCRtSINeaPzVa3ElKVGWvSqVZN9zjeSBF8cirhYEZjW1A==

acorn-globals@^7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-7.0.1.tgz#0dbf05c44fa7c94332914c02066d5beff62c40c3"
Expand Down

0 comments on commit 4299166

Please sign in to comment.