bump lib versions

This commit is contained in:
stephengrider 2018-04-30 08:56:49 -06:00
parent 35b6363915
commit 6c8f6a25f1
1 changed files with 8 additions and 6 deletions

View File

@ -1,12 +1,14 @@
{
"name": "redux-simple-starter",
"version": "1.0.0",
"description": "Simple starter package for Redux with React and Babel support",
"description":
"Simple starter package for Redux with React and Babel support",
"main": "index.js",
"repository": "git@github.com:StephenGrider/ReduxSimpleStarter.git",
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test":
"mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test:watch": "npm run test -- --watch"
},
"author": "",
@ -28,10 +30,10 @@
"dependencies": {
"babel-preset-stage-1": "^6.1.18",
"lodash": "^3.10.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "4.3.0",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-redux": "5.0.7",
"react-router": "^2.0.1",
"redux": "^3.0.4"
"redux": "4.0.0"
}
}