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

Commit

Permalink
Fix mac build (#2321)
Browse files Browse the repository at this point in the history
* Fix mac build

* Bump react-redux to same version across app

* Allow build on main again
  • Loading branch information
raymondjacobson authored Nov 30, 2022
1 parent 2957645 commit 2998382
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/src/jobs/@web-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ web-init:
- persist_to_workspace:
root: ./
paths:
- node_modules
- packages/web/node_modules
- packages/stems/node_modules
- packages/stems/dist
Expand Down
2 changes: 1 addition & 1 deletion 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 packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@solana/spl-token": "0.1.8",
"@solana/web3.js": "1.24.1",
"react": "17.0.2",
"react-redux": "7.2.0",
"react-redux": "7.2.5",
"redux": "4.0.5",
"redux-saga": "1.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"react-infinite-scroller": "1.2.4",
"react-lottie": "1.2.3",
"react-markdown": "4.3.1",
"react-redux": "7.2.0",
"react-redux": "7.2.5",
"react-router-dom": "5.1.2",
"react-router-last-location": "2.0.1",
"react-scripts": "5.0.0",
Expand Down

0 comments on commit 2998382

Please sign in to comment.