Yarn: Dedupe lock file and fix swc errors (#97202)

* chore(yarn): dedupe lock file and fix swc errors

* chore(renovate): remove swc/core from ignore list
This commit is contained in:
Jack Westbrook
2024-12-02 09:38:45 +01:00
committed by GitHub
parent 6d2828f267
commit 8915e03f56
5 changed files with 72 additions and 709 deletions
-1
View File
@@ -8,7 +8,6 @@
"loader-utils", // v3 requires upstream changes in ngtemplate-loader. ignore, and remove when we remove angular.
"monaco-editor", // due to us exposing this via @grafana/ui/CodeEditor's props bumping can break plugins
"@fingerprintjs/fingerprintjs", // we don't want to bump to v4 due to licensing changes
"@swc/core", // versions ~1.4.5 contain multiple bugs related to baseUrl resolution breaking builds.
"slate", // we don't want to continue using this on the long run, use Monaco editor instead of Slate
"slate-react", // we don't want to continue using this on the long run, use Monaco editor instead of Slate
"@types/slate-react", // we don't want to continue using this on the long run, use Monaco editor instead of Slate