Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump @types/node from 18.19.31 to 20.12.8 in /packages/react-components #455

Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ce35e2a
feat(Calender): [BLA-693] Fix the docker file that runs the snapshot …
vishwapriya Apr 29, 2024
9fce8c3
Revert "feat(Calender): [BLA-693] Fix the docker file that runs the s…
vishwapriya Apr 29, 2024
211d410
feat(Calender): [BLA-693] Fix the docker file that runs the snapshot …
vishwapriya Apr 29, 2024
b6519cc
feat(Calender): [BLA-693] Update the docker file to fix snapshot issue
vishwapriya Apr 30, 2024
d90d02b
feat(Calender): [BLA-693] Add overrides to override the version of tr…
vishwapriya May 2, 2024
ddff51a
Revert "feat(Calender): [BLA-693] Update the docker file to fix snaps…
vishwapriya May 2, 2024
2eea6b2
feat(Calender): [BLA-693] Add eslint dependencies
vishwapriya May 2, 2024
99a5972
feat(Calender): [BLA-693] Add overrides to override the version of tr…
vishwapriya May 2, 2024
dbd2aea
feat(Calender): [BLA-693] upgrade puppeteer package
vishwapriya May 2, 2024
e672387
feat(Calender): [BLA-693] change installation command
vishwapriya May 2, 2024
6e2e432
feat(Calender): [BLA-693] install chromium explicitly
vishwapriya May 2, 2024
573b98c
feat(Calender): [BLA-693] update the cache dependency
vishwapriya May 2, 2024
c78ab15
Revert "feat(Calender): [BLA-693] update the cache dependency"
vishwapriya May 2, 2024
c269deb
feat(Calender): [BLA-693] install chromium
vishwapriya May 2, 2024
0c337e7
feat(Calender): [BLA-693] install chromium
vishwapriya May 2, 2024
69a7c1e
feat(Calender): [BLA-693] remove cache dependency
vishwapriya May 2, 2024
5e2d648
feat(Calender): [BLA-693] add cd node modules
vishwapriya May 2, 2024
0568669
feat(Calender): [BLA-693] add npm i
vishwapriya May 2, 2024
e666397
feat(Calendar): [BLA-693] Update puppeteer dev dependency
swethab184 May 2, 2024
0a58edb
feat(Calender): [BLA-693] revert the changes in install file
vishwapriya May 2, 2024
c97ffa5
feat(Calender): [BLA-693] uograde puppeteer version
vishwapriya May 2, 2024
89e775d
chore: bump @types/node in /packages/react-components
dependabot[bot] May 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(Calender): [BLA-693] change installation command
vishwapriya committed May 2, 2024
commit e672387a6bc7eafc8991a688d1570d097847e132
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -29,4 +29,4 @@ jobs:
key: modules-${{ hashFiles('package-lock.json') }}

- name: Install dependencies
run: cd ./node_modules || npm ci
run: cd ./node_modules || npm i