diff --git a/package.json b/package.json index 1ffabb3..9df5b87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-undo", - "version": "0.6.0", + "version": "1.0.0-beta1", "description": "simple undo/redo functionality for redux state containers", "main": "lib/index.js", "scripts": { @@ -30,21 +30,21 @@ }, "homepage": "https://github.com/omnidan/redux-undo", "devDependencies": { - "babel": "^5.8.23", - "babel-core": "^5.8.25", - "babel-eslint": "^4.1.3", - "babel-loader": "^5.3.2", - "chai": "^3.4.1", - "eslint": "^1.6", + "babel": "^6.3.26", + "babel-core": "^6.4.5", + "babel-eslint": "^5.0.0-beta8", + "babel-loader": "^6.2.1", + "chai": "^3.5.0", + "eslint": "^1.10", "eslint-config-standard": "^4.4.0", - "eslint-plugin-react": "^3.5.1", + "eslint-plugin-react": "^3.16.1", "eslint-plugin-standard": "^1.3.1", - "expect": "^1.12.0", - "isparta": "^3.1.0", - "mocha": "^2.3.3", - "rimraf": "^2.4.3" + "expect": "^1.13.4", + "isparta": "^4.0.0", + "mocha": "^2.4.5", + "rimraf": "^2.5.1" }, "dependencies": { - "redux": "^3.0.2" + "redux": "^3.1.6" } }