Skip to content

Commit

Permalink
fix(global): re-update lerna-lite to newest version and update token
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 12, 2023
1 parent 485f477 commit 05382a9
Show file tree
Hide file tree
Showing 3 changed files with 371 additions and 515 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"dependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@lerna-lite/changed": "2.0.0",
"@lerna-lite/cli": "2.0.0",
"@lerna-lite/diff": "2.0.0",
"@lerna-lite/publish": "2.0.0",
"@lerna-lite/version": "2.0.0",
"@lerna-lite/changed": "2.6.0",
"@lerna-lite/cli": "2.6.0",
"@lerna-lite/diff": "2.6.0",
"@lerna-lite/publish": "2.6.0",
"@lerna-lite/version": "2.6.0",
"@manypkg/cli": "0.21.0",
"@nrwl/cli": "15.9.3",
"@nrwl/nx-cloud": "16.5.2",
Expand Down
Loading

0 comments on commit 05382a9

Please sign in to comment.