Skip to content

Commit a7663f9

Browse files
committed
Move redux-logger into regular dependencies
1 parent 392ad4a commit a7663f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"react-redux": "^7.0.2",
2727
"react-sparklines": "^1.7.0",
2828
"redux": "^4.0.1",
29+
"redux-logger": "^3.0.6",
2930
"redux-thunk": "^2.3.0",
3031
"styled-components": "^4.2.0"
3132
},
3233
"devDependencies": {
3334
"babel-plugin-module-resolver": "^3.2.0",
34-
"babel-plugin-styled-components": "^1.10.0",
35-
"redux-logger": "^3.0.6"
35+
"babel-plugin-styled-components": "^1.10.0"
3636
},
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)