Skip to content

Commit

Permalink
[release-2.9] fix wf catalog build on creators + creators version bump (
Browse files Browse the repository at this point in the history
#13003)

* fix wf catalog build on creators + creators version bump

* fix resolutions because of dependencies updates that clash with this branch/system
  • Loading branch information
aalves08 authored Jan 7, 2025
1 parent 99e3162 commit 5800169
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions creators/extension/app/app.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
},
"dependencies": {},
"resolutions": {
"@aws-sdk/types": "3.714.0",
"@aws-sdk/util-locate-window": "3.693.0",
"@types/node": "18.11.9",
"@types/lodash": "4.17.5"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
with:
registry_target: ghcr.io
registry_user: ${{ github.actor }}
tagged_release: ${{ github.ref_name }}
secrets:
registry_token: ${{ secrets.GITHUB_TOKEN }}
registry_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion creators/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rancher/create-extension",
"description": "Rancher UI Extension generator",
"version": "2.0.6",
"version": "2.0.7",
"license": "Apache-2.0",
"author": "SUSE",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 5800169

Please sign in to comment.