Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e-tests/local-harness/populate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
set -e

# Pinned so local runs install the exact CLI version CI uses.
CLI_VERSION="0.4.0"
CLI_VERSION="0.4.1"

CONFIG_SRC="${1:-e2e-tests/local-harness/dynamic-plugins.yaml}"

Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@opentelemetry/instrumentation-runtime-node": "0.30.0",
"@opentelemetry/sdk-node": "0.220.0",
"@red-hat-developer-hub/backstage-plugin-translations-backend": "0.3.1",
"@red-hat-developer-hub/cli-module-install-dynamic-plugins": "0.4.0",
"@red-hat-developer-hub/cli-module-install-dynamic-plugins": "0.4.1",
"app": "workspace:*",
"app-next": "workspace:*",
"better-sqlite3": "12.11.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11463,17 +11463,17 @@ __metadata:
languageName: node
linkType: hard

"@red-hat-developer-hub/cli-module-install-dynamic-plugins@npm:0.4.0":
version: 0.4.0
resolution: "@red-hat-developer-hub/cli-module-install-dynamic-plugins@npm:0.4.0"
"@red-hat-developer-hub/cli-module-install-dynamic-plugins@npm:0.4.1":
version: 0.4.1
resolution: "@red-hat-developer-hub/cli-module-install-dynamic-plugins@npm:0.4.1"
dependencies:
"@backstage/cli-node": "npm:^0.3.2"
cleye: "npm:^2.6.0"
tar: "npm:^7.5.21"
yaml: "npm:^2.8.2"
bin:
cli-module-install-dynamic-plugins: bin/install-dynamic-plugins
checksum: 10c0/2b426d373379280e81d997d350b274c8308b97f54ea56a1d626729fa093587630b8f50f63846e49ecd5d870cc6aa1aa8f17f282a1dac13212fdd1487b475f7ab
checksum: 10c0/9e24e499bc52ad34871254d1617575bb55fcd2d652a909448b358c3e98e9fb4429ca16f7f6a69d55e6c4966075637ad384a5e70d71cfbe70009fa6521724066e
languageName: node
linkType: hard

Expand Down Expand Up @@ -16682,7 +16682,7 @@ __metadata:
"@opentelemetry/instrumentation-runtime-node": "npm:0.30.0"
"@opentelemetry/sdk-node": "npm:0.220.0"
"@red-hat-developer-hub/backstage-plugin-translations-backend": "npm:0.3.1"
"@red-hat-developer-hub/cli-module-install-dynamic-plugins": "npm:0.4.0"
"@red-hat-developer-hub/cli-module-install-dynamic-plugins": "npm:0.4.1"
"@types/express": "npm:4.17.25"
"@types/global-agent": "npm:2.1.3"
app: "workspace:*"
Expand Down
Loading