Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 947 Bytes

RESOLUTIONS.md

File metadata and controls

15 lines (8 loc) · 947 Bytes

Resolutions and Exact versions

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

[email protected] (bug: 3.5.x): Type issues

code/ui/components/package.json

[email protected] (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

code/package.json

@babel/core@^7.23.2: Make sure we use the latest version of @babel/traverse, which is a dependency of @babel/core, since it contains a fix for a vulnerability: https://security.snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462