Skip to content

Commit

Permalink
Merge pull request #433 from gemini-testing/fix-npm8-install
Browse files Browse the repository at this point in the history
fix: fix freeze on install when using npm@8
  • Loading branch information
shadowusr authored Aug 23, 2022
2 parents 1e46933 + a8602d2 commit 410433e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
28 changes: 22 additions & 6 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 @@ -70,7 +70,6 @@
"react-hotkeys": "^2.0.0",
"react-html-parser": "^2.0.2",
"react-markdown": "^3.2.0",
"reapop": "4.0.5",
"reduce-reducers": "^1.0.4",
"reselect": "^4.0.0",
"resolve": "^1.5.0",
Expand Down Expand Up @@ -138,6 +137,7 @@
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-virtualized": "^9.22.3",
"reapop": "4.0.5",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.1",
Expand Down

0 comments on commit 410433e

Please sign in to comment.