Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Upgrade @hot-loader/react-dom and use --legacy-peer-deps flag to unblock CI #962

Merged
merged 1 commit into from
Jun 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Run tests
run: npm run ci
- name: Build in mock mode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Build in mock mode
run: npm run build:mock
- name: Generate Surge URL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
node-version: 16
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Run tests
run: npm run ci
85 changes: 33 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
},
"devDependencies": {
"@axe-core/react": "^4.2.1",
"@hot-loader/react-dom": "^17.0.2",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
Expand Down Expand Up @@ -102,7 +103,6 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@hot-loader/react-dom": "^17.0.1",
"@konveyor/lib-ui": "^6.0.0",
"@patternfly/react-core": "^4.181.1",
"@patternfly/react-icons": "^4.32.1",
Expand Down