Skip to content

Commit

Permalink
Merge pull request #431 from KPMP/KPMP-4797_fix-spinner-icon
Browse files Browse the repository at this point in the history
update react strap
  • Loading branch information
rlreamy authored Sep 29, 2023
2 parents 6ba0e0e + 2944d3b commit 8593b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm ci
- run: npm install --legacy-peer-deps
- run: npm ci --legacy-peer-deps
- run: npm run build --if-present
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-router-dom": "5.2.0",
"react-scripts": "5.0.1",
"react-select": "4.0.0",
"reactstrap": "8.9.0",
"reactstrap": "9.2.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"string-strip-html": "^8.5.0"
Expand Down

0 comments on commit 8593b49

Please sign in to comment.