Merge pull request #24966 from backstage/blam/fix-swc-seed
Seed `@swc/core` in `yarn.lock` to fix broken build
This commit is contained in:
@@ -16,3 +16,8 @@
|
||||
// package: the name of the package, e.g. @testing-library/react
|
||||
// query: the version query to pin the version for, e.g. ^14.0.0
|
||||
// version: the version to pin to, must be in range of the query, e.g. 14.11.0
|
||||
|
||||
"@swc/core@^1.3.46":
|
||||
version "1.5.7"
|
||||
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.5.7.tgz#e1db7b9887d5f34eb4a3256a738d0c5f1b018c33"
|
||||
integrity sha512-U4qJRBefIJNJDRCCiVtkfa/hpiZ7w0R6kASea+/KLp+vkus3zcLSB8Ub8SvKgTIxjWpwsKcZlPf5nrv4ls46SQ==
|
||||
|
||||
Reference in New Issue
Block a user