Skip to content

Commit 410433e

Browse files
authored
Merge pull request #433 from gemini-testing/fix-npm8-install
fix: fix freeze on install when using npm@8
2 parents 1e46933 + a8602d2 commit 410433e

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

package-lock.json

Lines changed: 22 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"react-hotkeys": "^2.0.0",
7171
"react-html-parser": "^2.0.2",
7272
"react-markdown": "^3.2.0",
73-
"reapop": "4.0.5",
7473
"reduce-reducers": "^1.0.4",
7574
"reselect": "^4.0.0",
7675
"resolve": "^1.5.0",
@@ -138,6 +137,7 @@
138137
"react-dom": "^16.13.1",
139138
"react-redux": "^7.2.1",
140139
"react-virtualized": "^9.22.3",
140+
"reapop": "4.0.5",
141141
"redux": "^4.0.5",
142142
"redux-logger": "^3.0.6",
143143
"redux-mock-store": "^1.5.1",

0 commit comments

Comments
 (0)