Skip to content

Commit

Permalink
fix(common): bump ms-select to fix compatibility problem in Salesforce (
Browse files Browse the repository at this point in the history
#1425)

- the new arrow navigation highlight that came out in ms-select v2.x wasn't working in Salesforce, after troubleshooting I found the issue to be a simple DOM query selector and so I fixed it in ms-select and pushed a new version which is included in this PR
  • Loading branch information
ghiscoding committed Mar 8, 2024
1 parent 373c312 commit d3d2d39
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"flatpickr": "^4.6.13",
"isomorphic-dompurify": "^2.4.0",
"moment-mini": "^2.29.4",
"multiple-select-vanilla": "^2.2.0",
"multiple-select-vanilla": "^2.2.1",
"rxjs": "^7.8.1",
"whatwg-fetch": "^3.6.20"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"flatpickr": "^4.6.13",
"isomorphic-dompurify": "^2.4.0",
"moment-mini": "^2.29.4",
"multiple-select-vanilla": "^2.2.0",
"multiple-select-vanilla": "^2.2.1",
"sortablejs": "^1.15.2",
"un-flatten-tree": "^2.0.12"
},
Expand Down
Binary file not shown.
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit d3d2d39

Please sign in to comment.