Skip to content

Commit

Permalink
fix(deps): bump core to 5
Browse files Browse the repository at this point in the history
* fix(deps): bump core to 5

* ci: use parameterized main branch

* chore: pjson major version bump
  • Loading branch information
mshanemc authored Aug 8, 2023
1 parent b88ecf6 commit 4ce901a
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 127 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onPushToMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:

jobs:
release:
uses: salesforcecli/github-workflows/.github/workflows/githubRelease.yml@gbockus/updateReleaseToIncludeTokenInput
uses: salesforcecli/github-workflows/.github/workflows/githubRelease.yml@main
secrets:
ALT_GITHUB_TOKEN: ${{ secrets.IDEE_GH_TOKEN }}
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.IDEE_GH_TOKEN }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/templates",
"version": "58.0.2",
"salesforceApiVersion": "58",
"version": "59.0.0",
"salesforceApiVersion": "59",
"description": "Salesforce JS library for templates",
"bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",
"main": "lib/index.js",
Expand All @@ -13,8 +13,8 @@
"/messages"
],
"dependencies": {
"@salesforce/core": "^4.0.1",
"@salesforce/kit": "^3.0.8",
"@salesforce/core": "^5.2.0",
"@salesforce/kit": "^3.0.9",
"got": "^11.8.2",
"mime-types": "^2.1.27",
"proxy-agent": "^6.2.1",
Expand Down Expand Up @@ -86,4 +86,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
Loading

0 comments on commit 4ce901a

Please sign in to comment.