Skip to content

Commit

Permalink
chore: bumps autocomplete element package to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseywild authored Mar 8, 2022
1 parent 12b8863 commit f36934c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/primer_view_components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/javascripts/primer_view_components.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint:fix": "eslint app/components demo/.storybook --fix"
},
"dependencies": {
"@github/auto-complete-element": "^3.0.2",
"@github/auto-complete-element": "^3.1.0",
"@github/clipboard-copy-element": "^1.1.2",
"@github/details-menu-element": "^1.0.12",
"@github/image-crop-element": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@github/auto-complete-element@^3.0.2":
version "3.0.2"
resolved "https://registry.npmjs.org/@github/auto-complete-element/-/auto-complete-element-3.0.2.tgz"
integrity sha512-2N6SP/WOvPPnMm5E0uq21AyCxsJ0d6cBxBZ0yVNpvgeaNgPNI8gR1h54c2Ao4iQtvFce6eWdIezBXLDPMPbDag==
"@github/auto-complete-element@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@github/auto-complete-element/-/auto-complete-element-3.1.0.tgz#afd5ee64a17b4507c42136cfd790103217009b50"
integrity sha512-w9sTHX5vq+t8G/+tKhfkWfQ/EyDhnmNH0k9d5VIKbVC8zEUJkubLxXAGra04vkb1sB3vvC+4qp2qM+yX9r7JXQ==
dependencies:
"@github/combobox-nav" "^2.0.2"

Expand Down

0 comments on commit f36934c

Please sign in to comment.