Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore : Update package version for accessibility insights report and …
…accessibility insights ui (#7370) #### Details Update package version for accessibility insights report and accessibility insights ui for React 18 upgrade. Please refer #7336 Note : Making as major version update. On local testing we found that it will bring a breaking change as application consuming these packages also needs to update react and react-dom to v18 to avoid type mismatch. ##### Motivation <!-- This can be as simple as "addresses issue #123" --> ##### Context <!-- Are there any parts that you've intentionally left out-of-scope for a later PR to handle? --> <!-- Were there any alternative approaches you considered? What tradeoffs did you consider? --> #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [na] Addresses an existing issue: #0000 - [x] Ran `yarn fastpass` - [na] Added/updated relevant unit test(s) (and ran `yarn test`) - [x] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage` - [x] PR title *AND* final merge commit title both start with a semantic tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`). See `CONTRIBUTING.md`. - [na] (UI changes only) Added screenshots/GIFs to description above - [na] (UI changes only) Verified usability with NVDA/JAWS
- Loading branch information