chore(lerna): update lerna (#26033)

This commit is contained in:
Liam DeBeasi 2022-09-28 09:38:09 -05:00 committed by GitHub
parent 868eb9252f
commit 20a97a06f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1389 additions and 1251 deletions

View File

@ -50,17 +50,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
# Lerna does not automatically bump versions
# of Ionic dependencies that have changed,
# so we do that here.
- name: Bump Package Lock
run: |
lerna exec "npm install --package-lock-only --legacy-peer-deps"
git config user.name ionitron
git config user.email hi@ionicframework.com
git add .
git commit -m "chore(): update package lock files"
git push
# Purge the JSDeliver CDN cache so
# component playgrounds always load
# the latest version of Ionic.

2627
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"private": true,
"description": "Ionic mono-repo root package.json, used mainly to execute build scripts. This package is not published to npm.",
"devDependencies": {
"lerna": "^5.3.0",
"lerna": "^5.5.2",
"semver": "^5.5.0"
},
"engines": {