File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'styles/base';
33
44import React from 'react' ;
55import { render } from 'react-dom' ;
6- import createLogger , { defaults } from '../../src ' ;
6+ import createLogger from 'redux-logger ' ;
77
88import { createStore , combineReducers , applyMiddleware , compose } from 'redux' ;
99import { Provider } from 'react-redux' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " redux-logger" ,
3- "version" : " 2.10.0 " ,
3+ "version" : " 2.10.1 " ,
44 "description" : " Logger for Redux" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
5353 "homepage" : " https://github.com/theaqua/redux-logger#readme" ,
5454 "devDependencies" : {
5555 "@dtrussia/eslint-config-dtrussia" : " 2.2.1" ,
56- "babel-cli" : " 6.18 .0" ,
57- "babel-core" : " 6.18.2 " ,
56+ "babel-cli" : " ^6.24 .0" ,
57+ "babel-core" : " ^6.24.0 " ,
5858 "babel-eslint" : " 7.1.1" ,
59- "babel-loader" : " 6.2.8 " ,
59+ "babel-loader" : " ^6.4.1 " ,
6060 "babel-plugin-add-module-exports" : " 0.2.1" ,
61+ "babel-plugin-transform-es2015-modules-umd" : " 6.24.0" ,
6162 "babel-plugin-transform-inline-environment-variables" : " 6.8.0" ,
62- "babel-preset-es2015" : " 6.18 .0" ,
63- "babel-preset-react" : " 6.16 .0" ,
64- "babel-preset-stage-0" : " 6.16 .0" ,
63+ "babel-preset-es2015" : " ^6.24 .0" ,
64+ "babel-preset-react" : " ^6.23 .0" ,
65+ "babel-preset-stage-0" : " ^6.22 .0" ,
6566 "chai" : " 3.5.0" ,
6667 "codecov" : " 1.0.1" ,
6768 "eslint" : " 3.10.2" ,
6869 "eslint-plugin-react" : " 6.7.1" ,
6970 "http-server" : " 0.9.0" ,
70- "husky" : " 0.11.9 " ,
71+ "husky" : " ^0.13.2 " ,
7172 "mocha" : " 3.1.2" ,
7273 "nyc" : " 9.0.1" ,
7374 "open-url" : " 2.0.2" ,
7475 "redux" : " ^3.6.0" ,
75- "rimraf" : " 2.5.4 " ,
76+ "rimraf" : " ^2.6.1 " ,
7677 "sinon" : " ^1.17.7" ,
7778 "webpack" : " 1.13.3"
7879 },
You can’t perform that action at this time.
0 commit comments