Skip to content

Commit

Permalink
fix: upgrade lerna to v5 to avoid bad dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjaneczek committed Jul 14, 2023
1 parent 4c03f00 commit a6cb4be
Show file tree
Hide file tree
Showing 10 changed files with 1,695 additions and 1,140 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
- uses: actions/setup-go@v2
with:
go-version: '^1.19.0'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
go-version: '^1.19.0'
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
- name: Cache go mod directories
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
go-version: '^1.19.0'
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
- name: Cache go mod directories
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
go-version: '^1.19.0'
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
- name: Cache go mod directories
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-lib-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
registry-url: 'https://registry.npmjs.org'

- name: Get yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
- name: Install Webapp dependencies
run: yarn install --frozen-lockfile
- uses: andresz1/size-limit-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
- uses: actions/setup-node@v2
with:
node-version: '16.18'
node-version: 'lts/gallium'
- name: Install dependencies
run: make install-web-dependencies

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"jest-fetch-mock": "^3.0.3",
"jquery": "3.6.0",
"jquery.flot.tooltip": "^0.9.0",
"lerna": "^4.0.0",
"lerna": "^5",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.defaults": "^4.2.0",
Expand All @@ -213,6 +213,7 @@
"msw": "^0.36.3",
"node-fetch": "^2.6.6",
"normalize.css": "^8.0.1",
"parse-url": "^8.1.0",
"postcss-browser-reporter": "^0.6.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^7.0.1",
Expand Down
Loading

0 comments on commit a6cb4be

Please sign in to comment.