Skip to content

Commit

Permalink
fix(select): revert to jQuery 3.4.1 since latest version seems
Browse files Browse the repository at this point in the history
- seems that latest version 3.5.0 breaks the multiple-select
  • Loading branch information
ghiscoding-SE committed Apr 15, 2020
1 parent 513cd07 commit e839a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"dompurify": "^2.0.8",
"flatpickr": "^4.6.3",
"jquery": "^3.5.0",
"jquery": "^3.4.1",
"jquery-ui-dist": "^1.12.1",
"lodash.isequal": "^4.5.0",
"moment-mini": "^2.24.0",
Expand Down

0 comments on commit e839a5e

Please sign in to comment.