Clean up RESOLUTIONS.md

This commit is contained in:
Shrey Sudhir 2024-11-16 16:24:01 +11:00 committed by GitHub
parent 2719b7e997
commit 973306909f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,6 @@
This file keeps track of any resolutions or exact versions specified in any `package.json` file. Resolutions are used to specify a specific version of a package to be used, even if a different version is specified as a dependency of another package.
## code/renderers/svelte/package.json
## path/to/package.json
svelte-check@3.4.6 (bug: 3.5.x): Type issues
## code/ui/components/package.json
overlayscrollbars@2.2.1 (bug: 2.3.x): The Scrollbar doesn't disappear anymore by default. It might has something to do with the `scrollbars.autoHideSuspend` option, which was introduced in 2.3.0. https://github.com/KingSora/OverlayScrollbars/blob/master/packages/overlayscrollbars/CHANGELOG.md#230
example-library@3.4.6 (bug: 3.5.x): Pinned as there is a bug in version 3.5.x that prevents foo from doing bar.