Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR updates browserslist to eliminate the following warning when installing dependencies or running tests: ![](https://user-images.githubusercontent.com/20516055/194065339-4d2a3cf0-1ca6-48ad-b149-70d0420d2aeb.png) I've run `npx browserslist@latest --update-db` in root directory, Example and FabricExample. <!-- Description and motivation for this PR. Include Fixes #<number> if this is fixing some issue. Fixes # . --> <!-- Please describe things you've changed here, make a **high level** overview, if change is simple you can omit this section. For example: - Added `foo` method which add bouncing animation - Updated `about.md` docs - Added caching in CI builds --> <!-- Here you can add screenshots / GIFs documenting your change. You can add before / after section if you're changing some behavior. --> <!-- Please include code that can be used to test this change and short description how this example should work. This snippet should be as minimal as possible and ready to be pasted into editor (don't exclude exports or remove "not important" parts of reproduction example) --> - [ ] Included code example that can be used to test this change - [ ] Updated TS types - [ ] Added TS types tests - [ ] Added unit / integration tests - [ ] Updated documentation - [ ] Ensured that CI passes
- Loading branch information