Skip to content

Commit

Permalink
Downgrade jQuery to 3.5.1 from 3.6.0 to re-enable select2 autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
uberbrady committed May 18, 2022
1 parent 4644f14 commit 9e2bcfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@fortawesome/fontawesome-free": "^5.15.4",
"axios": "^0.20.0",
"babel-preset-latest": "^6.24.1",
"jquery": "^3.6.0",
"jquery": "<3.6.0",
"laravel-mix": "^6.0.39",
"lodash": "^4.17.20",
"postcss": "^8.4.5",
Expand Down

0 comments on commit 9e2bcfe

Please sign in to comment.