Merge pull request #20310 from backstage/renovate/swc-monorepo

fix(deps): update dependency @swc/core to v1.3.92
This commit is contained in:
Fredrik Adelöw
2023-10-05 12:13:06 +02:00
committed by GitHub
4 changed files with 136 additions and 136 deletions
@@ -18,15 +18,15 @@ import * as plugin from './plugin';
describe('git-release-manager', () => {
it('should export plugin & friends', () => {
expect(Object.keys(plugin)).toMatchInlineSnapshot(`
expect(Object.keys(plugin).sort()).toMatchInlineSnapshot(`
[
"gitReleaseManagerApiRef",
"constants",
"helpers",
"components",
"testHelpers",
"gitReleaseManagerPlugin",
"GitReleaseManagerPage",
"components",
"constants",
"gitReleaseManagerApiRef",
"gitReleaseManagerPlugin",
"helpers",
"testHelpers",
]
`);
});