Skip to content

Commit

Permalink
Move remx from devDependencies (#7174)
Browse files Browse the repository at this point in the history
Since we use `remx` as the store in Navigation mock, it is no longer a dev dependency.
  • Loading branch information
yogevbd authored Jul 4, 2021
1 parent 034d1c9 commit 0398115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"lodash": "4.17.x",
"prop-types": "15.x.x",
"react-lifecycles-compat": "2.0.0",
"tslib": "1.9.3"
"tslib": "1.9.3",
"remx": "3.x.x"
},
"devDependencies": {
"@babel/core": "7.10.3",
Expand Down Expand Up @@ -103,7 +104,6 @@
"react-redux": "5.x.x",
"react-test-renderer": "16.13.1",
"redux": "3.x.x",
"remx": "3.x.x",
"semver": "5.x.x",
"shell-utils": "1.x.x",
"ts-mockito": "^2.3.1",
Expand Down Expand Up @@ -212,4 +212,4 @@
}
}
}
}
}

0 comments on commit 0398115

Please sign in to comment.