diff --git a/packages/app/src/index.tsx b/packages/app/src/index.tsx index ed1637d2c2..71fd40dd7e 100644 --- a/packages/app/src/index.tsx +++ b/packages/app/src/index.tsx @@ -14,7 +14,7 @@ * limitations under the License. */ -import '@backstage/cli/asset-types/asset-types'; +import '@backstage/cli/asset-types'; import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; diff --git a/yarn.lock b/yarn.lock index 272f85a7a9..65bb891a59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13259,6 +13259,13 @@ git-url-parse@^11.4.0: dependencies: git-up "^4.0.0" +git-url-parse@^11.4.3: + version "11.4.3" + resolved "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.4.3.tgz#1610284edf1f14964180f5b3399ec68b692cfd87" + integrity sha512-LZTTk0nqJnKN48YRtOpR8H5SEfp1oM2tls90NuZmBxN95PnCvmuXGzqQ4QmVirBgKx2KPYfPGteX3/raWjKenQ== + dependencies: + git-up "^4.0.0" + gitconfiglocal@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b"