From e1fda566d367d84268f5f88e8f8fb4dbe968a2ea Mon Sep 17 00:00:00 2001 From: Karthik Date: Tue, 15 Oct 2024 18:54:35 +0530 Subject: [PATCH] fix(deps): do not embed plugin-kubernetes-common package in export-dynamic script --- plugins/ocm-backend/package.json | 2 +- yarn.lock | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/plugins/ocm-backend/package.json b/plugins/ocm-backend/package.json index f04737bf8ce..d54f9b69b4a 100644 --- a/plugins/ocm-backend/package.json +++ b/plugins/ocm-backend/package.json @@ -31,7 +31,7 @@ "scripts": { "build": "backstage-cli package build", "clean": "backstage-cli package clean", - "export-dynamic": "janus-cli package export-dynamic-plugin --embed-package --embed-package @backstage/plugin-kubernetes-common --no-embed-as-dependencies", + "export-dynamic": "janus-cli package export-dynamic-plugin --no-embed-as-dependencies", "lint:check": "backstage-cli package lint", "lint:fix": "backstage-cli package lint --fix", "postpack": "backstage-cli package postpack", diff --git a/yarn.lock b/yarn.lock index 376cf432b7d..f5cfc1765b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6523,11 +6523,6 @@ dependencies: minipass "^7.0.4" -"@isaacs/string-locale-compare@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b" - integrity sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ== - "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" @@ -25669,7 +25664,7 @@ minipass@^7.1.2: resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== -minizlib@^2.1.1, minizlib@^2.1.2: +minizlib@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== @@ -30652,7 +30647,7 @@ string-length@^4.0.1: char-regex "^1.0.2" strip-ansi "^6.0.0" -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==