This commit is contained in:
Nathan Bierema 2020-08-01 21:03:30 -04:00
parent 88417907a4
commit b3f6e8d4f5

View File

@ -1,6 +1,6 @@
{ {
"name": "redux-slider-monitor", "name": "redux-slider-monitor",
"version": "2.0.0-2", "version": "2.0.0-3",
"description": "A custom monitor for replaying Redux actions that works similarly to a video player", "description": "A custom monitor for replaying Redux actions that works similarly to a video player",
"main": "lib/SliderMonitor.js", "main": "lib/SliderMonitor.js",
"scripts": { "scripts": {
@ -28,12 +28,12 @@
"raw-loader": "^1.0.0", "raw-loader": "^1.0.0",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-redux": "^6.0.1",
"react-hot-loader": "^3.1.3", "react-hot-loader": "^3.1.3",
"react-redux": "^6.0.1",
"redux": "^4.0.5", "redux": "^4.0.5",
"redux-devtools": "^3.6.0",
"redux-devtools-dock-monitor": "^1.1.3", "redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^2.0.0", "redux-devtools-log-monitor": "^2.0.0",
"redux-devtools": "^3.6.0",
"rimraf": "^2.7.1", "rimraf": "^2.7.1",
"style-loader": "^0.13.1", "style-loader": "^0.13.1",
"todomvc-app-css": "^2.3.0" "todomvc-app-css": "^2.3.0"